新增智慧学校页面并完善政策与架构内容

This commit is contained in:
Frudrax Cheng
2026-04-15 11:55:13 +08:00
parent ab8413792c
commit c6d2ffffa1
22 changed files with 449 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const navItems: NavItem[] = [
{ id: 'elderly', label: '智慧养老', href: '/elderly', icon: 'fa-heartbeat' },
{ id: 'construction', label: '智慧工地', href: '/construction', icon: 'fa-industry' },
{ id: 'kitchen', label: '明厨亮灶', href: '/kitchen', icon: 'fa-cutlery' },
{ id: 'education', label: '学校教育', href: '/education', icon: 'fa-graduation-cap' },
{ id: 'education', label: '智慧学校', href: '/education', icon: 'fa-graduation-cap' },
]
},
{ id: 'customization', label: '本地化定制', href: '/customization', icon: 'fa-wrench' },