Skip to content

Commit 28c6389

Browse files
author
Developer
committed
测试更新
1 parent 7c62b2f commit 28c6389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const VIEWABILITY_CONFIG = { itemVisiblePercentThreshold: 50 };
5151
type TabKey = "hot" | "live";
5252

5353
const TABS: { key: TabKey; label: string }[] = [
54-
{ key: "hot", label: "热门2" },
54+
{ key: "hot", label: "热门3" },
5555
{ key: "live", label: "直播" },
5656
];
5757

0 commit comments

Comments
 (0)