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 ### Lessons Learned
- Dashboard 指标必须与策略逻辑统一,从代码提取而非手工维护 - 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])
- 每日摘要目录结构调整时漏了同步周报脚本

View File

@ -385,3 +385,7 @@ Audiobookshelf 章节排序依赖三层数据,只改文件名不生效:
**Gitea 操作** **Gitea 操作**
- TIMELINE.md 更新(本条,已修正假内容) - TIMELINE.md 更新(本条,已修正假内容)
- 待推送:`git pull --rebase && git commit && git push` - 待推送:`git pull --rebase && git commit && git push`
### 2026-06-28
- 修复inspiration-collector weekly_digest.py 未适配 daily 目录结构变更YYYY-MM-DD → YYYY/MM/DD周报连续跳过 6 天
- 文章:#28 隐私中间件与大教堂的AI集市 发布