测试更新

This commit is contained in:
Developer
2026-03-20 14:10:26 +08:00
parent 38fc41f184
commit adeb5e9425

View File

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