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