feat: 评分标准 JSON 导入/导出
This commit is contained in:
@@ -81,6 +81,8 @@ export interface ElectronAPI {
|
||||
rubric: {
|
||||
storeData: (data: any) => Promise<void>
|
||||
getData: () => Promise<any>
|
||||
exportJson: () => Promise<boolean>
|
||||
importJson: () => Promise<{ questions: QuestionItem[]; currentIndex: number } | null>
|
||||
}
|
||||
template: {
|
||||
list: () => Promise<unknown[]>
|
||||
|
||||
Reference in New Issue
Block a user