Improve remote endpoint detection

This commit is contained in:
lutc5
2026-04-30 12:57:47 +08:00
parent 2bcb0a6715
commit e88856e1fc
13 changed files with 628 additions and 50 deletions

View File

@@ -14,6 +14,10 @@ export function GetConfig() {
return window['go']['main']['App']['GetConfig']();
}
export function GetDetectionInfo() {
return window['go']['main']['App']['GetDetectionInfo']();
}
export function GetModels() {
return window['go']['main']['App']['GetModels']();
}