mirror of
https://github.com/xingsu1021/pthelper.git
synced 2026-02-08 04:44:20 +08:00
134 lines
2.9 KiB
JSON
134 lines
2.9 KiB
JSON
{
|
|
"code": 0,
|
|
"data": [
|
|
{
|
|
"title": "Dashboard",
|
|
"icon": "layui-icon-unlink",
|
|
"path": "#/dashboard"
|
|
},
|
|
{
|
|
"title": "系统管理",
|
|
"icon": "layui-icon layui-icon-set",
|
|
"path": "javascript:;",
|
|
"children": [
|
|
{
|
|
"title": "用户管理",
|
|
"path": "#/myauth/user"
|
|
},
|
|
{
|
|
"title": "站点配置",
|
|
"path": "#/sites/siteconfig"
|
|
},
|
|
{
|
|
"title": "站点升阶配置",
|
|
"path": "#/sites/siterankconfig"
|
|
},
|
|
{
|
|
"title": "任务类型配置",
|
|
"path": "#/cron/jobtype"
|
|
},
|
|
{
|
|
"title": "备份恢复",
|
|
"path": "#/common/backup"
|
|
},
|
|
{
|
|
"title": "更新升级",
|
|
"path": "#/common/update"
|
|
}
|
|
|
|
]
|
|
},
|
|
{
|
|
"title": "站点管理",
|
|
"icon": "layui-icon layui-icon-set",
|
|
"path": "javascript:;",
|
|
"children": [
|
|
{
|
|
"title": "代理配置",
|
|
"path": "#/sites/siteproxy"
|
|
},
|
|
{
|
|
"title": "站点信息",
|
|
"path": "#/sites/siteinfo"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "下载工具管理",
|
|
"icon": "layui-icon layui-icon-set",
|
|
"path": "javascript:;",
|
|
"children": [
|
|
{
|
|
"title": "下载器配置",
|
|
"path": "#/download/tools"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "消息推送配置",
|
|
"icon": "layui-icon layui-icon-set",
|
|
"path": "javascript:;",
|
|
"children": [
|
|
{
|
|
"title": "IYUU",
|
|
"path": "#/notify/iyuu"
|
|
},
|
|
{
|
|
"title": "Telegram",
|
|
"path": "#/notify/telegram"
|
|
},
|
|
{
|
|
"title": "邮箱",
|
|
"path": "#/notify/email"
|
|
},
|
|
{
|
|
"title": "企业微信",
|
|
"path": "#/notify/enwechat"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "RSS订阅管理",
|
|
"icon": "layui-icon layui-icon-set",
|
|
"path": "javascript:;",
|
|
"children": [
|
|
{
|
|
"title": "RSS配置",
|
|
"path": "#/rss/config"
|
|
},
|
|
{
|
|
"title": "RSS规则",
|
|
"path": "#/rss/rule"
|
|
},
|
|
{
|
|
"title": "RSS种子详情",
|
|
"path": "#/rss/seedinfo"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "任务管理",
|
|
"icon": "layui-icon layui-icon-set",
|
|
"path": "javascript:;",
|
|
"children": [
|
|
{
|
|
"title": "签到任务",
|
|
"path": "#/cron/sign"
|
|
},
|
|
{
|
|
"title": "任务信息",
|
|
"path": "#/cron/job"
|
|
},
|
|
{
|
|
"title": "任务日志",
|
|
"path": "#/cron/log"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "路由传参",
|
|
"path": "#/example/router-param",
|
|
"hide": true
|
|
}
|
|
]
|
|
} |