2026-06-28 维护:weekly_digest.py 路径修复记录

This commit is contained in:
fxy
2026-06-28 17:27:08 +08:00
parent d61297d90e
commit fa5430e28e
2 changed files with 9 additions and 0 deletions

View File

@ -243,3 +243,8 @@ NYT, CNN, Al Jazeera, TechCrunch, BBC, The Guardian, CNBC, Bloomberg
### Lessons Learned
- Dashboard 指标必须与策略逻辑统一,从代码提取而非手工维护
- 主任不得越俎代庖写代码部署服务
### 2026-06-28
- 修复inspiration-collector weekly_digest.py 路径 bug
- 第 82 行os.path.join(daily_root, date_str) → os.path.join(daily_root, parts[0], parts[1], parts[2])
- 每日摘要目录结构调整时漏了同步周报脚本