Files
weread-notes/CHANGELOG.md
2026-06-16 13:22:09 +08:00

20 lines
1023 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CHANGELOG
## v1.0.1 (2026-06-16)
### 修复
- **阅读时长单位修正**:微信读书 API 返回的阅读时长原始单位为**分钟**,笔记文件的显示格式此前将分钟误当作小时显示。所有 105 个笔记文件的阅读时长字段已纠正。
-毛选「1323小时42分钟」→ 正毛选「22小时45分钟」
-遥远的救世主「1027小时5分钟」→ 正遥远的救世主「17小时12分钟」
-道德经说什么「701小时0分钟」→ 正道德经说什么「11小时41分钟」
- **根因**API 文档注明单位为"秒",但实际返回值为分钟。同步脚本未做单位验证直接格式化,导致偏差。
### 教训
- API 文档标注的单位可能不准,收到数据后应先验证再加工
- 此类批量数据错误应通过脚本一次修复,避免手动修改
## v1.0.0 (2026-06-15)
- 初始版本:微信读书笔记同步体系上线
- 覆盖 48 本书的划线、批注、元数据
- 每日阅读报告自动生成