🎉 初始化项目

This commit is contained in:
2026-03-03 06:05:51 +08:00
commit e1c70fe218
241 changed files with 148285 additions and 0 deletions

34
web/README.md Normal file
View File

@@ -0,0 +1,34 @@
# AI 中转代理管理后台
基于 Vue 3 + Element Plus 的管理后台系统
## 功能模块
- 用户管理
- API 管理
- AI 预设管理
- AI 提供商管理
- 预设绑定配置
## 技术栈
- Vue 3
- Vite
- Element Plus
- Vue Router
- Pinia
- Axios
## 开发
```bash
cd web
npm install
npm run dev
```
## 构建
```bash
npm run build
```