fix: polish layout and app branding

This commit is contained in:
2026-04-27 11:15:53 +08:00
parent 8254994df8
commit 20bd25e136
7 changed files with 311 additions and 205 deletions

View File

@@ -13,23 +13,23 @@
"windows": [
{
"title": "Image Draw AI",
"width": 1100,
"height": 760,
"minWidth": 900,
"minHeight": 620
"width": 1280,
"height": 1160,
"minWidth": 1180,
"minHeight": 1100
}
],
"security": {
"csp": null,
"assetProtocol": {
"enable": true,
"scope": ["$APPDATA/**"]
"scope": ["$APPDATA/**", "$HOME/**", "$PICTURE/**", "$DOWNLOAD/**", "$DESKTOP/**", "$DOCUMENT/**"]
}
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": []
"icon": ["icons/icon.png"]
}
}