refactor: cleanup template and add new pages
- 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>
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
# 后端请求地址
|
||||
VITE_API_BASE=https://copilot.sino-bridge.com/api
|
||||
# 服务前缀
|
||||
VITE_API_BASE_PUB=/langwell-pub-server
|
||||
VITE_API_BASE_SYS=/langwell-sys-server
|
||||
VITE_API_BASE_NOTE=/langwell-notes-server
|
||||
VITE_API_BASE_AI=/langwell-ai-server
|
||||
VITE_API_BASE_DOC=/langwell-doc-server
|
||||
# 网站标题
|
||||
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=https://copilot.sino-bridge.com:90/v1
|
||||
VITE_TEMPLATE_AGENT_TOKEN=app-FsEkXKzg41OZ0TCK9ywFmbFK
|
||||
VITE_AI_API_BASE=/v1
|
||||
# Xiren-Lite SDK 配置 - 开发环境使用代理
|
||||
VITE_XIREN_LITE_BASE_URL=/xiren-api
|
||||
Reference in New Issue
Block a user