feat: add desktop app release packaging
This commit is contained in:
67
desktop/frontend/wailsjs/go/main/App.js
Executable file
67
desktop/frontend/wailsjs/go/main/App.js
Executable file
@@ -0,0 +1,67 @@
|
||||
// @ts-check
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function ClearLogs() {
|
||||
return window['go']['main']['App']['ClearLogs']();
|
||||
}
|
||||
|
||||
export function ClearRequests() {
|
||||
return window['go']['main']['App']['ClearRequests']();
|
||||
}
|
||||
|
||||
export function GetConfig() {
|
||||
return window['go']['main']['App']['GetConfig']();
|
||||
}
|
||||
|
||||
export function GetModels() {
|
||||
return window['go']['main']['App']['GetModels']();
|
||||
}
|
||||
|
||||
export function GetRequests() {
|
||||
return window['go']['main']['App']['GetRequests']();
|
||||
}
|
||||
|
||||
export function GetStatus() {
|
||||
return window['go']['main']['App']['GetStatus']();
|
||||
}
|
||||
|
||||
export function HideWindow() {
|
||||
return window['go']['main']['App']['HideWindow']();
|
||||
}
|
||||
|
||||
export function MinimizeWindow() {
|
||||
return window['go']['main']['App']['MinimizeWindow']();
|
||||
}
|
||||
|
||||
export function QuitApp() {
|
||||
return window['go']['main']['App']['QuitApp']();
|
||||
}
|
||||
|
||||
export function RefreshModels() {
|
||||
return window['go']['main']['App']['RefreshModels']();
|
||||
}
|
||||
|
||||
export function RequestQuitShortcut() {
|
||||
return window['go']['main']['App']['RequestQuitShortcut']();
|
||||
}
|
||||
|
||||
export function SelectModel(arg1) {
|
||||
return window['go']['main']['App']['SelectModel'](arg1);
|
||||
}
|
||||
|
||||
export function ShowWindow() {
|
||||
return window['go']['main']['App']['ShowWindow']();
|
||||
}
|
||||
|
||||
export function StartProxy() {
|
||||
return window['go']['main']['App']['StartProxy']();
|
||||
}
|
||||
|
||||
export function StopProxy() {
|
||||
return window['go']['main']['App']['StopProxy']();
|
||||
}
|
||||
|
||||
export function UpdateConfig(arg1) {
|
||||
return window['go']['main']['App']['UpdateConfig'](arg1);
|
||||
}
|
||||
Reference in New Issue
Block a user