add cnMirror

This commit is contained in:
josc146
2023-05-21 10:49:45 +08:00
parent 8d730d71ba
commit 825cbd15f8
7 changed files with 31 additions and 9 deletions

View File

@@ -34,8 +34,8 @@ export function GetPlatform() {
return window['go']['backend_golang']['App']['GetPlatform']();
}
export function InstallPyDep() {
return window['go']['backend_golang']['App']['InstallPyDep']();
export function InstallPyDep(arg1) {
return window['go']['backend_golang']['App']['InstallPyDep'](arg1);
}
export function ListDirFiles(arg1) {