From ab991744607bbaa21f359cb5f227e1b54b06ad97 Mon Sep 17 00:00:00 2001 From: yysforget <1121504223@qq.com> Date: Thu, 1 Aug 2024 09:50:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=B8=8A=E6=9C=9F=E6=B7=B1=E6=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/abyss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/abyss.js b/apps/abyss.js index 85fb38b..a603cca 100644 --- a/apps/abyss.js +++ b/apps/abyss.js @@ -24,7 +24,7 @@ export class Abyss extends ZZZPlugin { const { api, deviceFp } = await this.getAPI(); if (!api) return false; await this.getPlayerInfo(); - const method = this.e.msg.match(`(上期|往期)`) ? 'zzzChallenge' : 'zzzChallengePeriod'; + const method = this.e.msg.match(`(上期|往期)`) ? 'zzzChallengePeriod' : 'zzzChallenge'; const abyssData = await api.getFinalData(this.e, method, { deviceFp, });