mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 12:44:18 +08:00
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:
Generated
+1
-1
@@ -701,7 +701,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cc-switch"
|
||||
version = "3.11.0"
|
||||
version = "3.11.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-stream",
|
||||
|
||||
Reference in New Issue
Block a user