mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +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();
|
const { api, deviceFp } = await this.getAPI();
|
||||||
if (!api) return false;
|
if (!api) return false;
|
||||||
await this.getPlayerInfo();
|
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, {
|
const abyssData = await api.getFinalData(this.e, method, {
|
||||||
deviceFp,
|
deviceFp,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue