This commit is contained in:
2026-07-10 17:02:23 +08:00
parent 39a25e488e
commit 91ffce9f36
19 changed files with 1397 additions and 616 deletions
+4
View File
@@ -2,3 +2,7 @@
// This file is automatically generated. DO NOT EDIT
export function Greet(arg1:string):Promise<string>;
export function Login():Promise<string>;
export function Register():Promise<string>;
+8
View File
@@ -5,3 +5,11 @@
export function Greet(arg1) {
return window['go']['main']['App']['Greet'](arg1);
}
export function Login() {
return window['go']['main']['App']['Login']();
}
export function Register() {
return window['go']['main']['App']['Register']();
}