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 (
-
-
- } />
- } />
- } />
- } />
- } />
- } />
- } />
- } />
- } />
- } />
- } />
- } />
- } />
-
-
+
+ {/* 项目详情页 - 无侧边栏布局 */}
+ } />
+
+ {/* 其他页面 - 带侧边栏布局 */}
+
+
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+
+
+ } />
+
)
}