Files
bidding_watcher/widget/looker/frontend/wailsjs/go/main/App.js
dmy bcd7af4e69 feat: 添加爬虫状态监控功能
新增爬虫统计信息展示组件,包括后端数据查询接口和前端展示界面。同时简化日期显示格式并添加刷新提示功能。
2026-01-14 09:26:04 +08:00

28 lines
722 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 GetCrawlInfoStats() {
return window['go']['main']['App']['GetCrawlInfoStats']();
}
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);
}