refactor: update menus config

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/3445/head
Ryan Wang 2022-04-15 16:52:54 +08:00
parent 29aa66c8e2
commit f950f695f9
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: "页面",