重构: secret纯密钥逻辑下沉df-storage(方案B避循环依赖,12调用点零改)

This commit is contained in:
2026-06-16 22:57:43 +08:00
parent 36f70b3229
commit 766f235ab7
7 changed files with 571 additions and 222 deletions

View File

@@ -11,3 +11,6 @@ anyhow = { workspace = true }
tokio = { workspace = true }
rusqlite = { workspace = true }
tracing = { workspace = true }
# keyring:FR-S1 密钥解析下沉,纯密钥逻辑(get/set/delete/resolve/ensure/migrate)的唯一源。
# build_provider_for 不下沉(依赖 df-ai 会引循环),留 src-tauri 转发壳。
keyring = { workspace = true }