import Link from 'next/link' export default function NotFound() { return (

404

页面未找到

您访问的页面不存在或已被移除

返回首页
) }