import { Home, LogIn } from "lucide-react"; import Link from "next/link"; import { AppShell } from "@/components/app-shell"; export default function NotFound() { return (
404

页面不存在

这个地址没有对应的页面,可能已经移动或被合并到其他入口。

返回首页 去登录
); }