feat: 新增窗口最小尺寸限制,避免缩得过小 (#60)

This commit is contained in:
yyz
2025-04-22 17:20:59 +08:00
committed by GitHub
parent 176f86acb9
commit 9f3d3422f6

View File

@@ -18,6 +18,8 @@
"url": "index.html/#/",
"width": 408,
"height": 236,
"minWidth": 204,
"minHeight": 118,
"shadow": false,
"alwaysOnTop": true,
"transparent": true,