import Link from "next/link"; export function AdminButton({ className }: { className?: string | undefined }) { return ( 后台管理 ); }