mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Season 10 data
This commit is contained in:
parent
234a5e7275
commit
9f3a22b618
|
|
@ -84,6 +84,11 @@ export const list =
|
|||
starts: new Date("2025-09-08T17:00:00.000Z"),
|
||||
ends: new Date("2025-11-23T22:00:00.000Z"),
|
||||
},
|
||||
{
|
||||
nth: 10,
|
||||
starts: new Date("2025-12-08T17:00:00.000Z"),
|
||||
ends: new Date("2026-02-22T22:00:00.000Z"),
|
||||
},
|
||||
] as const);
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import { MapPool } from "../map-list-generator/core/map-pool";
|
|||
|
||||
export const BANNED_MAPS: Record<ModeShort, StageId[]> = {
|
||||
TW: [],
|
||||
SZ: [s.STURGEON_SHIPYARD, s.EELTAIL_ALLEY],
|
||||
SZ: [],
|
||||
TC: [
|
||||
s.WAHOO_WORLD,
|
||||
s.FLOUNDER_HEIGHTS,
|
||||
|
|
@ -24,7 +24,7 @@ export const BANNED_MAPS: Record<ModeShort, StageId[]> = {
|
|||
s.BRINEWATER_SPRINGS,
|
||||
s.BLUEFIN_DEPOT,
|
||||
s.STURGEON_SHIPYARD,
|
||||
s.INKBLOT_ART_ACADEMY,
|
||||
s.MAKOMART,
|
||||
s.SHIPSHAPE_CARGO_CO,
|
||||
s.MAHI_MAHI_RESORT,
|
||||
s.MARLIN_AIRPORT,
|
||||
|
|
|
|||
|
|
@ -138,9 +138,9 @@
|
|||
|
||||
.seasonBannerImg {
|
||||
position: absolute;
|
||||
width: 95px;
|
||||
width: 83px;
|
||||
right: 8px;
|
||||
top: -29.5px;
|
||||
top: -44.5px;
|
||||
}
|
||||
|
||||
.seasonBannerLink {
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 258 KiB |
BIN
public/static-assets/img/sq-header/10.avif
Normal file
BIN
public/static-assets/img/sq-header/10.avif
Normal file
Binary file not shown.
BIN
public/static-assets/img/sq-header/10.png
Normal file
BIN
public/static-assets/img/sq-header/10.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 258 KiB |
Loading…
Reference in New Issue
Block a user