收到 welcome 后才发 GetFileVer 2. 日志格式统一为 yyyy-MM-dd HH:mm:ss.fff 收到/发送消息:json

This commit is contained in:
zqm
2026-04-08 10:52:47 +08:00
parent e439084286
commit a6bd104635
3 changed files with 199 additions and 83 deletions

View File

@@ -9,6 +9,7 @@ serde_json = "1.0"
dirs = "5.0"
tokio = { version = "1.37", features = ["full"] }
windows = { version = "0.56", features = ["Win32_System_Console"] }
chrono = "0.4"
# Local CubeLib for WebSocket
cube_lib = { path = "../../../Rust/CubeLib" }