From 139185b1c0ef169bd56e96dfd01a52c2e7dde800 Mon Sep 17 00:00:00 2001 From: JSR Date: Wed, 18 Mar 2026 22:10:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E7=AB=96=E5=B1=8F=E6=8A=98?= =?UTF-8?q?=E5=8F=A0=E6=80=81=E5=AF=BC=E8=88=AA=E5=9B=BE=E6=A0=87=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sidebar.tsx | 92 +++++++++++++++++++------------------- 1 file changed, 45 insertions(+), 47 deletions(-) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 022ace7..e1c8a9d 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -194,53 +194,51 @@ export function Sidebar({ const renderSidebarBody = (isCollapsedView: boolean, hideMenu = false) => ( <> - {!(isCollapsedView && floatingExpand && collapsed) && ( -
- logo - {!isCollapsedView && ( - <> -

- SecScore -

-
- {t("settings.about.appName")} -
- - )} -
- )} +
+ logo + {!isCollapsedView && ( + <> +

+ SecScore +

+
+ {t("settings.about.appName")} +
+ + )} +
{!hideMenu && (