feat: add Fresh Season 2024

splashcat-exporter-v2
spacemeowx2 2024-02-29 18:20:32 +08:00
parent a75b200d7d
commit 14405e996f
1 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,12 @@ export const SEASONS: Season[] = [
start: new Date("2023-12-01T00:00:00+00:00"), start: new Date("2023-12-01T00:00:00+00:00"),
end: new Date("2024-03-01T00:00:00+00:00"), end: new Date("2024-03-01T00:00:00+00:00"),
}, },
{
id: "season202403",
name: "Fresh Season 2024",
start: new Date("2024-03-01T00:00:00+00:00"),
end: new Date("2024-06-01T00:00:00+00:00"),
},
]; ];
export const getSeason = (date: Date): Season | undefined => { export const getSeason = (date: Date): Season | undefined => {