From 28c6389f83e1368e90643d5c7331773a8946ba50 Mon Sep 17 00:00:00 2001 From: Developer Date: Fri, 20 Mar 2026 14:16:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9B=B4=E6=96=B0?= 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 3047ab6..ec86050 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: "热门2" }, + { key: "hot", label: "热门3" }, { key: "live", label: "直播" }, ];