feat: 更新 Web 前端页面

- 更新 Agents、Chat、Settings 等页面
- 新增 ModelAPIs 页面
- 更新各个模块的 composables
- 更新 vite 配置和依赖版本

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-13 21:29:01 +08:00
parent 71e8cc59d5
commit ecb6be6463
24 changed files with 1031 additions and 757 deletions

11
web/.env.example Normal file
View File

@@ -0,0 +1,11 @@
# X-Agents Web 前端配置
# 复制此文件为 .env.local 后修改
# 开发环境配置
VITE_APP_TITLE=X-Agents
# API 基础地址Go 后端)
VITE_API_BASE=http://localhost:8082
# 开发服务器端口
VITE_PORT=5173