更换直播图标
This commit is contained in:
@@ -33,6 +33,7 @@ import {
|
|||||||
ExternalLink,
|
ExternalLink,
|
||||||
FileText,
|
FileText,
|
||||||
FolderOpen,
|
FolderOpen,
|
||||||
|
Globe,
|
||||||
Mail,
|
Mail,
|
||||||
Palette,
|
Palette,
|
||||||
Settings,
|
Settings,
|
||||||
@@ -11318,7 +11319,7 @@ function AdminPageClient() {
|
|||||||
<CollapsibleTab
|
<CollapsibleTab
|
||||||
title='网络直播配置'
|
title='网络直播配置'
|
||||||
icon={
|
icon={
|
||||||
<Tv size={20} className='text-gray-600 dark:text-gray-400' />
|
<Globe size={20} className='text-gray-600 dark:text-gray-400' />
|
||||||
}
|
}
|
||||||
isExpanded={expandedTabs.webLive}
|
isExpanded={expandedTabs.webLive}
|
||||||
onToggle={() => toggleTab('webLive')}
|
onToggle={() => toggleTab('webLive')}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
'use client';
|
'use client';
|
||||||
|
|
||||||
import { Cat, Clover, Film, FolderOpen, Home, Radio, Star, Tv, Users } from 'lucide-react';
|
import { Cat, Clover, Film, FolderOpen, Globe, Home, Star, Tv, Users } from 'lucide-react';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import { usePathname, useSearchParams } from 'next/navigation';
|
import { usePathname, useSearchParams } from 'next/navigation';
|
||||||
import { useEffect, useState } from 'react';
|
import { useEffect, useState } from 'react';
|
||||||
@@ -51,12 +51,12 @@ const MobileBottomNav = ({ activePath }: MobileBottomNavProps) => {
|
|||||||
href: '/douban?type=show',
|
href: '/douban?type=show',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Radio,
|
icon: Tv,
|
||||||
label: '电视直播',
|
label: '电视直播',
|
||||||
href: '/live',
|
href: '/live',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Radio,
|
icon: Globe,
|
||||||
label: '网络直播',
|
label: '网络直播',
|
||||||
href: '/web-live',
|
href: '/web-live',
|
||||||
},
|
},
|
||||||
@@ -89,12 +89,12 @@ const MobileBottomNav = ({ activePath }: MobileBottomNavProps) => {
|
|||||||
href: '/douban?type=show',
|
href: '/douban?type=show',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Radio,
|
icon: Tv,
|
||||||
label: '电视直播',
|
label: '电视直播',
|
||||||
href: '/live',
|
href: '/live',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Radio,
|
icon: Globe,
|
||||||
label: '网络直播',
|
label: '网络直播',
|
||||||
href: '/web-live',
|
href: '/web-live',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
'use client';
|
'use client';
|
||||||
|
|
||||||
import { Cat, Clover, Film, FolderOpen, Home, Menu, Radio, Search, Star, Tv, Users } from 'lucide-react';
|
import { Cat, Clover, Film, FolderOpen, Globe, Home, Menu, Search, Star, Tv, Users } from 'lucide-react';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import { usePathname, useSearchParams } from 'next/navigation';
|
import { usePathname, useSearchParams } from 'next/navigation';
|
||||||
import {
|
import {
|
||||||
@@ -143,12 +143,12 @@ const Sidebar = ({ onToggle, activePath = '/' }: SidebarProps) => {
|
|||||||
href: '/douban?type=show',
|
href: '/douban?type=show',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Radio,
|
icon: Tv,
|
||||||
label: '电视直播',
|
label: '电视直播',
|
||||||
href: '/live',
|
href: '/live',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Radio,
|
icon: Globe,
|
||||||
label: '网络直播',
|
label: '网络直播',
|
||||||
href: '/web-live',
|
href: '/web-live',
|
||||||
},
|
},
|
||||||
@@ -180,12 +180,12 @@ const Sidebar = ({ onToggle, activePath = '/' }: SidebarProps) => {
|
|||||||
href: '/douban?type=show',
|
href: '/douban?type=show',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Radio,
|
icon: Tv,
|
||||||
label: '电视直播',
|
label: '电视直播',
|
||||||
href: '/live',
|
href: '/live',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Radio,
|
icon: Globe,
|
||||||
label: '网络直播',
|
label: '网络直播',
|
||||||
href: '/web-live',
|
href: '/web-live',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user