feat: add text and url inbox capture

This commit is contained in:
2026-06-05 01:46:22 +08:00
parent d6ef3a973a
commit 44d0be2649
4 changed files with 214 additions and 7 deletions
+8
View File
@@ -82,6 +82,14 @@ export function ListInboxNodes() {
return window['go']['main']['App']['ListInboxNodes']();
}
export function CaptureText(arg1) {
return window['go']['main']['App']['CaptureText'](arg1);
}
export function CaptureURL(arg1, arg2) {
return window['go']['main']['App']['CaptureURL'](arg1, arg2);
}
export function ListTrash() {
return window['go']['main']['App']['ListTrash']();
}