enhance(setting):调整窗口设置。

This commit is contained in:
徐涛 2023-03-08 10:23:46 +08:00
parent aae96a632b
commit 868674bbdd

View File

@ -27,7 +27,7 @@
"icons/icon.icns", "icons/icon.icns",
"icons/icon.ico" "icons/icon.ico"
], ],
"identifier": "com.tauri.dev", "identifier": "xyz.archgrid.comic_viewer",
"targets": "all" "targets": "all"
}, },
"security": { "security": {
@ -40,8 +40,8 @@
{ {
"fullscreen": false, "fullscreen": false,
"resizable": true, "resizable": true,
"title": "comic_viewer", "title": "漫画浏览器",
"width": 800, "width": 1000,
"height": 600 "height": 600
} }
] ]