mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 07:28:37 +08:00
还原代码
This commit is contained in:
@@ -51,7 +51,7 @@ const VIEWABILITY_CONFIG = { itemVisiblePercentThreshold: 50 };
|
|||||||
type TabKey = "hot" | "live";
|
type TabKey = "hot" | "live";
|
||||||
|
|
||||||
const TABS: { key: TabKey; label: string }[] = [
|
const TABS: { key: TabKey; label: string }[] = [
|
||||||
{ key: "hot", label: "热门3" },
|
{ key: "hot", label: "热门" },
|
||||||
{ key: "live", label: "直播" },
|
{ key: "live", label: "直播" },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user