下载/主界面优化

This commit is contained in:
2026-07-22 22:26:40 +08:00
parent f7d3c13f35
commit 95a69b0017
16 changed files with 295 additions and 106 deletions
+17
View File
@@ -4122,6 +4122,22 @@ dependencies = [
"zbus",
]
[[package]]
name = "tauri-plugin-snap-layout"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f76070bb989b055b9c8a789520c3e2eb70f6cb155fc70598d464925e36a1d78"
dependencies = [
"raw-window-handle",
"serde",
"serde_json",
"tauri",
"tauri-plugin",
"thiserror 2.0.18",
"windows-sys 0.61.2",
"windows-version",
]
[[package]]
name = "tauri-runtime"
version = "2.11.3"
@@ -4261,6 +4277,7 @@ dependencies = [
"tauri-plugin-autostart",
"tauri-plugin-dialog",
"tauri-plugin-opener",
"tauri-plugin-snap-layout",
"tokio",
"url",
"windows-sys 0.52.0",