From c7c5ab9e0153e7916461d7ba7edbb4746b3acd3c Mon Sep 17 00:00:00 2001 From: cfdaily Date: Mon, 18 May 2026 11:57:28 +0800 Subject: [PATCH] auto-sync: 2026-05-18 11:57:28 --- src/frontend/src/store.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/frontend/src/store.ts b/src/frontend/src/store.ts index 0242632..889a0d9 100644 --- a/src/frontend/src/store.ts +++ b/src/frontend/src/store.ts @@ -48,6 +48,9 @@ export interface V2Task { outputs_count?: number; review_status?: string | null; latest_event_detail?: string | null; + // v2.7 + stage?: string | null; + stages_json?: string; // expand=all 时附加 comments?: any[]; outputs?: any[];