refactor: update MihomoManager to handle traffic WebSocket URL and authorization

This commit is contained in:
Tunglies
2025-03-09 14:43:58 +08:00
parent e1905aced4
commit 48f1da963a
7 changed files with 35 additions and 23 deletions

View File

@@ -70,6 +70,7 @@ sys-locale = "0.3.1"
async-trait = "0.1.87"
mihomo_api = { path = "./src/crate_mihomo_api" }
ab_glyph = "0.2.29"
tungstenite = "0.26.2"
[target.'cfg(windows)'.dependencies]
runas = "=1.2.0"