🐛 增加高度

This commit is contained in:
Tw93
2022-12-17 22:40:23 +08:00
parent b696e59291
commit ef73effa07
2 changed files with 26 additions and 26 deletions

2
dist/cli.js vendored
View File

@@ -1847,7 +1847,7 @@ var tauri$3 = {
transparent: true, transparent: true,
fullscreen: false, fullscreen: false,
width: 1200, width: 1200,
height: 728, height: 780,
resizable: true resizable: true
} }
], ],

View File

@@ -6,11 +6,11 @@
"tauri": { "tauri": {
"windows": [ "windows": [
{ {
"url": "https://weread.qq.com/", "url": "https://lizhi.turkyden.com/?from=pake",
"transparent": true, "transparent": true,
"fullscreen": false, "fullscreen": false,
"width": 1200, "width": 1200,
"height": 728, "height": 780,
"resizable": true "resizable": true
} }
], ],