修复iOS构建失败并调整初始窗口尺寸以避免底部黑边

This commit is contained in:
JSR
2026-03-19 19:08:33 +08:00
parent 24e7303040
commit c4c65861c9
3 changed files with 42 additions and 30 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
"windows": [
{
"title": "SecScore",
"width": 1180,
"height": 680,
"width": 10000,
"height": 10000,
"resizable": true,
"fullscreen": false,
"decorations": false,