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
+16
View File
@@ -0,0 +1,16 @@
{
"backend": [
{ "name": "board", "title": "版块管理", "url": "forum/backend/board", "icon": "fa fa-list", "weigh": 1 },
{ "name": "topic", "title": "帖子管理", "url": "forum/backend/topic", "icon": "fa fa-file-text", "weigh": 2,
"child": [
{ "name": "topic_pending", "title": "待审帖子", "url": "forum/backend/topic?status=0", "icon": "fa fa-hourglass-half", "weigh": 1 }
] },
{ "name": "reply", "title": "回复管理", "url": "forum/backend/reply", "icon": "fa fa-comments", "weigh": 3 },
{ "name": "tag", "title": "标签管理", "url": "forum/backend/tag", "icon": "fa fa-tags", "weigh": 4 },
{ "name": "editor", "title": "编辑器配置", "url": "forum/backend/editor", "icon": "fa fa-edit", "weigh": 5 }
],
"frontend": [
{ "name": "index", "title": "社区首页", "url": "forum/index/index", "weigh": 1 },
{ "name": "search", "title": "搜索", "url": "forum/index/search", "weigh": 2 }
]
}