- 六板块卡片移除统计数字,仅保留 emoji+名称 - 勤学项在列表中显示备注 note
@@ -137,6 +137,7 @@ def compute_stats():
all_study_items.append({
'name': name.strip(),
'done': si.get('done', False) if isinstance(si, dict) else False,
'note': si.get('note', '') if isinstance(si, dict) else '',
'pillar': pillar
})
The note is not visible to the blocked user.