auto-sync: 2026-05-17 13:10:48

This commit is contained in:
cfdaily
2026-05-17 13:10:48 +08:00
parent 77024bafc6
commit 463c5fd058
+1 -1
View File
@@ -52,7 +52,7 @@ const COMMENT_TYPE_LABEL: Record<string, { icon: string; label: string; color: s
};
const EVENT_TYPE_ICON: Record<string, string> = {
task_created: '📋', task_claimed: '👤', task_claimed: '👤', task_working: '⚔️',
task_created: '📋', task_claimed: '👤', task_working: '⚔️',
task_review: '🔍', task_done: '✅', task_failed: '❌', task_blocked: '🚧',
comment_added: '💬', output_written: '📦', task_reviewed: '🔍',
decision_recorded: '🧭', observation_added: '👁️', daemon_tick: '⏱️',