2026-01-14 00:56:30 +08:00
|
|
|
// @ts-check
|
|
|
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
|
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
|
|
2026-01-14 01:06:15 +08:00
|
|
|
export function GetAiRecommendations() {
|
|
|
|
|
return window['go']['main']['App']['GetAiRecommendations']();
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-14 09:26:04 +08:00
|
|
|
export function GetCrawlInfoStats() {
|
|
|
|
|
return window['go']['main']['App']['GetCrawlInfoStats']();
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-14 00:56:30 +08:00
|
|
|
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);
|
|
|
|
|
}
|