From adeb5e94253a0264c94090158bc90722df4eb46c Mon Sep 17 00:00:00 2001 From: Developer Date: Fri, 20 Mar 2026 14:10:26 +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 2521408..cb5947c 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: "热门" }, + { key: "hot", label: "热门1" }, { key: "live", label: "直播" }, ];