From d57e6f41ed3ec3a522adee76779fb48234ed1a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=98=89=E4=BC=9F?= <8473136@qq.com> Date: Wed, 25 Sep 2024 10:25:28 +0800 Subject: [PATCH] =?UTF-8?q?:lipstick:=20=E4=BF=AE=E5=A4=8D=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/main/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electron/main/index.ts b/electron/main/index.ts index 959b7e4..2a49ae9 100644 --- a/electron/main/index.ts +++ b/electron/main/index.ts @@ -59,8 +59,8 @@ async function createWindow() { icon: join(process.env.VITE_PUBLIC, "logo/only/16x16.png"), width: 800, height: 600, - minWidth: 640, - minHeight: 480, + minWidth: 800, + minHeight: 600, maxWidth: 1280, maxHeight: 960, webPreferences: {