refactor: Use Tauri WebSocket

This commit is contained in:
MystiPanda
2024-01-14 17:30:18 +08:00
parent 99740c1324
commit ba7242a815
9 changed files with 142 additions and 47 deletions

View File

@@ -44,7 +44,8 @@
"recoil": "^0.7.7",
"snarkdown": "^2.0.0",
"swr": "^1.3.0",
"tar": "^6.2.0"
"tar": "^6.2.0",
"tauri-plugin-websocket-api": "github:tauri-apps/tauri-plugin-websocket#v1"
},
"devDependencies": {
"@actions/github": "^5.1.1",