Increase wish tally update banner count

pull/1/head
Made Baruna 2022-01-17 14:44:46 +07:00
parent a9220b151f
commit a265c56817
1 changed files with 1 additions and 1 deletions

View File

@ -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;