Release v1.4.3

This commit is contained in:
lutc5
2026-04-30 18:20:04 +08:00
parent a2f777a1a8
commit a02fd51c19
24 changed files with 1909 additions and 1176 deletions

View File

@@ -18,6 +18,10 @@ export function GetDetectionInfo() {
return window['go']['main']['App']['GetDetectionInfo']();
}
export function GetLogs() {
return window['go']['main']['App']['GetLogs']();
}
export function GetModels() {
return window['go']['main']['App']['GetModels']();
}
@@ -30,6 +34,10 @@ export function GetStatus() {
return window['go']['main']['App']['GetStatus']();
}
export function GetTokenStats() {
return window['go']['main']['App']['GetTokenStats']();
}
export function HideWindow() {
return window['go']['main']['App']['HideWindow']();
}