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