chore: 重写初始提交(清空历史,整理后全量提交)
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"backend": [
|
||||
{
|
||||
"name": "articles",
|
||||
"title": "文章CMS",
|
||||
"icon": "layui-icon layui-icon-list",
|
||||
|
||||
"sublist": [
|
||||
{
|
||||
"name": "article/index",
|
||||
"title": "文章列表",
|
||||
"route": "articles/backend/article/index"
|
||||
},
|
||||
{
|
||||
"name": "article/index/index",
|
||||
"title": "分类管理",
|
||||
"route": "articles/backend/category/index",
|
||||
"child": [
|
||||
{ "name": "category:add", "title": "新增分类", "type": 4 },
|
||||
{ "name": "category:edit", "title": "编辑分类", "type": 4 },
|
||||
{ "name": "category:delete", "title": "删除分类", "type": 4 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tag/index",
|
||||
"title": "标签管理",
|
||||
"route": "articles/backend/tag/index"
|
||||
},
|
||||
{
|
||||
"name": "comment/index",
|
||||
"title": "评论管理",
|
||||
"route": "articles/backend/comment/index"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user