From 5e9ecc20f05b713586e508a44f9487d91374a2ab Mon Sep 17 00:00:00 2001 From: mtvpls Date: Tue, 20 Jan 2026 09:32:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=92=AD=E6=94=B9=E5=90=8D=E7=94=B5?= =?UTF-8?q?=E8=A7=86=E7=9B=B4=E6=92=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/admin/page.tsx | 4 ++-- src/components/MobileBottomNav.tsx | 4 ++-- src/components/Sidebar.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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', }, ];