eda05345f8
feat: 所有新闻/政策/研究摘要加入 pub_time 发布时间字段\n\n- summarize_news.py: AI摘要后用原始RSS时间按标题匹配回填pub_time\n- summarize_policy.py: 同上\n- summarize_research.py: 同上\n- 时间格式: 当天显示HH:MM, 非当天显示MM-DD HH:MM\n- 前端brief.html: 新闻卡片badge行右侧显示pub_time\n- 已用backfill脚本为现有数据补填pub_time(96/102, 8/15, 33/37)
2026-06-15 14:41:14 +08:00
d86bedead9
chore: A股接口 timeout 10s→15s 减少超时失败
2026-06-15 12:50:58 +08:00
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