🔍
总场次
{{ matches.length }}
涉及联赛
{{ leagues.length }}
未来赛事
{{ upcomingCount }}
历史赛事
{{ pastCount }}
正在加载比赛数据...
⚠️
数据加载失败
{{ error }}
可能原因及解决方案:
- 后端服务未启动,请确认
https://api.luckyparse.com已运行 - 浏览器跨域限制(CORS),请在后端接口添加响应头
Access-Control-Allow-Origin: * - 或使用反向代理 / Node 开发服务器转发请求
📭
暂无匹配比赛
请尝试调整搜索条件或筛选条件
{{ formatDateHeader(date) }}
{{ Object.values(leagues).flat().length }} 场| 时间 | 对阵 | 状态 |
|---|---|---|
| {{ league }} ({{ matches.length }}场) | ||
| {{ formatTime(match.time) }} | {{ match.team_name_zh_home }} vs {{ match.team_neme_zh_away }} | {{ getMatchStatus(match.time).text }} |