miao-plugin/resources/help/help-list.js
2022-04-13 03:28:01 +08:00

118 lines
2.8 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const helpCfg = [{
group: "游戏信息查询",
list: [{
icon: 61,
title: "#角色 #角色卡片 #探索",
desc: "你的原神角色数据"
}, {
icon: 64,
title: "#深渊 #深渊12层",
desc: "深渊数据打完请2小时后查询",
}, {
icon: 66,
title: "#五星 #武器 #今日素材",
desc: "你的原神角色详情数据"
}, {
icon: 62,
title: "#五星列表 #练度统计",
desc: "角色列表数据",
}, {
icon: 58,
title: "#刻晴 #刻晴卡片 #戳一戳",
desc: "你的原神角色详情数据"
}, {
icon: 59,
title: "#老婆 #老公",
desc: "查看老婆、老公"
}]
}, {
group: "个人信息查询及签到",
desc: "需要绑定cookie",
list: [{
icon: 15,
title: "#体力 #体力帮助",
desc: "查询体力绑定Cookie帮助"
}, {
icon: 5,
title: "#原石 #原石统计",
desc: "札记数据需要绑定Cookie"
}, {
icon: 10,
title: "#uid #绑定uid+[你的uid]",
desc: "查看绑定的uid 绑定uid"
}, {
icon: 22,
title: "#我的ck #删除ck",
desc: "查看绑定的cookie 删除cookie"
}, {
icon: 86,
title: "#签到",
desc: "米游社原神签到"
}]
}, {
group: "喵喵扩展 Miao-Plugin",
list: [{
icon: 60,
title: "#老婆 #老婆设置心海,雷神",
desc: "设置老婆,查看老婆信息卡片"
}, {
icon: 88,
title: "#老婆照片 #甘雨照片",
desc: "查看指定角色的图片"
}, {
icon: 53,
title: "#夜兰天赋 #胡桃命座",
desc: "查看角色的天赋与命座资料"
}, {
icon: 56,
title: "#角色持有率 #深渊出场率",
desc: "查看角色的持有率及深渊出场率信息"
}]
}, {
group: "其他查询指令",
list: [{
icon: 6,
title: "#抽卡记录 #记录帮助",
desc: "统计游戏抽卡数据"
}, {
icon: 21,
title: "#角色统计 #武器统计",
desc: "按卡池统计抽卡数据"
}, {
icon: 8,
title: "十连 十连2 定轨",
desc: "真实模拟抽卡"
}, {
icon: 60,
title: "#心海图鉴 #护摩",
desc: "角色武器图鉴"
}, {
icon: 38,
title: "#圣遗物评分 #刻晴攻略",
desc: "可莉特调评分 西风驿站攻略"
}, {
icon: 74,
title: "添加哈哈 删除哈哈",
desc: "添加表情,回复哈哈触发"
}, {
icon: 79,
title: "#帮助 #版本",
desc: "其他命令"
}]
}, {
group: "管理命令,仅管理员可用",
auth: "master",
list: [{
icon: 85,
title: "#用户统计",
desc: "查看用户CK-UID列表"
}, {
icon: 32,
title: "#喵喵设置",
desc: "配置喵喵功能"
}, {
icon: 35,
title: "#喵喵更新图像",
desc: "更新喵喵的增量角色图像素材"
}]
}];