mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 14:18:40 +00:00
fix(blog-editor): css version
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
686d57b822
commit
8f95283b53
@ -79,7 +79,7 @@ $new_msg_tot = $new_user_msg_num + $new_system_msg_num;
|
|||||||
<!-- UOJ blog editor -->
|
<!-- UOJ blog editor -->
|
||||||
<?php $REQUIRE_LIB['jquery.hotkeys'] = '' ?>
|
<?php $REQUIRE_LIB['jquery.hotkeys'] = '' ?>
|
||||||
<?php $REQUIRE_LIB['switch'] = '' ?>
|
<?php $REQUIRE_LIB['switch'] = '' ?>
|
||||||
<?= HTML::css_link('/css/blog-editor.css') ?>
|
<?= HTML::css_link('/css/blog-editor.css?v=' . UOJConfig::$data['profile']['s2oj-version']) ?>
|
||||||
<?= HTML::js_src('/js/blog-editor/blog-editor.js?v=' . UOJConfig::$data['profile']['s2oj-version']) ?>
|
<?= HTML::js_src('/js/blog-editor/blog-editor.js?v=' . UOJConfig::$data['profile']['s2oj-version']) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user