feat: 前端添加配置管理页
This commit is contained in:
@@ -60,6 +60,10 @@ export function AppSidebar({ user, ...props }: React.ComponentProps<typeof Sideb
|
|||||||
title: "博客",
|
title: "博客",
|
||||||
url: "/console/web/blog",
|
url: "/console/web/blog",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "配置",
|
||||||
|
url: "/console/web/config",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
export default function Page() {
|
||||||
|
return (
|
||||||
|
<div>config</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user