We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adeb5e9 commit 7f585ffCopy full SHA for 7f585ff
1 file changed
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: "热门1" },
+ { key: "hot", label: "热门2" },
55
{ key: "live", label: "直播" },
56
];
57
0 commit comments