mirror of
https://github.com/LifeArchiveProject/WeChatDataAnalysis.git
synced 2026-02-19 14:20:51 +08:00
- 新增 /api/wrapped/annual(year/account/refresh),统计在 worker thread 中执行 - 实现卡片#1:按 周×小时 聚合消息量,默认过滤 biz_message*.db - 增加 _wrapped/cache JSON 缓存(global_<year>_upto_1.json),refresh 支持强制重算
7 lines
212 B
Python
7 lines
212 B
Python
"""WeChat Wrapped (年度总结) backend modules.
|
|
|
|
This package is intentionally split into small modules so we can implement
|
|
ideas incrementally (按点子编号依次实现), avoiding a single giant file.
|
|
"""
|
|
|