chore: 重写初始提交(清空历史,整理后全量提交)

This commit is contained in:
ywxapp
2026-08-16 16:54:14 +08:00
commit 6c1a106bc1
1808 changed files with 238144 additions and 0 deletions
+20
View File
@@ -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": []
}