🐛 修复获取config的地址

This commit is contained in:
Tw93
2023-04-06 10:02:05 +08:00
parent 174f780354
commit b45e9fb4ab
3 changed files with 27 additions and 14 deletions

View File

@@ -20,6 +20,7 @@ serde = { version = "1.0.150", features = ["derive"] }
tauri = { version = "1.2.1", features = ["api-all", "devtools", "system-tray"] }
image = "0.24.5"
home = "0.5"
dirs = "5.0"
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
[features]