feat: 添加应用配置管理功能,支持加载和保存配置

This commit is contained in:
Vixalie
2026-03-29 22:12:06 +08:00
parent eefbe42f2b
commit 2707e9ecdb
4 changed files with 139 additions and 1 deletions
+3
View File
@@ -24,4 +24,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
tauri-plugin-fs = "2"
tauri-plugin-dialog = "2"
blake3 = { version = "1.8.3", features = ["serde", "digest", "pure"] }
anyhow = "1.0.102"
thiserror = "2.0.18"