尝试使用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

13
src-tauri/pake.json Normal file
View File

@@ -0,0 +1,13 @@
{
"windows": [
{
"url": "https://weread.qq.com/",
"transparent": true,
"fullscreen": false,
"width": 1200,
"height": 780,
"resizable": true,
"url_type": "web"
}
]
}