Files
ai_proxy/web/README.md
2026-03-03 06:05:51 +08:00

354 B

AI 中转代理管理后台

基于 Vue 3 + Element Plus 的管理后台系统

功能模块

  • 用户管理
  • API 管理
  • AI 预设管理
  • AI 提供商管理
  • 预设绑定配置

技术栈

  • Vue 3
  • Vite
  • Element Plus
  • Vue Router
  • Pinia
  • Axios

开发

cd web
npm install
npm run dev

构建

npm run build