refactor: update menus config

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/581/head
Ryan Wang 2022-04-15 16:52:54 +08:00
parent 3d572c0643
commit 21c1a0da8e
1 changed files with 0 additions and 12 deletions

View File

@ -31,18 +31,6 @@ export const menus: MenuGroupType[] = [
name: "文章",
path: "/posts",
icon: IconDashboard,
children: [
{
name: "分类",
path: "/posts/categories",
icon: IconDashboard,
},
{
name: "标签",
path: "/posts/tags",
icon: IconDashboard,
},
],
},
{
name: "页面",