[feat] better installer + changelog test version switch + better video config view

This commit is contained in:
2025-11-05 11:19:43 +08:00
parent ea0a42dc43
commit 41008cf13c
19 changed files with 1499 additions and 183 deletions

View File

@@ -31,7 +31,8 @@ walkdir = "2.5.0"
serde_json = "1.0.145"
regex = "1.12.2"
serde = { version = "1.0.228", features = ["derive"] }
reqwest = { version = "0.12.24", features = ["blocking"] }
reqwest = { version = "0.12.24", features = ["json", "stream", "blocking"] }
futures-util = "0.3.30"
tauri = { version = "2.9.2", features = [ "macos-private-api",
"tray-icon"
] }