[feat] reset modal + basic auto get path + basic wrap err try

This commit is contained in:
Purp1e
2025-03-20 14:13:03 +08:00
parent 60782669ea
commit a9a48d2aba
12 changed files with 163 additions and 62 deletions

View File

@@ -7,7 +7,7 @@ license = ""
repository = ""
default-run = "CS工具箱"
edition = "2021"
rust-version = "1.66"
rust-version = "1.85"
[profile.release]
panic = "abort" # Strip expensive panic clean-up logic
@@ -21,6 +21,7 @@ strip = true # Remove debug symbols
tauri-build = { version = "2.0.6", features = [] }
[dependencies]
log = "0.4.26"
serde_json = "1.0.140"
serde = { version = "1.0.219", features = ["derive"] }
tauri = { version = "2.3.1", features = [ "macos-private-api",
@@ -41,6 +42,7 @@ tauri-plugin-system-info = "2.0.9"
tauri-plugin-theme = "2.1.3"
tauri-plugin-single-instance = { version = "2.0.0", features = ["deep-link"] }
tauri-plugin-deep-link = "2.0.0"
anyhow = "1.0.97"
[target.'cfg(windows)'.dependencies] # Windows Only
winreg = "0.55.0"