feat: add input-output table menu

This commit is contained in:
ittoview
2026-05-18 18:01:34 +01:00
parent 93b9a031b4
commit ddc5901015
2 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ import {
Layers,
Scissors,
LayoutGrid,
TableProperties,
Share2,
Settings,
ChevronLeft,
@@ -22,6 +23,7 @@ const navItems = [
{ path: '/', label: '首页', icon: Home },
{ path: '/process-matrix', label: '49过程矩阵', icon: LayoutGrid },
{ path: '/process-practice', label: '过程背诵练习', icon: GraduationCap },
{ path: '/itto-collections', label: '输入输出表', icon: TableProperties },
{ path: '/knowledge-areas', label: '知识领域', icon: BookOpen },
{ path: '/process-groups', label: '过程组', icon: Layers },
{ path: '/knowledge-areas-tailoring', label: '裁剪因素', icon: Scissors },

View File

@@ -1,5 +1,12 @@
{
"changelogEntries": [
{
"id": "2026-05-18-itto-collections",
"date": "2026-05-18",
"type": "feat",
"title": "新增输入输出表",
"scope": "ITTO"
},
{
"id": "2026-05-13-performance-domain-practice",
"date": "2026-05-13",