添加比赛卡片的联赛键,优化实时比分请求参数,调整比分显示样式
This commit is contained in:
10
types/api.ts
10
types/api.ts
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user