实现详情页

This commit is contained in:
yuchenglong
2026-01-13 09:26:13 +08:00
parent bb6c21496f
commit 9c16586994
13 changed files with 902 additions and 21 deletions

View File

@@ -28,5 +28,32 @@
"title": "我的",
"name": "用户名",
"settings": "设置"
},
"detail": {
"title": "比赛详情",
"pending": "待处理",
"retry": "重试",
"fetch_failed": "获取详情失败",
"not_found": "未找到比赛数据",
"tabs": {
"info": "详情",
"h2h": "交锋往绩",
"chat": "聊天"
},
"info_card": {
"title": "比赛信息",
"country": "国家/地区",
"league": "赛事",
"stage": "阶段",
"stadium": "场馆",
"referee": "裁判"
},
"score_table": {
"team": "球队",
"total": "Total"
},
"halftime": "半场: {{score}}",
"empty_h2h": "暂无交锋数据",
"empty_chat": "聊天功能暂未开启"
}
}