flat: ts + 接口错误处理
This commit is contained in:
@@ -141,6 +141,7 @@ export function setupWorkflowHandlers() {
|
||||
|
||||
// 将整个工作流封装在 IPC Handler 中
|
||||
ipcMain.handle("run-job-workflow", async (_, userQuery) => {
|
||||
console.log("工作流: 正在准备工作...");
|
||||
let currentJobData = userQuery || {};
|
||||
|
||||
let answerText = "";
|
||||
|
||||
Reference in New Issue
Block a user