实现详情页

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": "My Profile",
"name": "User Name",
"settings": "Settings"
},
"detail": {
"title": "Match Details",
"pending": "Pending",
"retry": "Retry",
"fetch_failed": "Failed to fetch details",
"not_found": "Match data not found",
"tabs": {
"info": "Details",
"h2h": "H2H",
"chat": "Chat"
},
"info_card": {
"title": "Match Info",
"country": "Country/Region",
"league": "League",
"stage": "Stage",
"stadium": "Stadium",
"referee": "Referee"
},
"score_table": {
"team": "Team",
"total": "Total"
},
"halftime": "Half: {{score}}",
"empty_h2h": "No H2H data",
"empty_chat": "Chat is not available"
}
}