diff --git a/frontend/src/pages/Standings.tsx b/frontend/src/pages/Standings.tsx index ee253de..b3ac699 100644 --- a/frontend/src/pages/Standings.tsx +++ b/frontend/src/pages/Standings.tsx @@ -23,7 +23,10 @@ const LEAGUES = [ const ZONE_META: Record = { 'Champions League': { label: '欧冠区', cls: 'bg-emerald-100 text-emerald-700' }, 'Europa League': { label: '欧联区', cls: 'bg-amber-100 text-amber-700' }, + 'Conference League': { label: '欧协杯', cls: 'bg-sky-100 text-sky-700' }, + 'Conference League Qualification': { label: '欧协杯', cls: 'bg-sky-100 text-sky-700' }, 'Relegation': { label: '降级区', cls: 'bg-rose-100 text-rose-700' }, + 'Relegation Playoffs': { label: '降级附加赛', cls: 'bg-orange-100 text-orange-700' }, } function zoneBadge(zone?: string | null) {