We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c62b2f commit 28c6389Copy full SHA for 28c6389
app/index.tsx
@@ -51,7 +51,7 @@ const VIEWABILITY_CONFIG = { itemVisiblePercentThreshold: 50 };
51
type TabKey = "hot" | "live";
52
53
const TABS: { key: TabKey; label: string }[] = [
54
- { key: "hot", label: "热门2" },
+ { key: "hot", label: "热门3" },
55
{ key: "live", label: "直播" },
56
];
57
0 commit comments