添加赔率设置功能,支持选择博彩公司并展示赔率信息;优化状态管理和国际化文本

This commit is contained in:
yuchenglong
2026-01-19 17:24:09 +08:00
parent e1320a67e4
commit 7024b03c30
7 changed files with 439 additions and 51 deletions

View File

@@ -36,6 +36,7 @@ export interface Match {
leagueId?: number;
isLive?: boolean;
meta?: string;
odds?: OddsItem[];
}
export interface LiveScoreMatch {