7.21 big change

This commit is contained in:
2026-07-21 17:57:04 +08:00
parent 4806ca6bc0
commit 6f6bde4a24
29 changed files with 2893 additions and 338 deletions
+16 -8
View File
@@ -2,22 +2,30 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function DeleteOneHistory(arg1) {
return window['go']['main']['App']['DeleteOneHistory'](arg1);
}
export function Detect(arg1) {
return window['go']['main']['App']['Detect'](arg1);
}
export function GetHistory(arg1, arg2) {
return window['go']['main']['App']['GetHistory'](arg1, arg2);
}
export function GetImage(arg1) {
return window['go']['main']['App']['GetImage'](arg1);
}
export function GormDB() {
return window['go']['main']['App']['GormDB']();
}
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']();
}
export function UploadImage(arg1, arg2) {
return window['go']['main']['App']['UploadImage'](arg1, arg2);
}