feat:更新考试记录功能
This commit is contained in:
@@ -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[],
|
||||
|
||||
Reference in New Issue
Block a user