feat: assign and delete inbox artifacts

This commit is contained in:
2026-06-05 02:15:27 +08:00
parent a96a316883
commit 6eaa4cda49
12 changed files with 324 additions and 8 deletions
+8
View File
@@ -98,6 +98,14 @@ export function CaptureFileData(arg1, arg2) {
return window['go']['main']['App']['CaptureFileData'](arg1, arg2);
}
export function AssignInboxNode(arg1, arg2) {
return window['go']['main']['App']['AssignInboxNode'](arg1, arg2);
}
export function DeleteInboxNode(arg1) {
return window['go']['main']['App']['DeleteInboxNode'](arg1);
}
export function ListTrash() {
return window['go']['main']['App']['ListTrash']();
}