feat: 添加投标项目查看器组件及后端支持
This commit is contained in:
19
widget/looker/frontend/wailsjs/go/main/App.js
Normal file
19
widget/looker/frontend/wailsjs/go/main/App.js
Normal file
@@ -0,0 +1,19 @@
|
||||
// @ts-check
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
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);
|
||||
}
|
||||
Reference in New Issue
Block a user