feat: add input-output table menu
This commit is contained in:
@@ -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 },
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user