mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-09 17:18:42 +00:00
chore(web/footer): update repo url
This commit is contained in:
parent
a52b553e6d
commit
9a41bf1872
@ -64,5 +64,5 @@ return [
|
||||
'male' => 'Male',
|
||||
'female' => 'Female',
|
||||
'server time' => 'Server Time',
|
||||
'opensource project' => 'OpenSource Project'
|
||||
'opensource project' => 'OpenSource Project, modified by S2OJ'
|
||||
];
|
||||
|
@ -64,5 +64,5 @@ return [
|
||||
'male' => '男',
|
||||
'female' => '女',
|
||||
'server time' => '服务器时间',
|
||||
'opensource project' => '开源项目'
|
||||
'opensource project' => '开源项目,S2OJ 魔改版'
|
||||
];
|
||||
|
@ -20,7 +20,7 @@
|
||||
<?php if (UOJConfig::$data['profile']['ICP-license'] != '' && preg_match_all('/(\d+\.?\d+)/', UOJConfig::$data['profile']['ICP-license'], $ICP_number)): ?>
|
||||
<p><a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=<?= $ICP_number[0][0] ?>" style="text-decoration:none;"><img src="http://uoj.ac/pictures/beian.png" /> <?= UOJConfig::$data['profile']['ICP-license'] ?></a></p>
|
||||
<?php endif ?>
|
||||
<p><?= UOJLocale::get('server time') ?>: <?= UOJTime::$time_now_str ?> | <a href="https://github.com/UniversalOJ/UOJ-System" target="_blank"><?= UOJLocale::get('opensource project') ?></a></p>
|
||||
<p><?= UOJLocale::get('server time') ?>: <?= UOJTime::$time_now_str ?> | <a href="https://github.com/renbaoshuo/UOJ-System" target="_blank"><?= UOJLocale::get('opensource project') ?></a></p>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user