fix: add sync subscription webui and check credential web ui

This commit is contained in:
2025-06-08 00:36:59 +08:00
parent 946d4e8c2c
commit d2aab7369d
46 changed files with 1120 additions and 195 deletions

4
Cargo.lock generated
View File

@@ -2019,6 +2019,7 @@ dependencies = [
"http-cache",
"http-cache-reqwest",
"http-cache-semantics",
"http-serde",
"lazy_static",
"leaky-bucket",
"moka",
@@ -2031,6 +2032,7 @@ dependencies = [
"serde_json",
"serde_with",
"snafu",
"tracing",
"url",
"util",
]
@@ -7701,6 +7703,8 @@ dependencies = [
"bytes",
"futures",
"quirks_path",
"serde",
"serde_with",
"snafu",
]