feat: unlock test page

This commit is contained in:
wonfen
2025-03-16 12:15:35 +08:00
parent 36142656a4
commit bcaafa67a3
11 changed files with 7698 additions and 3 deletions

View File

@@ -37,7 +37,8 @@ percent-encoding = "2.3.1"
window-shadows = { version = "0.2.2" }
tokio = { version = "1.43", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.12", features = ["json", "rustls-tls"] }
reqwest = { version = "0.12", features = ["json", "rustls-tls", "cookies"] }
regex = "1.10.5"
sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs", rev = "3d748b5" }
image = "0.25.5"
imageproc = "0.25.0"