服务端运行时keyring改为文件存储

This commit is contained in:
xintaofei
2026-03-29 19:08:00 +08:00
parent a7f628ee21
commit 85114272de
2 changed files with 66 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ tauri-runtime = [
"dep:tauri-plugin-updater",
"dep:tauri-plugin-process",
"dep:tauri-plugin-notification",
"dep:keyring",
]
[[bin]]
@@ -73,7 +74,7 @@ base64 = "0.22"
agent-client-protocol-schema = { version = "0.10", features = ["unstable_session_usage", "unstable_session_fork"] }
kill_tree = { version = "0.2", features = ["tokio"] }
which = "7"
keyring = { version = "3", features = ["apple-native", "windows-native", "sync-secret-service"] }
keyring = { version = "3", features = ["apple-native", "windows-native", "sync-secret-service"], optional = true }
axum = { version = "0.8", features = ["ws"] }
tower-http = { version = "0.6", features = ["fs", "cors"] }