mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 13:28:41 +00:00
chore: assets revision
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4f42697d38
commit
c23a800a2c
@ -47,7 +47,7 @@
|
|||||||
<?= HTML::css_link('/css/bootstrap-glyphicons.min.css?v=2019.5.31') ?>
|
<?= HTML::css_link('/css/bootstrap-glyphicons.min.css?v=2019.5.31') ?>
|
||||||
|
|
||||||
<!-- Custom styles for this template -->
|
<!-- 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) -->
|
<!-- jQuery (necessary for Bootstrap\'s JavaScript plugins) -->
|
||||||
<?= HTML::js_src('/js/jquery.min.js') ?>
|
<?= HTML::js_src('/js/jquery.min.js') ?>
|
||||||
@ -82,7 +82,7 @@
|
|||||||
<?= HTML::js_src('/js/purify.min.js') ?>
|
<?= HTML::js_src('/js/purify.min.js') ?>
|
||||||
|
|
||||||
<!-- uoj -->
|
<!-- uoj -->
|
||||||
<?= HTML::js_src('/js/uoj.js?v=2022.09.20') ?>
|
<?= HTML::js_src('/js/uoj.js?v=' . UOJConfig::$data['profile']['s2oj-version']) ?>
|
||||||
|
|
||||||
<!-- readmore -->
|
<!-- readmore -->
|
||||||
<?= HTML::js_src('/js/readmore/readmore.min.js') ?>
|
<?= HTML::js_src('/js/readmore/readmore.min.js') ?>
|
||||||
@ -198,16 +198,6 @@
|
|||||||
<?= HTML::js_src('/js/ckeditor/ckeditor.js') ?>
|
<?= HTML::js_src('/js/ckeditor/ckeditor.js') ?>
|
||||||
<?php endif ?>
|
<?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'])): ?>
|
<?php if (isset($REQUIRE_LIB['github_contribution_graph'])): ?>
|
||||||
<!-- github contribution graph -->
|
<!-- github contribution graph -->
|
||||||
<?= HTML::css_link('/css/github_contribution_graph.css') ?>
|
<?= HTML::css_link('/css/github_contribution_graph.css') ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user