尝试使用tauri编写所有代码

This commit is contained in:
Tlntin
2022-12-27 18:38:24 +08:00
parent 2ceba6732b
commit 5b64212789
7 changed files with 550 additions and 263 deletions

View File

@@ -4,21 +4,15 @@
"version": "1.0.0"
},
"tauri": {
"windows": [
{
"url": "https://weread.qq.com/",
"transparent": true,
"fullscreen": false,
"width": 1200,
"height": 780,
"resizable": true
}
],
"security": {
"csp": null
},
"updater": {
"active": false
},
"systemTray": {
"iconPath": "png/weread_32.ico",
"iconAsTemplate": true
}
},
"build": {