From 96adf39cbaa24bc3bd2e08fd024d3097b67a1c9f Mon Sep 17 00:00:00 2001
From: yuetsh <517252939@qq.com>
Date: Mon, 6 Oct 2025 19:13:01 +0800
Subject: [PATCH] =?UTF-8?q?=E6=95=99=E7=A8=8B=E7=9A=84=E6=A0=87=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/admin/contest/helper.vue | 654 +++++++++----------
src/oj/learn/index.vue | 130 ++--
src/oj/problem/components/EditorForTest.vue | 4 +-
src/oj/problem/components/ProblemContent.vue | 132 ++--
src/shared/store/config.ts | 2 +-
5 files changed, 444 insertions(+), 478 deletions(-)
diff --git a/src/admin/contest/helper.vue b/src/admin/contest/helper.vue
index beaf2f5..462b0a0 100644
--- a/src/admin/contest/helper.vue
+++ b/src/admin/contest/helper.vue
@@ -1,331 +1,323 @@
-
-
-
-
-
-
- 比赛辅助检查
-
- 总计: {{ stats.total }}
-
-
- 已检查: {{ stats.checked }}
-
-
- 未检查: {{ stats.unchecked }}
-
-
-
- 标记全部为已检查
-
-
-
-
- 使用说明
- 此工具用于赛后人工审核代码,检查是否存在抄袭、作弊等行为。请逐个查看通过(AC)的提交代码,检查完成后勾选"已检查"。
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ 比赛辅助检查
+ 总计: {{ stats.total }}
+ 已检查: {{ stats.checked }}
+
+ 未检查: {{ stats.unchecked }}
+
+
+
+ 标记全部为已检查
+
+
+
+
+ 使用说明
+ 此工具用于赛后人工审核代码,检查是否存在抄袭、作弊等行为。请逐个查看通过(AC)的提交代码,检查完成后勾选"已检查"。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/oj/learn/index.vue b/src/oj/learn/index.vue
index d015b86..4960e11 100644
--- a/src/oj/learn/index.vue
+++ b/src/oj/learn/index.vue
@@ -1,71 +1,49 @@
-
+
-
-
-
-
-
-
-
-
-
- {{ title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
- 上一课时
-
-
-
-
- 下一课时
-
-
-
-
-
+ {{ index + 1 }}. {{ item.title }}
+
+
+
+
+
-
-
-
+
+
-
+
+
+
+
+
+
+
-
diff --git a/src/oj/problem/components/EditorForTest.vue b/src/oj/problem/components/EditorForTest.vue
index bb99cff..aafb1af 100644
--- a/src/oj/problem/components/EditorForTest.vue
+++ b/src/oj/problem/components/EditorForTest.vue
@@ -86,9 +86,7 @@ const languageOptions: DropdownOption[] = problem.value!.languages.map(
:options="languageOptions"
@update:value="changeLanguage"
/>
-
- 复制代码
-
+ 复制代码
重置代码
运行代码
diff --git a/src/oj/problem/components/ProblemContent.vue b/src/oj/problem/components/ProblemContent.vue
index 58ad5ff..613943c 100644
--- a/src/oj/problem/components/ProblemContent.vue
+++ b/src/oj/problem/components/ProblemContent.vue
@@ -204,116 +204,138 @@ function type(status: ProblemStatus) {
-
diff --git a/src/shared/store/config.ts b/src/shared/store/config.ts
index 35fb5d8..478f680 100644
--- a/src/shared/store/config.ts
+++ b/src/shared/store/config.ts
@@ -8,7 +8,7 @@ export const useConfigStore = defineStore("config", () => {
website_name_shortcut: "",
website_footer: "",
submission_list_show_all: true,
- allow_register: true,
+ allow_register: false,
class_list: [],
})
async function getConfig() {