From 06a45c4716a54575f6bf3ebe1e34a67eff80ed21 Mon Sep 17 00:00:00 2001 From: ittoview Date: Sun, 26 Apr 2026 08:22:40 +0100 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=A3=81=E5=89=AA=E5=9B=A0?= =?UTF-8?q?=E7=B4=A0=E8=8F=9C=E5=8D=95=E5=B9=B6=E6=9B=B4=E6=96=B0=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/Sidebar.tsx | 4 +++- src/data/changelog.json | 7 +++++++ src/pages/KnowledgeAreasTailoringPage.tsx | 3 --- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx index 5610c2f..e5c2781 100644 --- a/src/components/layout/Sidebar.tsx +++ b/src/components/layout/Sidebar.tsx @@ -5,6 +5,7 @@ import { Home, BookOpen, Layers, + Scissors, LayoutGrid, Share2, Settings, @@ -21,6 +22,7 @@ const navItems = [ { path: '/process-practice', label: '过程背诵练习', icon: GraduationCap }, { path: '/knowledge-areas', label: '知识领域', icon: BookOpen }, { path: '/process-groups', label: '过程组', icon: Layers }, + { path: '/knowledge-areas-tailoring', label: '裁剪因素', icon: Scissors }, { path: '/process-graph', label: '过程关系图', icon: Share2 }, { path: '/principles', label: '十二项原则', icon: BookMarked }, { path: '/performance-domains', label: '八大绩效域', icon: Gauge }, @@ -77,7 +79,7 @@ export function Sidebar() {