feat: add interactive inbox view

This commit is contained in:
2026-06-05 00:59:57 +08:00
parent 02d68ca3f4
commit 035f877280
13 changed files with 163 additions and 8 deletions
+4
View File
@@ -78,6 +78,10 @@ export function ListWorklog(arg1) {
return window['go']['main']['App']['ListWorklog'](arg1);
}
export function ListInboxNodes() {
return window['go']['main']['App']['ListInboxNodes']();
}
export function CreateWorklog(arg1, arg2, arg3) {
return window['go']['main']['App']['CreateWorklog'](arg1, arg2, arg3);
}