feat(mini): reserve screen edge with Windows appbar

This commit is contained in:
2026-07-25 19:34:33 +08:00
parent 794ec74c3f
commit 8e15c06148
5 changed files with 247 additions and 25 deletions

View File

@@ -16,3 +16,11 @@ tauri-build = { version = "2", features = [] }
tauri = { version = "2", features = [] }
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",
] }