chore: assets revision
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-09-21 14:56:29 +08:00
parent 4f42697d38
commit c23a800a2c
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -47,7 +47,7 @@
<?= HTML::css_link('/css/bootstrap-glyphicons.min.css?v=2019.5.31') ?>
<!-- Custom styles for this template -->
<?= HTML::css_link('/css/uoj-theme.css?v=2022.09.20') ?>
<?= HTML::css_link('/css/uoj-theme.css?v=' . UOJConfig::$data['profile']['s2oj-version']) ?>
<!-- jQuery (necessary for Bootstrap\'s JavaScript plugins) -->
<?= HTML::js_src('/js/jquery.min.js') ?>
@ -82,7 +82,7 @@
<?= HTML::js_src('/js/purify.min.js') ?>
<!-- uoj -->
<?= HTML::js_src('/js/uoj.js?v=2022.09.20') ?>
<?= HTML::js_src('/js/uoj.js?v=' . UOJConfig::$data['profile']['s2oj-version']) ?>
<!-- readmore -->
<?= HTML::js_src('/js/readmore/readmore.min.js') ?>
@ -198,16 +198,6 @@
<?= HTML::js_src('/js/ckeditor/ckeditor.js') ?>
<?php endif ?>
<?php if (isset($REQUIRE_LIB['dracula'])): ?>
<!-- dracula.js -->
<?= HTML::js_src('/js/dracula.min.js') ?>
<?php endif ?>
<?php if (isset($REQUIRE_LIB['base64'])): ?>
<!-- base64.js -->
<?= HTML::js_src('/js/base64.min.js') ?>
<?php endif ?>
<?php if (isset($REQUIRE_LIB['github_contribution_graph'])): ?>
<!-- github contribution graph -->
<?= HTML::css_link('/css/github_contribution_graph.css') ?>