import { FileQuestion, Home } from "lucide-react"; import Link from "next/link"; interface PlaceholderProps { title: string; } export default function Placeholder({ title }: PlaceholderProps) { return (
此功能模块目前正在建设中