frontend finishded

This commit is contained in:
2026-07-22 17:48:49 +08:00
parent 6f6bde4a24
commit 9f313a54b1
17 changed files with 284 additions and 76 deletions
+2
View File
@@ -3,6 +3,8 @@
import {main} from '../models';
import {gorm} from '../models';
export function ClearHistory():Promise<main.Response>;
export function DeleteOneHistory(arg1:number):Promise<main.Response>;
export function Detect(arg1:string):Promise<main.Response>;
+4
View File
@@ -2,6 +2,10 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function ClearHistory() {
return window['go']['main']['App']['ClearHistory']();
}
export function DeleteOneHistory(arg1) {
return window['go']['main']['App']['DeleteOneHistory'](arg1);
}