篮球整体统计数据

This commit is contained in:
xianyi
2026-01-22 18:05:04 +08:00
parent 3e9cc03217
commit 6dc1170d1d
11 changed files with 347 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ export function MatchTabs({
},
];
} else if (sportId === 2) {
// 篮球: 详情、统计数据、交锋往绩、聊天
// 篮球: 详情、统计数据、整体统计、交锋往绩、聊天
return [
{
id: "info",
@@ -75,6 +75,11 @@ export function MatchTabs({
label: t("detail.tabs.stats"),
icon: "stats-chart-outline",
},
{
id: "overall",
label: t("detail.tabs.overall"),
icon: "bar-chart-outline",
},
{
id: "h2h",
label: t("detail.tabs.h2h"),