From 3a26ee7092f8fdcd89da369ee938210502e41aec Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sun, 25 Sep 2022 18:28:43 +0800 Subject: [PATCH] refactor: problem page with bs5 --- web/app/controllers/groups.php | 2 +- web/app/controllers/problem.php | 130 +++++++++++++++++++++++++- web/app/controllers/problem_lists.php | 2 +- web/app/controllers/problem_set.php | 4 +- web/app/libs/uoj-html-lib.php | 26 ++++-- web/css/uoj-bs5.css | 34 +++++++ web/js/uoj.js | 6 +- 7 files changed, 189 insertions(+), 15 deletions(-) diff --git a/web/app/controllers/groups.php b/web/app/controllers/groups.php index 75953e1..41b1f23 100644 --- a/web/app/controllers/groups.php +++ b/web/app/controllers/groups.php @@ -122,7 +122,7 @@ EOD; -