Files
bidding_watcher/widget/looker/frontend/wailsjs/go/main/App.js
dmy 6a9c52fe10 feat: 添加AI推荐功能及自动刷新机制
新增AI推荐模块,包括后端数据获取接口和前端展示组件
实现自动刷新功能,每5分钟自动更新当前标签页数据
添加手动刷新按钮,优化用户交互体验
2026-01-14 01:06:15 +08:00

24 lines
620 B
JavaScript

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function GetAiRecommendations() {
return window['go']['main']['App']['GetAiRecommendations']();
}
export function GetDatabaseConfig() {
return window['go']['main']['App']['GetDatabaseConfig']();
}
export function GetDatabaseDSN() {
return window['go']['main']['App']['GetDatabaseDSN']();
}
export function GetPinnedBidItems() {
return window['go']['main']['App']['GetPinnedBidItems']();
}
export function Greet(arg1) {
return window['go']['main']['App']['Greet'](arg1);
}