From 705d78afd6fd6b8e5bc79c8ba7dbb29b1639cffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=A2=A6?= Date: Tue, 26 May 2026 14:50:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AF=95=E5=8D=B7=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=B0=8F=E6=B5=8B=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/src/views/question-bank/paper-mgr/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playground/src/views/question-bank/paper-mgr/index.ts b/playground/src/views/question-bank/paper-mgr/index.ts index 98fd383..8017266 100644 --- a/playground/src/views/question-bank/paper-mgr/index.ts +++ b/playground/src/views/question-bank/paper-mgr/index.ts @@ -45,6 +45,7 @@ const type_hw = 6 const type_semester_hw = 7 const type_semester_test = 8 const type_final_test = 9 +const type_quiz_test = 10 export const type_options = [ { label: '单元测试', @@ -82,6 +83,10 @@ export const type_options = [ label: '期末测试', value: type_final_test, }, + { + label: '小测', + value: type_quiz_test, + }, ] export const type_map = obj.options2map(type_options) export type PaperQuestion = {