feat:更新考试记录功能

This commit is contained in:
2026-08-03 22:43:32 +08:00
parent 7ae51438f4
commit 69a5ab4851
8 changed files with 75 additions and 22 deletions

View File

@@ -7,6 +7,7 @@ export const useQuestionStore = defineStore('question', {
hasStart: false,
hasSubmit: false,
hasGenerateQuestion: false,
type: 'Practice' as 'Practice' | 'Exam',
questionContent: '',
questionList: [] as IQuestion[],
recordList: [] as IPracticeRecord[],