feat: finish some features

This commit is contained in:
GyDi
2021-12-08 23:40:52 +08:00
parent df435fc9df
commit c13a755eb6
6 changed files with 219 additions and 76 deletions

View File

@@ -5,7 +5,7 @@
},
"build": {
"distDir": "../dist",
"devPath": "http://localhost:3000",
"devPath": "http://localhost:3000/proxy",
"beforeDevCommand": "npm run web:dev",
"beforeBuildCommand": "npm run web:build"
},
@@ -61,7 +61,9 @@
"width": 800,
"height": 600,
"resizable": true,
"fullscreen": false
"fullscreen": false,
"decorations": true,
"transparent": false
}
],
"security": {