From 036baf33dbffe1321388707f9bbb8cb8666f97d1 Mon Sep 17 00:00:00 2001 From: JSR Date: Wed, 18 Mar 2026 21:11:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E8=B0=83=E5=A4=A7=E6=A8=AA?= =?UTF-8?q?=E7=AB=96=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 07740f6..38a2a71 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -141,11 +141,11 @@ function MainContent(): React.JSX.Element { } if (nextPortraitMode) { await api.windowSetResizable(false) - await api.windowResize(940, 1380) + await api.windowResize(940, 1600) setSidebarCollapsed(true) } else { await api.windowSetResizable(true) - await api.windowResize(1440, 900) + await api.windowResize(1680, 1020) setSidebarCollapsed(false) } setIsPortraitMode(nextPortraitMode)