改成wails

This commit is contained in:
yml2213
2026-07-23 14:04:52 +08:00
parent d0efcedcc5
commit a9ecad38f7
24 changed files with 2220 additions and 496 deletions
+19
View File
@@ -0,0 +1,19 @@
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function DefaultSettings() {
return window['go']['main']['App']['DefaultSettings']();
}
export function Preview(arg1) {
return window['go']['main']['App']['Preview'](arg1);
}
export function SampleText() {
return window['go']['main']['App']['SampleText']();
}
export function Upload(arg1) {
return window['go']['main']['App']['Upload'](arg1);
}