feat: update VersionData

splashcat-exporter
spacemeowx2 2023-08-31 17:02:29 +08:00 committed by imspace
parent 7a2dedfbe5
commit a770901759
1 changed files with 6 additions and 0 deletions

View File

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