mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 12:58:40 +00:00
fix: 92cca91cce
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e270e5e891
commit
d0be7eac95
@ -80,7 +80,7 @@ return [
|
|||||||
return "<b>$title</b> 已开始。";
|
return "<b>$title</b> 已开始。";
|
||||||
},
|
},
|
||||||
'x days until countdown title' => function($title, $days) {
|
'x days until countdown title' => function($title, $days) {
|
||||||
return "距离 <b>$title</b> 还有 <b>$days</b>天。";
|
return "距离 <b>$title</b> 还有 <b>$days</b> 天。";
|
||||||
},
|
},
|
||||||
'friend links' => '友情链接',
|
'friend links' => '友情链接',
|
||||||
'server time' => '服务器时间',
|
'server time' => '服务器时间',
|
||||||
|
Loading…
Reference in New Issue
Block a user