From d50e11ce7404a96dbae06d6e8d6664e3d4d4f34a Mon Sep 17 00:00:00 2001 From: Frudrax Cheng Date: Mon, 11 May 2026 09:56:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BA=A7=E5=93=81=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E8=8F=9C=E5=8D=95=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/Layout.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 370e339..6a01a17 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -25,11 +25,11 @@ const navItems: NavItem[] = [ id: 'products', label: '产品中心', href: '/qazk', icon: 'fa-cubes', children: [ { id: 'qazk', label: '工贸企业', href: '/qazk', icon: 'fa-cogs' }, + { id: 'property', label: '物业楼宇', href: '/property', icon: 'fa-building-o' }, { 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: 'property', label: '物业楼宇', href: '/property', icon: 'fa-building-o' }, + { id: 'construction', label: '智慧工地', href: '/construction', icon: 'fa-industry' }, ] }, { id: 'customization', label: '本地化定制', href: '/customization', icon: 'fa-wrench' },