- Remove unused template files (frontend-code-interpreter, template-renderer) - Add home, test1, test2, zh-en-translator pages - Update router configuration - Add Docker and tailwind config - Update environment files and configuration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
603 B
Plaintext
18 lines
603 B
Plaintext
# 网站标题
|
|
VITE_DOCUMENT_TITLE='AI办公助手'
|
|
|
|
# 服务前缀
|
|
VITE_API_BASE_AI=/langwell-api/langwell-ai-server
|
|
VITE_API_BASE_DOC=/langwell-api/langwell-doc-server
|
|
VITE_API_BASE_NOTE=/langwell-api/langwell-notes-server
|
|
VITE_API_BASE_PUB=/langwell-api/langwell-pub-server
|
|
VITE_API_BASE_INS=/langwell-api/langwell-ins-server
|
|
VITE_API_BASE_TOOL=/copilot-tool
|
|
VITE_API_BASE_LAMP=/lamp-api
|
|
VITE_DIRECTION_API = /direction-api
|
|
# 语音识别
|
|
VITE_API_BASE_VOICE=/voice-api
|
|
# AI后端请求地址
|
|
VITE_AI_API_BASE=/v1
|
|
# Xiren-Lite SDK 配置 - 开发环境使用代理
|
|
VITE_XIREN_LITE_BASE_URL=/xiren-api |