cleanup: remove old reminder system and unused crontab files

Todo management now lives entirely in skills/calendar/ via VTODO + todoman.
This commit is contained in:
Yanxin Lu
2026-03-23 09:53:49 -07:00
parent 31efcffb19
commit 13986aa3ab
7 changed files with 4 additions and 395 deletions

View File

@@ -436,7 +436,7 @@ def _days_until(due_val):
def _urgency_label(days):
"""Urgency label with emoji, matching reminder_check.py style."""
"""Urgency label with emoji."""
if days is None:
return "❓ 日期未知"
elif days < 0: