chore: update VersionData

splashcat-exporter
spacemeowx2 2023-11-30 13:44:06 +08:00
parent a7b0783f89
commit 6a4fd3cceb
1 changed files with 6 additions and 0 deletions

View File

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