From f50d85bcf08931172bc66e37815b7be7d1f8c344 Mon Sep 17 00:00:00 2001 From: rainbow <94736026+rainbowwarmth@users.noreply.github.com> Date: Tue, 30 Apr 2024 18:24:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=BE=93=E5=85=A5#=E5=B4=A9?= =?UTF-8?q?=E5=9D=8F=E4=B8=89=E5=85=91=E6=8D=A2=E7=A0=81=E4=B8=BA=E5=8E=9F?= =?UTF-8?q?=E7=A5=9E=E5=85=91=E6=8D=A2=E7=A0=81=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/apps/exchange.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/genshin/apps/exchange.js b/plugins/genshin/apps/exchange.js index 8b95786..c6a713f 100644 --- a/plugins/genshin/apps/exchange.js +++ b/plugins/genshin/apps/exchange.js @@ -29,7 +29,7 @@ export class exchange extends plugin { if (reg[1] == '*' || ['星铁', '崩铁'].includes(reg[2])) { this.uid = '80823548' } - if (reg[3] == ['崩三', '崩坏三', '崩坏3'].includes(reg[4])) { + if (['崩三', '崩坏三', '崩坏3'].includes(reg[2])) { this.uid = '73565430' } this.now = parseInt(Date.now() / 1000)