chore: 重写初始提交(清空历史,整理后全量提交)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"backend": [
|
||||
{
|
||||
"name": "seo",
|
||||
"title": "SEO增强",
|
||||
"icon": "fa fa-search",
|
||||
"type": 1,
|
||||
"sort": 50,
|
||||
"status": 1,
|
||||
"child": [
|
||||
{ "name": "seo/index", "title": "SEO概览", "icon": "fa fa-dashboard", "type": 2, "sort": 0, "route": "/seo/backend/index" },
|
||||
{ "name": "seo/setting", "title": "SEO设置", "icon": "fa fa-cog", "type": 2, "sort": 1, "route": "/seo/backend/setting" },
|
||||
{ "name": "seo/keywords", "title": "内链关键词", "icon": "fa fa-link", "type": 2, "sort": 2, "route": "/seo/backend/keywords" },
|
||||
{ "name": "seo/stats", "title": "收录统计", "icon": "fa fa-bar-chart", "type": 2, "sort": 3, "route": "/seo/backend/stats" }
|
||||
]
|
||||
}
|
||||
],
|
||||
"member": [],
|
||||
"frontend": []
|
||||
}
|
||||
Reference in New Issue
Block a user