From b8019ff73e92c18b7a1327b17698c6888036eda7 Mon Sep 17 00:00:00 2001 From: yoimiya-kokomi <592981798@qq.com> Date: Wed, 29 Jun 2022 04:31:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=B7=B2=E6=9C=89help-list?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E5=A6=82=E6=9C=89=E5=86=B2=E7=AA=81?= =?UTF-8?q?=E5=8F=AF=E6=9B=B4=E5=90=8D=E4=B8=BAhelp-cfg.js=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E4=BC=9A=E4=B8=8E=E5=90=8E=E7=BB=AD=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/help/help-list.js | 118 ------------------------------------ 1 file changed, 118 deletions(-) delete mode 100644 resources/help/help-list.js diff --git a/resources/help/help-list.js b/resources/help/help-list.js deleted file mode 100644 index de203ff5..00000000 --- a/resources/help/help-list.js +++ /dev/null @@ -1,118 +0,0 @@ -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: "更新喵喵的增量角色图像素材" - }] -}]; \ No newline at end of file