fix: open inbox artifacts by type

This commit is contained in:
2026-06-05 08:06:06 +08:00
parent db47d31183
commit 91b5629e01
4 changed files with 108 additions and 15 deletions
+4
View File
@@ -158,6 +158,10 @@ export function OpenLink(arg1) {
return window['go']['main']['App']['OpenLink'](arg1);
}
export function OpenURL(arg1) {
return window['go']['main']['App']['OpenURL'](arg1);
}
export function ListTrash() {
return window['go']['main']['App']['ListTrash']();
}