From 77b2075f4e84bba530e87a697ef53bcb7d4b6434 Mon Sep 17 00:00:00 2001 From: ittoview Date: Wed, 4 Mar 2026 15:22:06 +0000 Subject: [PATCH] =?UTF-8?q?feat(=E6=B2=9F=E9=80=9A=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B9=E7=9B=AE=E6=8A=A5=E5=91=8A=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E5=B9=B6=E4=BF=AE=E6=AD=A3=E7=AE=A1=E7=90=86=E6=B2=9F?= =?UTF-8?q?=E9=80=9A=E5=B7=A5=E5=85=B7=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增TT134项目报告工具 - P7.2管理沟通修正工具列表顺序和明细 - TT088沟通技能添加明细:沟通胜任力、反馈、非口头技能、演示 - 将TT090演示替换为TT134项目报告 via [HAPI](https://hapi.run) Co-Authored-By: HAPI Co-Authored-By: Claude Sonnet 4.6 --- src/data/processes.json | 4 ++-- src/data/tools.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/data/processes.json b/src/data/processes.json index 6749a3e..04d6ebc 100644 --- a/src/data/processes.json +++ b/src/data/processes.json @@ -1927,9 +1927,9 @@ "tools": [ "TT086", "TT085", - "TT088", + { "id": "TT088", "detail": [{ "label": "沟通胜任力" }, { "label": "反馈" }, { "label": "非口头技能" }, { "label": "演示" }] }, "TT033", - "TT090", + "TT134", { "id": "TT022", "detail": [{ "label": "积极倾听" }, { "label": "冲突管理" }, { "label": "文化意识" }, { "label": "会议管理" }, { "label": "人际交往" }, { "label": "政治意识" }] }, "TT032" ], diff --git a/src/data/tools.json b/src/data/tools.json index 523196d..d6b3043 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -132,6 +132,7 @@ { "id": "TT130", "name": "不确定性表现方式", "nameEn": "Representations of Uncertainty", "type": "technique", "category": "risk" }, { "id": "TT131", "name": "广告", "nameEn": "Advertising", "type": "technique", "category": "procurement" }, { "id": "TT132", "name": "决策技术", "nameEn": "Decision-Making Techniques", "type": "technique", "category": "decision-making" }, - { "id": "TT133", "name": "沟通需求分析", "nameEn": "Communication Requirements Analysis", "type": "technique", "category": "communication" } + { "id": "TT133", "name": "沟通需求分析", "nameEn": "Communication Requirements Analysis", "type": "technique", "category": "communication" }, + { "id": "TT134", "name": "项目报告", "nameEn": "Project Reporting", "type": "technique", "category": "communication" } ] }