From cb2e45a3f53330b780baab19994aba0006787fd4 Mon Sep 17 00:00:00 2001 From: Frudrax Cheng Date: Wed, 15 Apr 2026 15:18:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=98=8E=E5=8E=A8=E4=BA=AE?= =?UTF-8?q?=E7=81=B6=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .astro/types.d.ts | 1 - src/layouts/Layout.astro | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.astro/types.d.ts b/.astro/types.d.ts index 03d7cc4..f964fe0 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -1,2 +1 @@ /// -/// \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 79ba974..9727915 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -27,7 +27,8 @@ const navItems: NavItem[] = [ { id: 'qazk', label: '工贸企业', href: '/qazk', icon: 'fa-cogs' }, { id: 'elderly', label: '智慧养老', href: '/elderly', icon: 'fa-heartbeat' }, { id: 'construction', label: '智慧工地', href: '/construction', icon: 'fa-industry' }, - { id: 'kitchen', label: '明厨亮灶', href: '/kitchen', icon: 'fa-cutlery' }, + // TODO: 临时隐藏“明厨亮灶”入口,待对应页面上线后恢复。 + // { id: 'kitchen', label: '明厨亮灶', href: '/kitchen', icon: 'fa-cutlery' }, { id: 'education', label: '智慧学校', href: '/education', icon: 'fa-graduation-cap' }, ] },