添加实时比分功能,更新比赛数据结构,优化比赛卡片显示
This commit is contained in:
@@ -12,14 +12,16 @@ export interface Match {
|
||||
id: string;
|
||||
league: string;
|
||||
time: string;
|
||||
date: string;
|
||||
home: string;
|
||||
away: string;
|
||||
meta?: string;
|
||||
scoreText: string;
|
||||
fav: boolean;
|
||||
leagueId?: number;
|
||||
// sport: string;
|
||||
sportId?: number;
|
||||
leagueId?: number;
|
||||
isLive?: boolean;
|
||||
meta?: string;
|
||||
}
|
||||
|
||||
export interface LiveScoreMatch {
|
||||
|
||||
Reference in New Issue
Block a user