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

@@ -13,8 +13,12 @@
"windows": [
{
"title": "森林AI Full",
"width": 1280,
"height": 820
"width": 380,
"height": 820,
"minWidth": 300,
"minHeight": 480,
"resizable": false,
"maximizable": false
}
],
"security": {