添加实时比分功能,更新比赛数据结构,优化比赛卡片显示

This commit is contained in:
yuchenglong
2026-01-19 14:38:39 +08:00
parent ecd65098b0
commit 2e9938542a
4 changed files with 264 additions and 74 deletions

View File

@@ -65,6 +65,8 @@ export default function LiveScreen() {
leagueId: item.league_key,
sportId: state.selectedSportId ?? undefined,
isLive: true,
date: item.event_date,
// sport: item.sport_name,
}));
const token = await storage.getAccessToken();