测试更新

This commit is contained in:
Developer
2026-03-20 14:16:52 +08:00
parent 7c62b2f665
commit 28c6389f83

View File

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