测试更新

This commit is contained in:
Developer
2026-03-20 14:12:51 +08:00
parent adeb5e9425
commit 7f585ff8ad

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: "热门1" }, { key: "hot", label: "热门2" },
{ key: "live", label: "直播" }, { key: "live", label: "直播" },
]; ];