|
@@ -50,6 +50,14 @@ export function SelectSaveFilePath() {
|
|
|
return window['go']['main']['App']['SelectSaveFilePath']();
|
|
|
}
|
|
|
|
|
|
+export function ServerActionCheckLogin() {
|
|
|
+ return window['go']['main']['App']['ServerActionCheckLogin']();
|
|
|
+}
|
|
|
+
|
|
|
+export function ServerActionCodeList(arg1) {
|
|
|
+ return window['go']['main']['App']['ServerActionCodeList'](arg1);
|
|
|
+}
|
|
|
+
|
|
|
export function ServerActionUserLogin(arg1) {
|
|
|
return window['go']['main']['App']['ServerActionUserLogin'](arg1);
|
|
|
}
|