auto-sync: 2026-05-18 11:57:28

This commit is contained in:
cfdaily
2026-05-18 11:57:28 +08:00
parent c09e6a4b02
commit c7c5ab9e01
+3
View File
@@ -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[];