diff --git a/web/app/controllers/subdomain/blog/blog_write.php b/web/app/controllers/subdomain/blog/blog_write.php index 9070c93..d0478a5 100644 --- a/web/app/controllers/subdomain/blog/blog_write.php +++ b/web/app/controllers/subdomain/blog/blog_write.php @@ -18,9 +18,7 @@ } } - if (!isset($_COOKIE['bootstrap4'])) { - $REQUIRE_LIB['bootstrap5'] = ''; - } + requireLib('bootstrap5'); $blog_editor = new UOJBlogEditor(); $blog_editor->name = 'blog'; @@ -77,16 +75,27 @@ $blog_editor->runAtServer(); ?> -
-这玩意儿怎么用? -
+ +
+
printHTML() ?> +
+
+ + +
+
+

提示

+
    +
  1. 题解发布后还需要返回对应题目的题解页面 手动输入博客 ID 来将本文添加到题目的题解列表中(博客 ID 可以在右上角找到);
  2. +
  3. 请勿引用不稳定的外部资源(如来自个人服务器的图片或文档等),以便备份及后期维护;
  4. +
  5. 请勿在博文中直接插入大段 HTML 代码,这可能会破坏页面的显示,可以考虑使用 转换工具 转换后再作修正;
  6. +
  7. 图片上传推荐使用 S2OJ 图床,以免后续产生外链图片大量失效的情况。
  8. +
+

+ 帮助:UOJ 博客使用教程。 +

+
+
+