mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 19:28: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
|
<?php
|
||||||
if (!isset($REQUIRE_LIB['bootstrap5'])) {
|
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");
|
$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>
|
||||||
|
|
||||||
|
<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>
|
<script async data-domain="sjzezoj.com" src="https://stat.u.sb/js/script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user