From b98edf87b0b56df93b5aedaca06f0915eae09f58 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Thu, 23 Feb 2023 18:28:20 +0800 Subject: [PATCH] feat: dark mode --- .../controllers/problem_data_configure.php | 2 +- web/app/controllers/problem_data_manage.php | 6 +- web/app/controllers/problem_set.php | 2 +- web/app/controllers/subdomain/blog/blog.php | 7 +- web/app/libs/uoj-html-lib.php | 18 +- web/app/models/UOJProblemDataDisplayer.php | 2 +- web/app/models/UOJSubmissionLikeTrait.php | 4 +- web/app/views/blog-nav.php | 99 +- web/app/views/main-nav.php | 99 +- web/app/views/nav-right.php | 118 + web/app/views/page-footer.php | 2 +- web/app/views/page-header.php | 4 +- web/css/highlightjs.github.min.css | 142 +- web/css/uoj-bs5.css | 2 +- web/js/blog-editor/blog-editor.js | 1 - web/js/monaco-themes.js | 2086 +++++++++++++++-- web/js/uoj.js | 84 +- 17 files changed, 2286 insertions(+), 392 deletions(-) create mode 100644 web/app/views/nav-right.php diff --git a/web/app/controllers/problem_data_configure.php b/web/app/controllers/problem_data_configure.php index cebcc19..3db4357 100644 --- a/web/app/controllers/problem_data_configure.php +++ b/web/app/controllers/problem_data_configure.php @@ -35,7 +35,7 @@ foreach ($problem_configure->problem_conf->conf as $key => $val) {
problem.conf 预览
-
+