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

This commit is contained in:
Vixalie
2026-03-27 15:57:22 +08:00
parent 8d5887fc46
commit 2f480d838b

View File

@@ -13,8 +13,10 @@
"windows": [
{
"title": "Quick Dataset",
"width": 800,
"height": 600
"width": 1200,
"height": 800,
"minWidth": 1200,
"minHeight": 800
}
],
"security": {