feat(client): sync digital employee outbox

This commit is contained in:
baiyanyun
2026-06-05 17:11:10 +08:00
parent f8048724c4
commit b9132c421d
7 changed files with 453 additions and 1 deletions

View File

@@ -95,5 +95,11 @@ contextBridge.exposeInMainWorld("QimingClawBridge", {
async getSnapshot() {
return ipcRenderer.invoke("digitalEmployee:getSnapshot");
},
async getSyncStatus() {
return ipcRenderer.invoke("digitalEmployee:getSyncStatus");
},
async flushSync() {
return ipcRenderer.invoke("digitalEmployee:flushSync");
},
},
});