update desktop

This commit is contained in:
GeekROS
2023-08-28 22:37:55 +08:00
parent e824e790a2
commit dfecbdee01
60 changed files with 3318 additions and 0 deletions

24
desktop/wails.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "cnc",
"outputfilename": "cnc",
"build:dir": "release",
"wailsjsdir": "template/src/package",
"frontend:dir": "template",
"frontend:install": "yarn",
"frontend:build": "yarn build",
"frontend:dev:watcher": "yarn dev",
"frontend:dev:serverUrl": "auto",
"devServer": "localhost:34225",
"author": {
"name": "GEEKROS",
"email": "admin@wileho.com"
},
"info": {
"companyName": "GEEKROS",
"productName": "CNC",
"productVersion": "1.0.0",
"copyright": "Copyright © 2019-2022 GEEKROS All Rights Reserved",
"comments": "GEEKROS (https://www.geekros.com)"
}
}