fix(blog-editor): css version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2023-03-03 21:02:53 +08:00
parent 686d57b822
commit 8f95283b53
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -79,7 +79,7 @@ $new_msg_tot = $new_user_msg_num + $new_system_msg_num;
<!-- UOJ blog editor -->
<?php $REQUIRE_LIB['jquery.hotkeys'] = '' ?>
<?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']) ?>
<?php endif ?>