Files
YwxAppThink/addon/seo/menu.json
T

21 lines
774 B
JSON

{
"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": []
}