feat: auto-extract common config snippets from live files on first run

During app startup, iterate all app types and extract non-provider-specific
config fields from live configuration files into the database. This runs
only when no snippet exists yet for a given app type, enabling incremental
extraction as new apps are configured.
This commit is contained in:
Jason
2026-03-02 11:47:36 +08:00
parent 4b0f14e2e6
commit 2eca90e43a
2 changed files with 54 additions and 1 deletions
+1 -1
View File
@@ -701,7 +701,7 @@ dependencies = [
[[package]]
name = "cc-switch"
version = "3.11.0"
version = "3.11.1"
dependencies = [
"anyhow",
"async-stream",