feat: 评分标准 JSON 导入/导出
This commit is contained in:
@@ -50,7 +50,9 @@ contextBridge.exposeInMainWorld('electronAPI', {
|
||||
|
||||
rubric: {
|
||||
storeData: (data: any) => ipcRenderer.invoke('rubric:storeData', data),
|
||||
getData: () => ipcRenderer.invoke('rubric:getData')
|
||||
getData: () => ipcRenderer.invoke('rubric:getData'),
|
||||
exportJson: () => ipcRenderer.invoke('rubric:exportJson'),
|
||||
importJson: () => ipcRenderer.invoke('rubric:importJson')
|
||||
},
|
||||
|
||||
template: {
|
||||
|
||||
Reference in New Issue
Block a user