refactor: not found page

This commit is contained in:
Junyan Qin
2025-05-09 19:39:59 +08:00
parent 0db6a4e524
commit b966f47acb
2 changed files with 52 additions and 139 deletions
-19
View File
@@ -21,25 +21,6 @@ export default function HomeLayout({
};
return (
// <Layout className={styles.homeLayoutContainer}>
// {/* homeLayoutContainer 是整个容器的入口,使用 flex 的左右布局 */}
// <Sider className="left">
// <HomeSidebar onSelectedChangeAction={onSelectedChangeAction} />
// {/* HomeSidebar 为侧边栏 */}
// </Sider>
// <Layout className="right">
// {/* right 为内容显示区域,right使用 flex 上下布局,right 使用 flex 布局吃掉剩余部分 */}
// <HomeTitleBar title={title} />
// <Content className={styles.main}>
// {/* mainContent 为主页面 */}
// {children}
// </Content>
// </Layout>
// </Layout>
<div className={styles.homeLayoutContainer}>
<aside className={styles.sidebar}>