联赛显示

This commit is contained in:
xianyi
2026-01-19 18:11:08 +08:00
parent a524d8a20d
commit f81cc2f7e6
4 changed files with 218 additions and 86 deletions

View File

@@ -88,11 +88,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;
@@ -153,7 +153,7 @@ export interface League {
isActive: boolean;
createdAt: string;
updatedAt: string;
matchCount?: number;
matchCount: number;
}
export interface GoalEvent {