Update impl

This commit is contained in:
2026-04-13 18:46:18 +08:00
parent cdd21f4633
commit a6fce677e8
7 changed files with 93 additions and 56 deletions

View File

@@ -23,9 +23,8 @@ encoding = "0.2"
image = { version = "0.25", default-features = false, features = ["png", "jpeg", "gif", "bmp", "tiff", "ico", "webp"] }
lazy_static = "1.5"
msg_tool = { path = "../../MsgTool" }
tauri = { version = "2", features = [] }
tauri = { version = "2", features = ["devtools"] }
tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tauri-plugin-fs = "2.5.0"