feat(desktop): reserve right edge with Windows appbar

This commit is contained in:
2026-07-25 18:56:37 +08:00
parent 10790b233e
commit 794ec74c3f
5 changed files with 212 additions and 4 deletions

View File

@@ -17,3 +17,11 @@ tauri = { version = "2", features = [] }
tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.61", features = [
"Win32_Foundation",
"Win32_Graphics_Gdi",
"Win32_UI_Shell",
"Win32_UI_WindowsAndMessaging",
] }