- 修复 MaxPreview=0 仍被覆盖为默认值的 bug - 修复 API Endpoint 自动补全逻辑(避免 /v1/v1/chat/completions) - 为 AI 配置与匹配状态字段增加并发锁 - AI 增强未匹配行改为按索引跟踪,避免重复行误判 - 无时间列时 AI 匹配 B 表行数可配置并增加截断警告 - 导出时防御参差不齐行导致的数组越界 panic - Excel 读取时对单元格统一 TrimSpace - 删除未使用的 minInt 函数 - 修复 wails.json 开发服务器地址为 http://localhost:5173 - 重新生成 Wails 前端绑定 - 新增 ai_test.go / export_test.go 单元测试
56 lines
1.4 KiB
JavaScript
Executable File
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);
|
|
}
|