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
+22
View File
@@ -0,0 +1,22 @@
{
"backend": [
{
"name": "haonav",
"title": "网址导航",
"icon": "fa fa-link",
"type": 1,
"sort": 50,
"status": 1,
"child": [
{ "name": "haonav/dashboard", "title": "数据概览", "icon": "fa fa-dashboard", "type": 2, "sort": 0, "route": "/haonav/backend/dashboard/index" },
{ "name": "haonav/category", "title": "分类管理", "icon": "fa fa-list", "type": 2, "sort": 1, "route": "/haonav/backend/category/index" },
{ "name": "haonav/links", "title": "链接管理", "icon": "fa fa-link", "type": 2, "sort": 2, "route": "/haonav/backend/links/index" },
{ "name": "haonav/configs", "title": "导航配置", "icon": "fa fa-cog", "type": 2, "sort": 3, "route": "/haonav/backend/configs/index" },
{ "name": "haonav/ad", "title": "广告管理", "icon": "fa fa-bullhorn", "type": 2, "sort": 4, "route": "/haonav/backend/ad/index" },
{ "name": "haonav/apply", "title": "申请审核", "icon": "fa fa-handshake-o", "type": 2, "sort": 5, "route": "/haonav/backend/apply/index" }
]
}
],
"member": [],
"frontend": []
}