feat:更新训练场模块

This commit is contained in:
2026-07-30 13:08:23 +08:00
parent 78237984ec
commit 280ea9f7d0
21 changed files with 935 additions and 201 deletions

View File

@@ -29,12 +29,11 @@ export const useLibraryStore = defineStore('library', {
} as ILibraryFile,
fileDetailDialogVisible: false,
fileDialogVisible: false,
hasGenerateQuestion: false,
fileContentDialogVisible: false,
fileApiType: 'ADD' as IHandleApi,
subjectOptions: [] as IOptions[],
moduleOptions: [] as IOptions[],
activeStep: 1,
questionContent: ''
activeStep: 1
}),
actions: {
async queryFileList() {
@@ -80,8 +79,7 @@ export const useLibraryStore = defineStore('library', {
subject: '',
uploadTime: '',
type: '',
content: '',
questions: []
content: ''
}
}
}