enhance(config):调整默认窗体大小。
This commit is contained in:
parent
a1ea3c8414
commit
9ea4433933
|
@ -7,8 +7,8 @@
|
||||||
"withGlobalTauri": false
|
"withGlobalTauri": false
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "comic_viewer",
|
"productName": "漫画阅读器",
|
||||||
"version": "0.0.0"
|
"version": "0.1.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
@ -64,9 +64,9 @@
|
||||||
{
|
{
|
||||||
"fullscreen": false,
|
"fullscreen": false,
|
||||||
"resizable": true,
|
"resizable": true,
|
||||||
"title": "漫画浏览器",
|
"title": "漫画阅读器",
|
||||||
"width": 1000,
|
"width": 1000,
|
||||||
"height": 600
|
"height": 800
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user