auto-sync: 2026-05-18 11:53:35

This commit is contained in:
cfdaily
2026-05-18 11:53:35 +08:00
parent 312b64a1fa
commit 3e3e1abdbf
@@ -69,6 +69,7 @@ type V2Task = {
risk_level: string | null; escalated: number;
comments_count?: number; outputs_count?: number;
review_status?: string | null; latest_event_detail?: string | null;
stage?: string | null; stages_json?: string;
};
// ── 工具函数 ──