
## 安装步骤
### 1. 确保已安装 Node.js
需要 Node.js 18.0 或更高版本。
“`bash
# 检查 Node.js 版本
node -v
“`
### 2. 安装项目依赖
“`bash
# 在项目根目录执行
npm install
# 或
pnpm install
# 或
yarn install
“`
### 3. 配置 API(见下方说明)
### 4. 启动开发服务器
“`bash
npm run dev
“`
应用将在 [http://localhost:3000](http://localhost:3000) 启动。
### 5. 构建生产版本
“`bash
npm run build
npm run start
“`
—
需要对接AI接口,对接接口方式都在压缩包自行下载查看