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

52 lines
1.0 KiB
JavaScript
Raw Normal View History

2022-06-24 08:06:43 +08:00
export const helpCfg = [{
"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": "重写原有的查询当前米游社体力"
},
]
},{
"group": "管理命令,仅管理员可用",
"auth": "master",
"list": [{
"icon": 57,
"title": "#图鉴设置",
"desc": "例如#图鉴设置体力开启(关闭)"
},{
"icon": 58,
"title": "#图鉴更新",
"desc": "用于获取最新的图鉴数据图"
},{
"icon": 60,
"title": "#图鉴插件更新",
"desc": "用于获取最新的插件包数据"
}
]
}]