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