2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-23 03:20:52 +08:00
xiaoyao-cvs-plugin/resources/help/help-cfg_default.js

93 lines
1.9 KiB
JavaScript
Raw Permalink Normal View History

/*
* 请勿直接修改此文件可能会导致后续更新冲突
* 如需自定义可将文件复制一份重命名为 help-cfg.js 后编辑
* */
// 帮助配置
export const helpCfg = {
title: "图鉴帮助", // 帮助标题
subTitle: "Yunzai-Bot & xiaoyao-cvs-Plugin" // 帮助副标题
};
export const helpList = [{
2022-06-24 08:06:43 +08:00
"group": "信息查询",
"list": [{
"icon": 61,
"title": "#角色图鉴",
"desc": "目前已知原神角色概况"
},
{
"icon": 66,
"title": "#武器图鉴",
"desc": "目前已知原神武器概况"
},
{
"icon": 71,
"title": "#食谱图鉴",
"desc": "目前已知原神食谱概况"
},
{
"icon": 74,
"title": "#怪物图鉴",
"desc": "目前已知原神怪物概况"
},
{
"icon": 63,
"title": "#圣遗物图鉴",
"desc": "目前已知原神圣遗物概况"
},
{
"icon": 14,
"title": "#体力",
"desc": "重写原有的查询当前米游社体力"
},
]
2022-12-03 23:52:06 +08:00
},{
"group": "stoken功能",
"list": [{
"icon": 75,
"title": "#更新抽卡记录",
"desc": "(更新|获取) 抽卡记录"
},
{
"icon": 74,
"title": "#mys原神签到",
"desc": "社区米游币获取(由于有验证码大概会失败)"
},
{
"icon": 92,
"title": "#刷新ck",
"desc": "重置当前cookie"
},
]
},{
"group": "其他功能",
"list": [{
"icon": 77,
"title": "#云原神签到",
"desc": "云原神签到"
},
{
"icon": 78,
"title": "#崩坏三签到",
"desc": "其余模块签到支持崩坏3|崩坏2|未定义)"
},
]
2022-06-24 08:06:43 +08:00
},{
"group": "管理命令,仅管理员可用",
"auth": "master",
"list": [{
"icon": 57,
"title": "#图鉴设置",
"desc": "例如#图鉴设置体力开启(关闭)"
},{
"icon": 58,
"title": "#图鉴更新",
"desc": "用于获取最新的图鉴数据图"
},{
"icon": 60,
"title": "#图鉴插件更新",
"desc": "用于获取最新的插件包数据"
}
]
}]