## 项目信息 [React - v18](https://react.dev/) [Next.js - v14](https://nextjs.org/) [Tailwindcss](https://www.tailwindcss.cn/) [Ant Design](https://ant.design/) [Ant Design Style](https://ant-design.github.io/antd-style/) [ProChat](https://pro-chat.antdigital.dev/) ## 项目运行 **环境:Node.js >= 20** ```powershell // 克隆项目 git clone 项目地址 // 安装依赖 pnpm install // 运行 npm run dev // 发布 npm run build // 部署 web -> out ```