feat: 前端添加配置管理页

This commit is contained in:
2025-12-19 17:52:04 +08:00
parent ac0f3bef42
commit 036bed7d23
2 changed files with 9 additions and 0 deletions

View File

@@ -60,6 +60,10 @@ export function AppSidebar({ user, ...props }: React.ComponentProps<typeof Sideb
title: "博客",
url: "/console/web/blog",
},
{
title: "配置",
url: "/console/web/config",
},
],
},
{