feat: set min windows

This commit is contained in:
GyDi 2021-12-09 23:26:42 +08:00
parent 9b8f5c4fcf
commit 396b11cc3d

View File

@ -6,8 +6,8 @@
"build": {
"distDir": "../dist",
"devPath": "http://localhost:3000/proxy",
"beforeDevCommand": "npm run web:dev",
"beforeBuildCommand": "npm run web:build"
"beforeDevCommand": "yarn run web:dev",
"beforeBuildCommand": "yarn run web:build"
},
"tauri": {
"systemTray": {
@ -63,7 +63,9 @@
"resizable": true,
"fullscreen": false,
"decorations": true,
"transparent": false
"transparent": false,
"minWidth": 600,
"minHeight": 520
}
],
"security": {