From dd0c058339bd3dfd670bcc4892cf1770c362b05c Mon Sep 17 00:00:00 2001 From: Developer Date: Fri, 20 Mar 2026 14:37:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "直播" }, ];