feat: 优化样式

This commit is contained in:
Blizzard
2026-03-06 16:53:48 +08:00
parent 4dfd7f87c7
commit db359955ed
10 changed files with 1140 additions and 979 deletions
+4 -2
View File
@@ -9,7 +9,8 @@ import {
FolderOpen,
LogOut,
User as UserIcon,
ChevronDown
ChevronDown,
Crown
} from 'lucide-react';
import { Button } from '../components/ui/button';
import {
@@ -48,6 +49,7 @@ export default function AdminLayout() {
{ name: '频道分类', path: '/radio/category', icon: ListMusic },
{ name: '频道管理', path: '/radio/channel', icon: Mic2 },
{ name: '节目管理', path: '/radio/program', icon: Disc3 },
{ name: 'VIP配置', path: '/radio/vip', icon: Crown },
{ name: '文件管理', path: '/system/oss', icon: FolderOpen },
];
@@ -60,7 +62,7 @@ export default function AdminLayout() {
<img src="/favicon.jpg" alt="logo" className="w-full h-full object-cover p-1 bg-white" />
</div>
<div className="flex flex-col">
<span className="font-black text-lg tracking-tight leading-none text-white"></span>
<span className="font-black text-lg tracking-tight leading-none text-white"></span>
<span className="text-[10px] uppercase tracking-[0.2em] text-white/40 mt-1">广</span>
</div>
</div>