更换电视直播图标

This commit is contained in:
mtvpls
2026-03-25 23:19:12 +08:00
parent 2b482a031f
commit 1f2696d9e6
2 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
'use client';
import { Cat, Clover, Film, FolderOpen, Globe, Home, Star, Tv, Users } from 'lucide-react';
import { Cat, Clover, Film, FolderOpen, Globe, Home, Star, Tv, TvMinimalPlay, Users } from 'lucide-react';
import Link from 'next/link';
import { usePathname, useSearchParams } from 'next/navigation';
import { useEffect, useState } from 'react';
@@ -51,7 +51,7 @@ const MobileBottomNav = ({ activePath }: MobileBottomNavProps) => {
href: '/douban?type=show',
},
{
icon: Tv,
icon: TvMinimalPlay,
label: '电视直播',
href: '/live',
},
@@ -89,7 +89,7 @@ const MobileBottomNav = ({ activePath }: MobileBottomNavProps) => {
href: '/douban?type=show',
},
{
icon: Tv,
icon: TvMinimalPlay,
label: '电视直播',
href: '/live',
},

View File

@@ -2,7 +2,7 @@
'use client';
import { Cat, Clover, Film, FolderOpen, Globe, Home, Menu, Search, Star, Tv, Users } from 'lucide-react';
import { Cat, Clover, Film, FolderOpen, Globe, Home, Menu, Search, Star, Tv, TvMinimalPlay, Users } from 'lucide-react';
import Link from 'next/link';
import { usePathname, useSearchParams } from 'next/navigation';
import {
@@ -143,7 +143,7 @@ const Sidebar = ({ onToggle, activePath = '/' }: SidebarProps) => {
href: '/douban?type=show',
},
{
icon: Tv,
icon: TvMinimalPlay,
label: '电视直播',
href: '/live',
},
@@ -180,7 +180,7 @@ const Sidebar = ({ onToggle, activePath = '/' }: SidebarProps) => {
href: '/douban?type=show',
},
{
icon: Tv,
icon: TvMinimalPlay,
label: '电视直播',
href: '/live',
},