Files
X-Agents/web/.env.example
DESKTOP-72TV0V4\caoxiaozhu ecb6be6463 feat: 更新 Web 前端页面
- 更新 Agents、Chat、Settings 等页面
- 新增 ModelAPIs 页面
- 更新各个模块的 composables
- 更新 vite 配置和依赖版本

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 21:29:01 +08:00

12 lines
227 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# X-Agents Web 前端配置
# 复制此文件为 .env.local 后修改
# 开发环境配置
VITE_APP_TITLE=X-Agents
# API 基础地址Go 后端)
VITE_API_BASE=http://localhost:8082
# 开发服务器端口
VITE_PORT=5173