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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user