import { Link } from '@tanstack/react-router' export const NotFoundComponent = () => { return (
404

页面不存在

您访问的页面可能已被移除或地址有误

返回首页
) }