mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix:上期深渊
This commit is contained in:
parent
8929d12b9b
commit
ab99174460
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue