Files
office-data-matcher/frontend/wailsjs/go/main/App.js
sakuradairong b65a044169 chore: snapshot backup before rainycy push (20260624-032434)
Auto-committed by MiMo for migration to git.rainycy.top
2026-06-24 03:28:06 +08:00

56 lines
1.4 KiB
JavaScript
Executable File

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function ClearAICache() {
return window['go']['main']['App']['ClearAICache']();
}
export function ExportResults(arg1) {
return window['go']['main']['App']['ExportResults'](arg1);
}
export function GetAICacheInfo() {
return window['go']['main']['App']['GetAICacheInfo']();
}
export function GetAIStatus() {
return window['go']['main']['App']['GetAIStatus']();
}
export function GetDeepseekStatus() {
return window['go']['main']['App']['GetDeepseekStatus']();
}
export function OpenFileA() {
return window['go']['main']['App']['OpenFileA']();
}
export function OpenFileB() {
return window['go']['main']['App']['OpenFileB']();
}
export function ParseHeaders(arg1) {
return window['go']['main']['App']['ParseHeaders'](arg1);
}
export function RunMatch(arg1) {
return window['go']['main']['App']['RunMatch'](arg1);
}
export function RunMatchWithAI(arg1) {
return window['go']['main']['App']['RunMatchWithAI'](arg1);
}
export function SetAIConfig(arg1, arg2, arg3) {
return window['go']['main']['App']['SetAIConfig'](arg1, arg2, arg3);
}
export function SetAPIKey(arg1) {
return window['go']['main']['App']['SetAPIKey'](arg1);
}
export function SetDeepseekAPIKey(arg1) {
return window['go']['main']['App']['SetDeepseekAPIKey'](arg1);
}