From 882151a6d046fd72ad70a566605652a2e872a9f3 Mon Sep 17 00:00:00 2001 From: Frudrax Cheng Date: Thu, 16 Apr 2026 11:59:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .astro/types.d.ts | 1 + src/components/sections/ConstructionPainPoints.astro | 2 +- src/components/sections/ElderlyPainPoints.astro | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.astro/types.d.ts b/.astro/types.d.ts index f964fe0..03d7cc4 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -1 +1,2 @@ /// +/// \ No newline at end of file diff --git a/src/components/sections/ConstructionPainPoints.astro b/src/components/sections/ConstructionPainPoints.astro index 83eec60..31105e2 100644 --- a/src/components/sections/ConstructionPainPoints.astro +++ b/src/components/sections/ConstructionPainPoints.astro @@ -40,7 +40,7 @@ const painPoints = [
- {painPoints.map((item, index) => ( + {painPoints.map((item) => (
{item.title} diff --git a/src/components/sections/ElderlyPainPoints.astro b/src/components/sections/ElderlyPainPoints.astro index dead9c6..e77cccb 100644 --- a/src/components/sections/ElderlyPainPoints.astro +++ b/src/components/sections/ElderlyPainPoints.astro @@ -44,7 +44,7 @@ const painPoints = [
- {painPoints.map((item, index) => ( + {painPoints.map((item) => (
{item.title}