篮球统计数据

This commit is contained in:
xianyi
2026-01-22 17:29:44 +08:00
parent a279083252
commit 3e9cc03217
5 changed files with 561 additions and 46 deletions

View File

@@ -63,8 +63,29 @@ export function MatchTabs({
},
];
} else if (sportId === 2) {
// 篮球
return commonTabs;
// 篮球: 详情、统计数据、交锋往绩、聊天
return [
{
id: "info",
label: t("detail.tabs.info"),
icon: "document-text-outline",
},
{
id: "stats",
label: t("detail.tabs.stats"),
icon: "stats-chart-outline",
},
{
id: "h2h",
label: t("detail.tabs.h2h"),
icon: "swap-horizontal-outline",
},
{
id: "chat",
label: t("detail.tabs.chat"),
icon: "chatbubbles-outline",
},
];
} else if (sportId === 3) {
// 网球: 详情、聊天
return [