💄 修复窗口大小
This commit is contained in:
parent
0c1d6919ec
commit
d57e6f41ed
@ -59,8 +59,8 @@ async function createWindow() {
|
|||||||
icon: join(process.env.VITE_PUBLIC, "logo/only/16x16.png"),
|
icon: join(process.env.VITE_PUBLIC, "logo/only/16x16.png"),
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600,
|
height: 600,
|
||||||
minWidth: 640,
|
minWidth: 800,
|
||||||
minHeight: 480,
|
minHeight: 600,
|
||||||
maxWidth: 1280,
|
maxWidth: 1280,
|
||||||
maxHeight: 960,
|
maxHeight: 960,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
|
Loading…
Reference in New Issue
Block a user