chore: footer version prefix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-09-22 11:10:57 +08:00
parent 0c21b31517
commit ef2fa00ef4
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -18,7 +18,7 @@
<p><?= UOJLocale::get('server time') ?>: <?= UOJTime::$time_now_str ?></p> <p><?= UOJLocale::get('server time') ?>: <?= UOJTime::$time_now_str ?></p>
<p> <p>
<a href="https://github.com/renbaoshuo/S2OJ<?= UOJConfig::$data['profile']['s2oj-version'] == "dev" ? '' : '/tree/' . UOJConfig::$data['profile']['s2oj-version'] ?>">S2OJ (<?= UOJConfig::$data['profile']['s2oj-version'] ?>)</a> <a href="https://github.com/renbaoshuo/S2OJ<?= UOJConfig::$data['profile']['s2oj-version'] == "dev" ? '' : '/tree/' . UOJConfig::$data['profile']['s2oj-version'] ?>">S2OJ (build: <?= UOJConfig::$data['profile']['s2oj-version'] ?>)</a>
<?php if (UOJConfig::$data['profile']['ICP-license'] != ''): ?> <?php if (UOJConfig::$data['profile']['ICP-license'] != ''): ?>
| <a target="_blank" href="https://beian.miit.gov.cn" style="text-decoration:none;"><?= UOJConfig::$data['profile']['ICP-license'] ?></a> | <a target="_blank" href="https://beian.miit.gov.cn" style="text-decoration:none;"><?= UOJConfig::$data['profile']['ICP-license'] ?></a>
<?php endif ?> <?php endif ?>