From e1eb70cf71e2e4b12509382fa0cabf59780fa210 Mon Sep 17 00:00:00 2001 From: xuzhenjun <412530435@qq.com> Date: Mon, 10 Apr 2023 02:02:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/home.tsx | 2 +- app/components/settings.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/home.tsx b/app/components/home.tsx index b7d6fee45..78bb643b5 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -95,7 +95,7 @@ function _Home() { ); const chatStore = useChatStore(); const loading = !useHasHydrated(); - const [showSideBar, setShowSideBar] = useState(true); + const [showSideBar, setShowSideBar] = useState(false); //移动端隐藏侧边栏 // setting const [openSettings, setOpenSettings] = useState(false); diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 0d1c1d05c..5800c2124 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -220,7 +220,7 @@ export function Settings(props: { closeSettings: () => void }) { - void }) { onClick={() => checkUpdate(true)} /> )} - + */}