diff --git a/app/index.tsx b/app/index.tsx index ec86050..2521408 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -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: "直播" }, ];