feat: 更换部分 API,重构 wbi 签名实现,增加额外风控检测 (#503)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-10-15 02:01:41 +08:00
committed by GitHub
parent 84d353365a
commit ff6db0ad97
12 changed files with 179 additions and 237 deletions
+1 -3
View File
@@ -17,9 +17,8 @@ bili_sync_migration = { path = "crates/bili_sync_migration" }
anyhow = { version = "1.0.100", features = ["backtrace"] }
arc-swap = { version = "1.7.1", features = ["serde"] }
assert_matches = "1.5.0"
async-stream = "0.3.6"
async-tempfile = {version = "0.7.0", features = ["uuid"]}
async-tempfile = { version = "0.7.0", features = ["uuid"] }
async-trait = "0.1.89"
axum = { version = "0.8.6", features = ["macros", "ws"] }
base64 = "0.22.1"
@@ -27,7 +26,6 @@ built = { version = "0.7.7", features = ["git2", "chrono"] }
chrono = { version = "0.4.42", features = ["serde"] }
clap = { version = "4.5.48", features = ["env", "string"] }
cookie = "0.18.1"
cow-utils = "0.1.3"
dashmap = "6.1.0"
derivative = "2.2.0"
dirs = "6.0.0"