From 1ea2899bf457fb2f6e9e89ec567c8f7d83bf8e1b Mon Sep 17 00:00:00 2001 From: hypercross Date: Thu, 26 Feb 2026 15:02:28 +0800 Subject: [PATCH] refactor: animated sidebar --- src/components/Sidebar.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 5b6861c..51fdcd0 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -141,14 +141,20 @@ export const Sidebar: Component = (props) => { }); return ( - + <> {/* 遮罩层 */}
{/* 侧边栏 */} -