import { FileQuestion, Home } from "lucide-react"; import { Button } from "@/components/ui/button"; import Link from "next/link"; export default function NotFound() { return (

页面未找到

您访问的页面不存在或已被移除,请检查链接是否正确。

); }