From b31153dfbbf522b3aed2f3e67fc163231cf7be31 Mon Sep 17 00:00:00 2001 From: dungeonmaster <321107534@QQ.com> Date: Thu, 17 Aug 2023 16:19:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A04.0=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E6=94=BB=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/apps/strategy.js | 4 ++-- plugins/genshin/defSet/role/name.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/genshin/apps/strategy.js b/plugins/genshin/apps/strategy.js index 03d5e72..9e22e76 100644 --- a/plugins/genshin/apps/strategy.js +++ b/plugins/genshin/apps/strategy.js @@ -46,7 +46,7 @@ export class strategy extends plugin { this.collection_id = [ [], // 来源:西风驿站 - [839176, 839179, 839181, 1180811], + [839176, 839179, 839181, 1180811, 2226210], // 来源:原神观测枢 [813033], // 来源:派蒙喵喵屋 @@ -89,7 +89,7 @@ export class strategy extends plugin { /** 主角特殊处理 */ if (['10000005', '10000007', '20000000'].includes(String(role.roleId))) { - let travelers = ['风主', '岩主', '雷主', '草主'] + let travelers = ['风主', '岩主', '雷主', '草主', '水主'] if (!travelers.includes(role.alias)) { let msg = '请选择:' for (let sub of travelers) { diff --git a/plugins/genshin/defSet/role/name.yaml b/plugins/genshin/defSet/role/name.yaml index 1183613..5fc8d28 100644 --- a/plugins/genshin/defSet/role/name.yaml +++ b/plugins/genshin/defSet/role/name.yaml @@ -8,6 +8,7 @@ - 岩主 - 雷主 - 草主 + - 水主 - 履刑者 - 抽卡不歪真君 10000002: From 1be7674d0273e8cd2ef931ea5e445449d1026bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=80=E6=9C=89=E4=BA=8C=E5=88=BA=E8=9E=88=E9=83=BD?= =?UTF-8?q?=E5=BE=97=E6=AD=BB?= <321107534@qq.com> Date: Thu, 17 Aug 2023 10:02:15 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E8=B0=83=E9=AB=98=E4=BA=9B=E6=9C=AC?= =?UTF-8?q?=E4=BD=93=E6=94=BB=E7=95=A5=E4=BC=98=E5=85=88=E7=BA=A7=20?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E8=A2=AB=E6=8A=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 所有二刺螈都得死 <321107534@qq.com> --- plugins/genshin/apps/strategy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/genshin/apps/strategy.js b/plugins/genshin/apps/strategy.js index 9e22e76..10d830d 100644 --- a/plugins/genshin/apps/strategy.js +++ b/plugins/genshin/apps/strategy.js @@ -21,7 +21,7 @@ export class strategy extends plugin { name: '米游社攻略', dsc: '米游社攻略图', event: 'message', - priority: 500, + priority: 50, rule: [ { reg: '^#?(更新)?\\S+攻略([1-4])?$',