完善图片视频添加预览功能

This commit is contained in:
2026-07-10 14:41:54 +08:00
parent aefe72b864
commit 266a7ffacd
25 changed files with 713 additions and 12 deletions

View File

@@ -21,6 +21,7 @@ tauri-build = { version = "2", features = [] }
tauri = { version = "2", features = ["protocol-asset"] }
tauri-plugin-dialog = "2"
tauri-plugin-opener = "2"
base64 = "0.22"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
time = ">=0.3.0, <0.3.47"