chore: comment

This commit is contained in:
Baoshuo Ren 2023-02-01 20:45:05 +08:00
parent 09ee452c07
commit 360756d0ac
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

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