From 24a66fdaf3eb169a263c5648099dc319ca0f4e9d Mon Sep 17 00:00:00 2001 From: ymq Date: Wed, 16 Sep 2026 12:01:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(todos):=20material=5Fsupply=E5=BE=85?= =?UTF-8?q?=E5=8A=9E=E6=A0=87=E7=AD=BE=E8=89=B2(=E6=8A=95=E6=A0=87?= =?UTF-8?q?=E5=AE=9E=E4=BD=93=E6=9D=90=E6=96=99=E7=BC=BA=E5=8F=A3=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=B5=81=E5=BE=85=E5=8A=9E,2026-09-16=E6=9C=BA?= =?UTF-8?q?=E5=88=B6=E4=BA=94=E8=BF=9E=E4=BF=AE=E9=85=8D=E5=A5=97)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/api/my_todos_popup.dspy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wwwroot/api/my_todos_popup.dspy b/wwwroot/api/my_todos_popup.dspy index 323d79e..b79f4ca 100644 --- a/wwwroot/api/my_todos_popup.dspy +++ b/wwwroot/api/my_todos_popup.dspy @@ -17,6 +17,7 @@ TYPE_LABEL = { 'bug_acceptance': 'Bug 验收', 'flow_plan_confirm': '流程裁剪确认', 'tech_template_confirm': '技术方案骨架确认', + 'material_supply': '实体材料缺口', } TYPE_COLOR = { 'requirement_confirmation': '#2563eb', @@ -24,6 +25,7 @@ TYPE_COLOR = { 'bug_acceptance': '#f0a040', 'flow_plan_confirm': '#7c3aed', 'tech_template_confirm': '#0891b2', + 'material_supply': '#d97706', } detail_url = entire_url("/pipeline-sdlc/api/todo_detail.dspy")