增加网络直播

This commit is contained in:
mtvpls
2026-01-20 11:48:41 +08:00
parent 5e9ecc20f0
commit 78f7c68ef5
8 changed files with 585 additions and 0 deletions
+10
View File
@@ -55,6 +55,11 @@ const MobileBottomNav = ({ activePath }: MobileBottomNavProps) => {
label: '电视直播',
href: '/live',
},
{
icon: Radio,
label: '网络直播',
href: '/web-live',
},
]);
useEffect(() => {
@@ -88,6 +93,11 @@ const MobileBottomNav = ({ activePath }: MobileBottomNavProps) => {
label: '电视直播',
href: '/live',
},
{
icon: Radio,
label: '网络直播',
href: '/web-live',
},
];
// 如果配置了 OpenList 或 Emby,添加私人影库入口
+10
View File
@@ -147,6 +147,11 @@ const Sidebar = ({ onToggle, activePath = '/' }: SidebarProps) => {
label: '电视直播',
href: '/live',
},
{
icon: Radio,
label: '网络直播',
href: '/web-live',
},
]);
useEffect(() => {
@@ -179,6 +184,11 @@ const Sidebar = ({ onToggle, activePath = '/' }: SidebarProps) => {
label: '电视直播',
href: '/live',
},
{
icon: Radio,
label: '网络直播',
href: '/web-live',
},
];
// 如果配置了 OpenList 或 Emby,添加私人影库入口