feat: 更新 Web 前端页面
- 更新 Agents、Chat、Settings 等页面 - 新增 ModelAPIs 页面 - 更新各个模块的 composables - 更新 vite 配置和依赖版本 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
11
web/.env.example
Normal file
11
web/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user