mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-18 15:20:13 +01:00
Increase wish tally update banner count
This commit is contained in:
parent
a9220b151f
commit
a265c56817
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ export async function submitWishTally() {
|
|||
.slice(0, 5)
|
||||
.map((e) => [dayjs(e.time).unix().toString(), e.id, e.type, e.pity, e.group === 'group']);
|
||||
|
||||
for (let i = banner.length - 1; i >= Math.max(banner.length - 3, 0); i--) {
|
||||
for (let i = banner.length - 1; i >= Math.max(banner.length - 7, 0); i--) {
|
||||
const total = banner[i].total;
|
||||
if (total === 0) continue;
|
||||
|
||||
|
|
Loading…
Reference in a new issue