From b966f47acb88c9e938f55a4f5a39fb6bb0a3c019 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Fri, 9 May 2025 19:39:59 +0800 Subject: [PATCH] refactor: not found page --- web/src/app/home/layout.tsx | 19 ---- web/src/app/not-found.tsx | 172 +++++++++++------------------------- 2 files changed, 52 insertions(+), 139 deletions(-) diff --git a/web/src/app/home/layout.tsx b/web/src/app/home/layout.tsx index 5e4781c1..2d2d7e56 100644 --- a/web/src/app/home/layout.tsx +++ b/web/src/app/home/layout.tsx @@ -21,25 +21,6 @@ export default function HomeLayout({ }; return ( - // - // {/* homeLayoutContainer 是整个容器的入口,使用 flex 的左右布局 */} - - // - // - // {/* HomeSidebar 为侧边栏 */} - // - - // - // {/* right 为内容显示区域,right使用 flex 上下布局,right 使用 flex 布局吃掉剩余部分 */} - - // - - // - // {/* mainContent 为主页面 */} - // {children} - // - // - //