feat: add input-output table menu
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
|||||||
Layers,
|
Layers,
|
||||||
Scissors,
|
Scissors,
|
||||||
LayoutGrid,
|
LayoutGrid,
|
||||||
|
TableProperties,
|
||||||
Share2,
|
Share2,
|
||||||
Settings,
|
Settings,
|
||||||
ChevronLeft,
|
ChevronLeft,
|
||||||
@@ -22,6 +23,7 @@ const navItems = [
|
|||||||
{ path: '/', label: '首页', icon: Home },
|
{ path: '/', label: '首页', icon: Home },
|
||||||
{ path: '/process-matrix', label: '49过程矩阵', icon: LayoutGrid },
|
{ path: '/process-matrix', label: '49过程矩阵', icon: LayoutGrid },
|
||||||
{ path: '/process-practice', label: '过程背诵练习', icon: GraduationCap },
|
{ path: '/process-practice', label: '过程背诵练习', icon: GraduationCap },
|
||||||
|
{ path: '/itto-collections', label: '输入输出表', icon: TableProperties },
|
||||||
{ path: '/knowledge-areas', label: '知识领域', icon: BookOpen },
|
{ path: '/knowledge-areas', label: '知识领域', icon: BookOpen },
|
||||||
{ path: '/process-groups', label: '过程组', icon: Layers },
|
{ path: '/process-groups', label: '过程组', icon: Layers },
|
||||||
{ path: '/knowledge-areas-tailoring', label: '裁剪因素', icon: Scissors },
|
{ path: '/knowledge-areas-tailoring', label: '裁剪因素', icon: Scissors },
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"changelogEntries": [
|
"changelogEntries": [
|
||||||
|
{
|
||||||
|
"id": "2026-05-18-itto-collections",
|
||||||
|
"date": "2026-05-18",
|
||||||
|
"type": "feat",
|
||||||
|
"title": "新增输入输出表",
|
||||||
|
"scope": "ITTO"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "2026-05-13-performance-domain-practice",
|
"id": "2026-05-13-performance-domain-practice",
|
||||||
"date": "2026-05-13",
|
"date": "2026-05-13",
|
||||||
|
|||||||
Reference in New Issue
Block a user