feat: expose trash in gui

This commit is contained in:
2026-06-05 01:05:57 +08:00
parent 035f877280
commit cc83cd3476
16 changed files with 266 additions and 6 deletions
+8
View File
@@ -82,6 +82,14 @@ export function ListInboxNodes() {
return window['go']['main']['App']['ListInboxNodes']();
}
export function ListTrash() {
return window['go']['main']['App']['ListTrash']();
}
export function OpenTrashFolder() {
return window['go']['main']['App']['OpenTrashFolder']();
}
export function CreateWorklog(arg1, arg2, arg3) {
return window['go']['main']['App']['CreateWorklog'](arg1, arg2, arg3);
}