From b88ce5c0ab43a4e5d527fbe908213ec0729e8836 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 11 Jul 2025 12:33:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index a249677..b0c9192 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -16,23 +16,30 @@ import MediaLibraryPage from './pages/MediaLibraryPage' import KVTestPage from './pages/KVTestPage' function App() { return ( - - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - - + + {/* 项目详情页 - 无侧边栏布局 */} + } /> + + {/* 其他页面 - 带侧边栏布局 */} + + + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + + + } /> + ) }