import React from "react"; import Link from "next/link"; export default function NotFound() { return (

404 当前页面不存在

返回首页
); }