mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 18:08:41 +00:00
chore: comment
This commit is contained in:
parent
09ee452c07
commit
360756d0ac
@ -1,4 +1,4 @@
|
||||
<!-- Made with 💖 by Baoshuo -->
|
||||
<!-- Made with 💖 by Baoshuo ( https://baoshuo.ren ) -->
|
||||
<?php
|
||||
if (!isset($REQUIRE_LIB['bootstrap5'])) {
|
||||
$new_user_msg_num = DB::selectCount("select count(*) from user_msg where receiver = '" . Auth::id() . "' and read_time is null");
|
||||
@ -371,6 +371,15 @@ if (!isset($ShowPageHeader)) {
|
||||
});
|
||||
</script>
|
||||
|
||||
<script>
|
||||
console.log(
|
||||
'S2OJ (build: <?= UOJConfig::$data['profile']['s2oj-version'] ?>)\n' +
|
||||
'https://github.com/renbaoshuo/S2OJ\n' +
|
||||
'\n' +
|
||||
'Made with 💖 by Baoshuo ( https://baoshuo.ren )\n'
|
||||
);
|
||||
</script>
|
||||
|
||||
<script async data-domain="sjzezoj.com" src="https://stat.u.sb/js/script.js"></script>
|
||||
</head>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user