mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2025-02-17 12:36:41 +00:00
Compare commits
2 Commits
c7b1e6c2c3
...
d0be7eac95
Author | SHA1 | Date | |
---|---|---|---|
d0be7eac95 | |||
e270e5e891 |
@ -48,7 +48,7 @@
|
||||
if (isset($REQUIRE_LIB['bootstrap5'])) {
|
||||
echo ' class="text-decoration-none" ';
|
||||
}
|
||||
echo ' href="/problem_list/', $list['list_id'], '">', $list['title'], '</a>';
|
||||
echo ' href="/problem_list/', $list['list_id'], '">', $list['title'], '</a> ';
|
||||
foreach (queryProblemListTags($list['list_id']) as $tag) {
|
||||
if (isset($REQUIRE_LIB['bootstrap5'])) {
|
||||
echo '<a class="uoj-list-tag my-1">';
|
||||
|
@ -80,7 +80,7 @@ return [
|
||||
return "<b>$title</b> 已开始。";
|
||||
},
|
||||
'x days until countdown title' => function($title, $days) {
|
||||
return "距离 <b>$title</b> 还有 <b>$days</b>天。";
|
||||
return "距离 <b>$title</b> 还有 <b>$days</b> 天。";
|
||||
},
|
||||
'friend links' => '友情链接',
|
||||
'server time' => '服务器时间',
|
||||
|
Loading…
x
Reference in New Issue
Block a user