From f017107e9e3c4163a34dbc02938a33fd9fcdfa42 Mon Sep 17 00:00:00 2001 From: CuteLittleSky <62592731+CuteLittleSky@users.noreply.github.com> Date: Tue, 28 Mar 2023 03:43:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=83=A8=E5=88=86=E5=85=B3?= =?UTF-8?q?=E4=BA=8E=E7=AD=BE=E5=88=B0=E7=9A=84=E4=BF=A1=E6=81=AF=20(#46)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update user.js * Update help.yaml * Update README.md --- plugins/genshin/README.md | 3 --- plugins/genshin/defSet/bot/help.yaml | 4 ++-- plugins/genshin/model/user.js | 2 -- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/plugins/genshin/README.md b/plugins/genshin/README.md index 14bc782..f9a823c 100644 --- a/plugins/genshin/README.md +++ b/plugins/genshin/README.md @@ -14,9 +14,6 @@ |#刻晴攻略|米游社西风攻略| |#练度统计,#五星列表,#天赋列表|米游社角色详情列表| |#体力|原神体力查询| -|#签到|米游社原神签到,自动签到| -|#开启、关闭签到|开启或关闭原神自动签到| -|#全部签到|签到全部ck| |#原石、#原石七月|查询米游社原石札记| |#原石统计|查询米游社原石札记,会自动保存数据| |#2022年原石统计| 按年份查询保存的历史原石札记数据| diff --git a/plugins/genshin/defSet/bot/help.yaml b/plugins/genshin/defSet/bot/help.yaml index 1a2a39e..9bf36b8 100644 --- a/plugins/genshin/defSet/bot/help.yaml +++ b/plugins/genshin/defSet/bot/help.yaml @@ -22,8 +22,8 @@ title: '#原石 #原石统计' desc: 查询体力,需要绑定cookie - icon: 打卡 - title: '#签到、删除cookie' - desc: 米游社原神自动签到 + title: '#删除cookie' + desc: 删除米游社cookie - icon: 统计 title: '#角色养成' desc: 计算角色养成消耗素材 diff --git a/plugins/genshin/model/user.js b/plugins/genshin/model/user.js index 5b1938c..e4f1378 100644 --- a/plugins/genshin/model/user.js +++ b/plugins/genshin/model/user.js @@ -99,8 +99,6 @@ export default class User extends base { await this.e.reply(uidMsg.join('\n')) let msg = '【#体力】查询当前树脂' - msg += '\n【#签到】米游社原神自动签到' - msg += '\n【#关闭签到】开启或关闭原神自动签到' msg += '\n【#原石】查看原石札记' msg += '\n【#原石统计】原石统计数据' msg += '\n【#练度统计】技能统计列表'