添加比赛卡片的联赛键,优化实时比分请求参数,调整比分显示样式

This commit is contained in:
yuchenglong
2026-01-19 16:06:20 +08:00
parent e766a833f6
commit 1d1e774011
6 changed files with 25 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ export interface Match {
awayTeamKey?: string;
awayTeamLogo?: string;
leagueName?: string;
leagueKey?: string;
leagueKey?: number;
leagueLogo?: string;
countryName?: string;
countryKey?: string;
@@ -87,11 +87,11 @@ export interface LiveScoreMatch {
substitutes?: {
time: string;
home_scorer:
| { in: string; out: string; in_id: number; out_id: number }
| any[];
| { in: string; out: string; in_id: number; out_id: number }
| any[];
away_scorer:
| { in: string; out: string; in_id: number; out_id: number }
| any[];
| { in: string; out: string; in_id: number; out_id: number }
| any[];
info: string;
info_time: string;
score: string;