修复桌面端界面显示与稳定性问题
|
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 659 B After Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 99 B After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 756 B After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 96 B After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 846 B After Width: | Height: | Size: 148 KiB |
|
Before Width: | Height: | Size: 114 B After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 123 B After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 374 KiB |
@@ -21,6 +21,8 @@
|
||||
"decorations": true,
|
||||
"titleBarStyle": "Overlay",
|
||||
"hiddenTitle": true,
|
||||
"backgroundColor": "#f9fafb",
|
||||
"backgroundThrottling": "disabled",
|
||||
"trafficLightPosition": { "x": 16, "y": 18 }
|
||||
}
|
||||
],
|
||||
@@ -31,7 +33,14 @@
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": ["app", "dmg"],
|
||||
"createUpdaterArtifacts": true
|
||||
"createUpdaterArtifacts": true,
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
]
|
||||
},
|
||||
"plugins": {
|
||||
"updater": {
|
||||
|
||||