From 040a2ab4b3ce8aea59d4c45f2cbc0f61df36dadc Mon Sep 17 00:00:00 2001 From: JSR Date: Wed, 18 Mar 2026 21:17:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E4=B8=80=E6=AD=A5=E6=94=BE=E5=A4=A7?= =?UTF-8?q?=E6=A8=AA=E5=B1=8F=E7=AA=97=E5=8F=A3=E9=BB=98=E8=AE=A4=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 38a2a71..84949df 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -145,7 +145,7 @@ function MainContent(): React.JSX.Element { setSidebarCollapsed(true) } else { await api.windowSetResizable(true) - await api.windowResize(1680, 1020) + await api.windowResize(2560, 1440) setSidebarCollapsed(false) } setIsPortraitMode(nextPortraitMode)