From 4be75e1f6ad451e78707dcc97980ef226909c43a Mon Sep 17 00:00:00 2001 From: ymq Date: Tue, 18 Aug 2026 15:16:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20task=5Ftree/task=5Fio=20=E8=A1=A5?= =?UTF-8?q?=E5=85=85=20qc=5Freview=20=E7=8A=B6=E6=80=81=E5=9B=BE=E6=A0=87/?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/api/task_io.dspy | 2 +- wwwroot/api/task_tree.dspy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/api/task_io.dspy b/wwwroot/api/task_io.dspy index 4e15aaa..779c094 100644 --- a/wwwroot/api/task_io.dspy +++ b/wwwroot/api/task_io.dspy @@ -20,7 +20,7 @@ _state_colors = { 'review': '#2196f3', 'rejected': '#dc2626', 'paused': '#f0a040', - 'cancelled': '#64748b', + 'cancelled': '#64748b', 'qc_review': '#8b5cf6', } if not task_id: diff --git a/wwwroot/api/task_tree.dspy b/wwwroot/api/task_tree.dspy index cfedce4..d522d2a 100644 --- a/wwwroot/api/task_tree.dspy +++ b/wwwroot/api/task_tree.dspy @@ -18,7 +18,7 @@ dbname = get_module_dbname('pipeline-sdlc') _state_icons = { 'completed': '✅', 'approved': '✅', 'running': '🟡', 'failed': '❌', 'waiting': '⚠️', 'submitted': '⬜', 'review': '👀', 'rejected': '🚫', - 'paused': '⏸️', 'cancelled': '🛑', + 'paused': '⏸️', 'cancelled': '🛑', 'qc_review': '🔍', } _state_zh = { 'completed': '已完成', 'approved': '已批准', 'running': '运行中',