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() {