mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
feat: set min windows
This commit is contained in:
parent
9b8f5c4fcf
commit
396b11cc3d
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user