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.ico"
],
"identifier": "com.tauri.dev",
"identifier": "xyz.archgrid.comic_viewer",
"targets": "all"
},
"security": {
@ -40,8 +40,8 @@
{
"fullscreen": false,
"resizable": true,
"title": "comic_viewer",
"width": 800,
"title": "漫画浏览器",
"width": 1000,
"height": 600
}
]