手动打码平台的前端服务,可以部署在免费的 Vercel 平台。
部署的环境需要添加以下环境变量
| 名称 | 描述 | 示例 |
|---|---|---|
| VITE_CAPTCHA_API | 后端服务API地址 | http://localhost:8000/api/manual/captcha |
npm install && npm run buildnpm install && npm run dev