chore(web/footer): update repo url

This commit is contained in:
Baoshuo Ren 2022-03-17 11:33:07 +08:00
parent a52b553e6d
commit 9a41bf1872
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A
3 changed files with 3 additions and 3 deletions

View File

@ -64,5 +64,5 @@ return [
'male' => 'Male',
'female' => 'Female',
'server time' => 'Server Time',
'opensource project' => 'OpenSource Project'
'opensource project' => 'OpenSource Project, modified by S2OJ'
];

View File

@ -64,5 +64,5 @@ return [
'male' => '男',
'female' => '女',
'server time' => '服务器时间',
'opensource project' => '开源项目'
'opensource project' => '开源项目S2OJ 魔改版'
];

View File

@ -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>