Skip to content

Commit 9842427

Browse files
authored
Update header.php
1 parent 8a7220e commit 9842427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trunk/web/template/syzoj/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function get_menu_news() {
135135
echo '<a class="item" href="moodle"><i class="group icon"></i><span class="desktop-only">Moodle</span></a>';
136136
}
137137
if(file_exists("hello")){ // 如果存在hello目录,自动添加链接
138-
echo '<a class="item" onclick=\'window.open("/hello", "_blank",
138+
echo '<a class="item" onclick=\'window.open("/hello/index.html", "_blank",
139139
"width=600,height=850,left=" + (window.screen.width-600) + ",top=0,toolbar=no,menubar=no,location=no,status=no,resizable=yes");\'><i class="book icon"></i><span class="desktop-only">Hello算法</span></a>';
140140
}
141141

0 commit comments

Comments
 (0)