还原代码

This commit is contained in:
Developer
2026-03-20 14:37:14 +08:00
parent 28c6389f83
commit dd0c058339

View File

@@ -51,7 +51,7 @@ const VIEWABILITY_CONFIG = { itemVisiblePercentThreshold: 50 };
type TabKey = "hot" | "live";
const TABS: { key: TabKey; label: string }[] = [
{ key: "hot", label: "热门3" },
{ key: "hot", label: "热门" },
{ key: "live", label: "直播" },
];