feat: 更新窗口尺寸设置,调整为1200x800并设置最小尺寸

This commit is contained in:
Vixalie
2026-03-27 15:57:22 +08:00
parent 8d5887fc46
commit 2f480d838b
+4 -2
View File
@@ -13,8 +13,10 @@
"windows": [ "windows": [
{ {
"title": "Quick Dataset", "title": "Quick Dataset",
"width": 800, "width": 1200,
"height": 600 "height": 800,
"minWidth": 1200,
"minHeight": 800
} }
], ],
"security": { "security": {