新增管理者介面

This commit is contained in:
2025-10-07 12:34:49 +08:00
parent 4482f6c3c7
commit b5bcc3d7a4
9 changed files with 1636 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
import { useEffect, useState } from "react"
import Link from "next/link"
import { Button } from "@/components/ui/button"
import { Sparkles, MessageCircle, Users, BarChart3 } from "lucide-react"
import { Sparkles, MessageCircle, Users, BarChart3, Settings } from "lucide-react"
import HeaderMusicControl from "@/components/header-music-control"
import IpDisplay from "@/components/ip-display"
@@ -120,6 +120,12 @@ export default function HomePage() {
</Button>
</Link>
<Link href="/admin">
<Button variant="ghost" className="text-blue-200 hover:text-white hover:bg-blue-800/50 px-4">
<Settings className="w-4 h-4 mr-2" />
</Button>
</Link>
</div>
{/* 平板版導航 */}