更新新特性的文档

This commit is contained in:
Tw93
2022-10-25 19:11:16 +08:00
parent aceb4e4531
commit 691233d655
3 changed files with 17 additions and 18 deletions

View File

@@ -10,6 +10,16 @@
"beforeDevCommand": ""
},
"tauri": {
"windows": [
{
"url": "https://weread.qq.com/",
"transparent": true,
"fullscreen": false,
"width": 1200,
"height": 728,
"resizable": true
}
],
"allowlist": {
"all": true
},
@@ -45,17 +55,6 @@
},
"updater": {
"active": false
},
"windows": [
{
"fullscreen": false,
"height": 728,
"resizable": true,
"title": "WeRead",
"transparent": true,
"url": "https://weread.qq.com/",
"width": 1200
}
]
}
}
}