直播改名电视直播

This commit is contained in:
mtvpls
2026-01-20 09:32:11 +08:00
parent dc7b3602b5
commit 5e9ecc20f0
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -11045,9 +11045,9 @@ function AdminPageClient() {
<VideoSourceConfig config={config} refreshConfig={fetchConfig} />
</CollapsibleTab>
{/* 直播源配置标签 */}
{/* 电视直播源配置标签 */}
<CollapsibleTab
title='直播源配置'
title='电视直播源配置'
icon={
<Tv size={20} className='text-gray-600 dark:text-gray-400' />
}
+2 -2
View File
@@ -52,7 +52,7 @@ const MobileBottomNav = ({ activePath }: MobileBottomNavProps) => {
},
{
icon: Radio,
label: '直播',
label: '电视直播',
href: '/live',
},
]);
@@ -85,7 +85,7 @@ const MobileBottomNav = ({ activePath }: MobileBottomNavProps) => {
},
{
icon: Radio,
label: '直播',
label: '电视直播',
href: '/live',
},
];
+2 -2
View File
@@ -144,7 +144,7 @@ const Sidebar = ({ onToggle, activePath = '/' }: SidebarProps) => {
},
{
icon: Radio,
label: '直播',
label: '电视直播',
href: '/live',
},
]);
@@ -176,7 +176,7 @@ const Sidebar = ({ onToggle, activePath = '/' }: SidebarProps) => {
},
{
icon: Radio,
label: '直播',
label: '电视直播',
href: '/live',
},
];