Commit Graph

9 Commits

Author SHA1 Message Date
e3a18a20d3 fix: fetch_market.py change_pct 输出纯数值,方向符号由前端渲染
- change_pct 从 "▲ 2.26%" 改为 "2.26%",is_up 控制方向
- 与 brief.html 前端渲染逻辑对齐,避免重复方向符号
- 修复 A 股超时后 cn_indices 为空导致行情行缺失的问题
2026-06-15 12:50:35 +08:00
f31c741abd feat: add policy/research/market/deep-dive modules for daily brief expansion 2026-06-15 12:36:43 +08:00
229b7b164e fix: proper todo extraction with natural language from both digests 2026-06-14 13:44:18 +08:00
d36103f3e8 feat: news categorized by topic (5 categories, 5 each), with subtitles 2026-06-14 13:43:12 +08:00
4c2ac3ab56 feat: Chinese news sources, AI summary, todo extraction 2026-06-14 13:29:25 +08:00
4cd8089480 feat: AI news summarization - top 10 articles with 500-word Chinese briefs 2026-06-14 13:21:03 +08:00
b3a3034b2f feat: world news aggregator from RSS (BBC, HN, BBC中文) 2026-06-14 13:13:06 +08:00
745ce62322 feat: todo API server, daily brief gen, extract todos, balance checker
- Todo API server (:9001) with CRUD + priority support
- Daily brief aggregator (trading + inspiration)
- Todo extraction from inspiration digest markdown
- DeepSeek balance checker for nav page
2026-06-14 13:06:43 +08:00
5a876e5ecd init: inspiration collector v1.0 2026-06-12 23:30:27 +08:00