修复 macOS Retina 下窗口尺寸异常与默认窗口过小问题

This commit is contained in:
JSR
2026-03-19 21:28:02 +08:00
parent 13c9dcaa61
commit a782da9037
3 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
"windows": [
{
"title": "SecScore",
"width": 10000,
"height": 10000,
"width": 1180,
"height": 680,
"resizable": true,
"fullscreen": false,
"decorations": false,