From 14a102854ffd7b257277dfed7cb2dc6f5c7f1c7c Mon Sep 17 00:00:00 2001 From: ittoview Date: Tue, 24 Feb 2026 14:10:04 +0000 Subject: [PATCH] =?UTF-8?q?fix(=E9=A3=8E=E9=99=A9):=20=E4=BF=AE=E5=A4=8DP8?= =?UTF-8?q?.2=E8=AF=86=E5=88=AB=E9=A3=8E=E9=99=A9=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - TT120名称从"核对单"更正为"提示清单"(Prompt Lists) - P8.2数据收集(TT002)明细中加入"核查单" - P8.2工具列表重新加入TT120(提示清单) via [HAPI](https://hapi.run) Co-Authored-By: HAPI --- src/data/processes.json | 2 +- src/data/tools.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/processes.json b/src/data/processes.json index 9b0b60c..39055eb 100644 --- a/src/data/processes.json +++ b/src/data/processes.json @@ -2036,7 +2036,7 @@ ], "tools": [ "TT001", - { "id": "TT002", "detail": [{ "label": "头脑风暴" }, { "label": "访谈" }] }, + { "id": "TT002", "detail": [{ "label": "头脑风暴" }, { "label": "核查单" }, { "label": "访谈" }] }, { "id": "TT008", "detail": [{ "label": "根本原因分析" }, { "label": "假设条件和制约因素分析" }, { "label": "SWOT分析" }, { "label": "文件分析" }] }, "TT022", "TT120", diff --git a/src/data/tools.json b/src/data/tools.json index 375e4fa..48b777a 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -119,7 +119,7 @@ { "id": "TT117", "name": "引导式研讨会", "nameEn": "Facilitated Workshops", "type": "technique", "category": "data-gathering" }, { "id": "TT118", "name": "群体创新技术", "nameEn": "Group Creativity Techniques", "type": "technique", "category": "data-gathering" }, { "id": "TT119", "name": "群体决策技术", "nameEn": "Group Decision-Making Techniques", "type": "technique", "category": "decision-making" }, - { "id": "TT120", "name": "核对单", "nameEn": "Checklists", "type": "tool", "category": "general" }, + { "id": "TT120", "name": "提示清单", "nameEn": "Prompt Lists", "type": "technique", "category": "data-gathering" }, { "id": "TT121", "name": "成本汇总", "nameEn": "Cost Aggregation", "type": "technique", "category": "cost" }, { "id": "TT122", "name": "历史信息审核", "nameEn": "Historical Information Review", "type": "technique", "category": "cost" }, { "id": "TT123", "name": "资金限制平衡", "nameEn": "Funding Limit Reconciliation", "type": "technique", "category": "cost" },