TradeMate Dev
8a3acbd4ee
fix: dynamic loading status during AI gen; navigator.clipboard copy; competitor analysis fallback
2026-05-15 22:38:49 +08:00
TradeMate Dev
98e2542c52
feat: add OpencodeGo AI provider (deepseek-v4-flash) as primary, existing providers as fallback
2026-05-15 19:59:25 +08:00
TradeMate Dev
ac51716097
fix: route ordering customer/{id}/health before /{id}; CustomerHealthService for health-overview; keywords/competitor Header decorator; onboarding product_info dict; marketing template fallback; frontend style-switching tabs
2026-05-15 09:17:26 +08:00
TradeMate Dev
566f59f0e4
fix: onboarding passes product_info dict; marketing service template fallback when no AI; frontend style-switching tabs
2026-05-14 19:23:45 +08:00
TradeMate Dev
93f6ad306a
fix: change login endpoint from OAuth2PasswordRequestForm to accept JSON body
2026-05-14 17:03:24 +08:00
TradeMate Dev
aacb53f111
fix: move health-overview and health-scores routes before /{customer_id} to prevent UUID matching error
2026-05-14 10:34:03 +08:00
TradeMate Dev
5a1af9f82f
feat: production branch with deploy config for baota panel
...
- Add deploy/ directory with production env, supervisor, nginx, migration configs
- Include all latest features: admin management, feedback, footer with ICP/beian
- Database: foreign_trade (PostgreSQL), user: foreign_trade
- Frontend: trade.yuzhiran.com, backend proxy via Nginx
2026-05-14 09:19:30 +08:00
TradeMate Dev
23a31f7c00
feat: silent wechat login, marketing tab optimization, admin page foundation
...
- Add silent WeChat login for MP/browser environments
- Fix Python 3.6 compatibility (remove typing.Annotated usage)
- Marketing page: tab-based content generation with category support
- Translate page: add auto-detect language default
- Homepage: add TTS playback, announcement ticker, remove redundant quick-actions
- Fix FAB button overlap with custom tabbar on customers/quotation pages
- Make openai/anthropic imports lazy for Python 3.6 compat
2026-05-14 00:30:48 +08:00
TradeMate Dev
04f7ff0317
fix: CORS/API 500 issues, switch to native tabbar, restore quick-actions
...
- Backend: guest UUID format fix, /auth/me guest branch, UUID validation in deps.py, CORS config fix
- Frontend: switch to native tabbar (custom: false), cleanup App.vue, redesign quick-actions with colored icons, conditional wechat login, proxy API requests via Vite
2026-05-13 17:54:13 +08:00
TradeMate Dev
7b62c2f8b4
feat: 修复 H5 底部导航覆盖 + 更新项目进度文档
...
## H5 底部导航修复 (Bug #10 )
- 精简 App.vue,移除重复 tabbar,仅保留全局样式
- uni-page 设置 height: calc(100% - 50px) + overflow-y: auto
- 内容区域精确停在底部导航上方,独立滚动不再叠加
- 恢复 custom-tab-bar 组件
## 项目进度文档
- PROGRESS.md 更新至 10 个 Bug 修复
- 新增 H5 底部导航修复记录
- 新增历史变更条目
2026-05-12 20:24:42 +08:00
TradeMate Dev
c6206787da
Initial commit: TradeMate 外贸小助手 MVP
...
项目结构:
- backend/ Python FastAPI 后端
- uni-app/ uni-app跨端前端
- docs/ 设计文档
- docker-compose.yml Docker编排
- nginx/scripts/systemd 运维配置
已完成功能:
- 用户认证 (JWT)
- 智能翻译 + 回复建议
- 营销素材生成
- 客户管理 + 沉默检测
- 报价单管理
- 产品库管理
- 汇率换算
- 推送通知 (uni-push)
- WhatsApp Webhook框架
- Celery定时任务
2026-05-08 18:17:12 +08:00