mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-28 14:18:04 -05:00
Add Season 7 data
This commit is contained in:
@@ -48,6 +48,11 @@ export const SEASONS =
|
||||
starts: new Date("2024-12-02T18:00:00.000Z"),
|
||||
ends: new Date("2025-02-16T21:59:59.999Z"),
|
||||
},
|
||||
{
|
||||
nth: 7,
|
||||
starts: new Date("2025-03-07T18:00:00.000Z"),
|
||||
ends: new Date("2025-05-25T21:59:59.999Z"),
|
||||
},
|
||||
] as const);
|
||||
|
||||
export type RankingSeason = (typeof SEASONS)[number];
|
||||
|
||||
@@ -3,7 +3,7 @@ import { stagesObj as s } from "~/modules/in-game-lists/stage-ids";
|
||||
|
||||
export const BANNED_MAPS: Record<ModeShort, StageId[]> = {
|
||||
TW: [],
|
||||
SZ: [],
|
||||
SZ: [s.STURGEON_SHIPYARD, s.EELTAIL_ALLEY],
|
||||
TC: [
|
||||
s.WAHOO_WORLD,
|
||||
s.FLOUNDER_HEIGHTS,
|
||||
|
||||
@@ -135,9 +135,9 @@
|
||||
|
||||
.front__season-banner__img {
|
||||
position: absolute;
|
||||
width: 72px;
|
||||
right: 15px;
|
||||
top: -27px;
|
||||
width: 125px;
|
||||
right: 2px;
|
||||
top: -31px;
|
||||
}
|
||||
|
||||
.front__season-banner__link {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 8.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 86 KiB |
BIN
public/static-assets/img/sq-header/7.avif
Normal file
BIN
public/static-assets/img/sq-header/7.avif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
BIN
public/static-assets/img/sq-header/7.png
Normal file
BIN
public/static-assets/img/sq-header/7.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
Reference in New Issue
Block a user