Commit Graph

3 Commits

Author SHA1 Message Date
chiguyong b41da42d74 feat(geo): U1-U9 monetization closed loop implementation
U1: GEO diagnosis auto data collection (DataCollectorService + 11 tests)
U2: Free GEO health score public page (HealthScoreAPI + 7 tests)
U3: Onboarding redesign with conversion layer (Step0 + UpgradePrompt + 14 tests)
U4: Real payment integration (WeChat/Alipay gateway + PaymentOrder + 12 tests)
U5: AI content generation & distribution (Publishers + PublishEngine + 11 tests)
U6: Attribution system & ROI reports (AttributionEngine + ROICalculator + 12 tests)
U7: Email integration & Dashboard monetization UI (EmailScheduler + templates + 22 tests)
U8: Integration tests & shared fixtures (monetization flow + fixture consolidation + 12 tests)
U9: E2E smoke tests (HealthScorePage + acquisition/core flow + 4 E2E cases)

Total: 101 new backend tests passing, 4 E2E test cases
All third-party integrations use mock mode by default with config center management
2026-06-01 07:39:05 +08:00
chiguyong af3a184c0b feat: 补齐AI引擎适配器 - 9引擎全覆盖+代理支持
后端(TDD):
- 基类添加proxy支持(构造函数>引擎专属环境变量>HTTPS_PROXY)
- ChatGPT/Perplexity适配器添加proxy参数
- 新增DeepSeek适配器(国内,OpenAI兼容)
- 新增通义千问适配器(国内,DashScope API)
- 新增Google Gemini适配器(国外,Google专有API,支持proxy)
- 新增腾讯元宝适配器(国内,OpenAI兼容)
- EngineType枚举新增GEMINI/YUANBAO
- 76个测试全部通过

前端:
- AI引擎选项扩展为9个(3国际+6国内)
- 引擎选择按国内外分组显示
- 类型定义更新(AIEngineOption.group)
2026-05-25 12:16:16 +08:00
chiguyong 1ec5ea42da feat: Phase1 Week1-2 - AI引擎查询分析完整实现
后端(TDD):
- AI引擎适配器框架(基类+5个适配器)
- ChatGPT/Perplexity/Kimi/文心一言/豆包适配器
- 批量并行查询服务(asyncio.gather)
- AI引擎查询API端点(3个)
- 51+14=65个测试全部通过

前端:
- AI引擎分析页面(引用率/引擎结果/上下文详情)
- AI引擎API客户端+类型定义
- Mock数据降级支持
2026-05-25 10:29:20 +08:00