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:
2026-01-07 15:08:02 +08:00
parent 459c49ec41
commit 026e33a08a
42 changed files with 8570 additions and 6980 deletions

View File

@@ -1,12 +1,18 @@
# 后端请求地址
VITE_API_BASE=http://192.168.113.18:8090/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=http://192.168.213.176/v1
VITE_AI_CHAT_SECRET=app-8WsQjtYZYzOH9bRSFK8MCmaw
VITE_AI_API_BASE=/v1
# Xiren-Lite SDK 配置 - 开发环境使用代理
VITE_XIREN_LITE_BASE_URL=/xiren-api