diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx
index 212205c..b400d55 100644
--- a/src/app/admin/page.tsx
+++ b/src/app/admin/page.tsx
@@ -11045,9 +11045,9 @@ function AdminPageClient() {
- {/* 直播源配置标签 */}
+ {/* 电视直播源配置标签 */}
}
diff --git a/src/components/MobileBottomNav.tsx b/src/components/MobileBottomNav.tsx
index f2083ed..d6a521e 100644
--- a/src/components/MobileBottomNav.tsx
+++ b/src/components/MobileBottomNav.tsx
@@ -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',
},
];
diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx
index a208ae7..6c117ac 100644
--- a/src/components/Sidebar.tsx
+++ b/src/components/Sidebar.tsx
@@ -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',
},
];