feat: add learning maps navigation

This commit is contained in:
ittoview
2026-04-28 09:10:02 +01:00
parent d897bf3a68
commit cf96a9727c
6 changed files with 9 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import {
GraduationCap,
BookMarked,
Gauge,
Images,
} from 'lucide-react'
const navItems = [
@@ -27,6 +28,7 @@ const navItems = [
{ path: '/process-graph', label: '过程关系图', icon: Share2 },
{ path: '/principles', label: '十二项原则', icon: BookMarked },
{ path: '/performance-domains', label: '八大绩效域', icon: Gauge },
{ path: '/learning-maps', label: '一图流', icon: Images },
{ path: '/settings', label: '设置', icon: Settings },
]

View File

@@ -1,5 +1,12 @@
{
"changelogEntries": [
{
"id": "2026-04-28-learning-maps",
"date": "2026-04-28",
"type": "feat",
"title": "增加一图流学习图谱",
"scope": "一图流"
},
{
"id": "2026-04-26-tailoring-topic-practice",
"date": "2026-04-26",

View File

Before

Width:  |  Height:  |  Size: 503 KiB

After

Width:  |  Height:  |  Size: 503 KiB

View File

Before

Width:  |  Height:  |  Size: 453 KiB

After

Width:  |  Height:  |  Size: 453 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB