🐛 增加高度
This commit is contained in:
2
dist/cli.js
vendored
2
dist/cli.js
vendored
@@ -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
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user