直播改名电视直播

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
@@ -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',
},
];