Commit Graph

2 Commits

Author SHA1 Message Date
Claude AI
06f25fc629 chore: 清理 FastAPI 后端遗留代码
- 删除 backend/ 目录
- 删除 frontend-v2/app/api/chat/stream/
- 删除 frontend-v2/lib/api-client.ts
- 删除 scripts/start_dev.sh
- 移除 next.config.js rewrites 配置

项目现在完全使用 Next.js (8080) 单一服务

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-03-24 16:08:56 +00:00
Claude AI
a1deafe5a0 feat: 简化翻译卡片 + MCP 管理功能
- 简化 TranslationResult 组件,只显示译文和术语
- 修复数据结构适配后端 MCP 响应
- 添加复制按钮反馈提示
- 新增 MCP 管理页面,支持多 MCP 登录
- 新增 McpTokenManager 单例管理 Token
- 更新 JsonRenderer 支持 action 处理
- 修复热更新配置

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 00:02:15 +00:00