config page

This commit is contained in:
josc146
2023-05-05 23:23:34 +08:00
parent f212eea1b7
commit f6be32825f
18 changed files with 400 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function Greet(arg1:string):Promise<string>;
export function SaveConfig(arg1:any):Promise<string>;

View File

@@ -2,6 +2,6 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function Greet(arg1) {
return window['go']['main']['App']['Greet'](arg1);
export function SaveConfig(arg1) {
return window['go']['backend_golang']['App']['SaveConfig'](arg1);
}