Skip to content

Commit

Permalink
fix: release banners
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzefiru committed Jan 2, 2025
1 parent 8570559 commit 647fe3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions banners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const rawBanners: BannerInfo[] = [
alt: "Carlotta & Zhezhi",
rateUp5Names: ["Carlotta", "Zhezhi"],
rateUp4Names: ["Sanhua", "Chixia", "Mortefi"],
startDate: "2025-01-01 04:00:00",
startDate: "2025-01-02 04:00:00",
endDate: "2025-01-23 09:59:59",
isCstStart: true,
},
Expand Down Expand Up @@ -346,6 +346,6 @@ export const rawBanners: BannerInfo[] = [
];

export const banners = rawBanners.filter((b) => {
const UNRELEASED_BANNERS: number[] = [100012, 100013, 200012, 200013];
const UNRELEASED_BANNERS: number[] = [100013, 200013];
return !UNRELEASED_BANNERS.includes(b.bannerId);
});

0 comments on commit 647fe3c

Please sign in to comment.