This commit is contained in:
josc146
2023-05-06 23:39:23 +08:00
parent fbeee1917c
commit 2acf9f71ae
10 changed files with 295 additions and 7 deletions

View File

@@ -2,3 +2,5 @@
// This file is automatically generated. DO NOT EDIT
export function SaveJson(arg1:string,arg2:any):Promise<string>;
export function StartServer(arg1:string,arg2:string):Promise<string>;

View File

@@ -5,3 +5,7 @@
export function SaveJson(arg1, arg2) {
return window['go']['backend_golang']['App']['SaveJson'](arg1, arg2);
}
export function StartServer(arg1, arg2) {
return window['go']['backend_golang']['App']['StartServer'](arg1, arg2);
}