增加网络直播
This commit is contained in:
@@ -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,添加私人影库入口
|
||||
|
||||
@@ -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,添加私人影库入口
|
||||
|
||||
Reference in New Issue
Block a user