From f66a02984340ab3318ed4fb02799be2e72ec2ad9 Mon Sep 17 00:00:00 2001 From: Frudrax Cheng Date: Thu, 16 Apr 2026 11:57:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E5=BB=BA=E8=AE=AE=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E7=95=8C=E9=9D=A2=E5=B8=83=E5=B1=80=EF=BC=8C=E7=B2=BE?= =?UTF-8?q?=E7=AE=80=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .astro/types.d.ts | 1 - public/img/education/pain-4-collab-weak.svg | 1 - .../education/pain-4-process-nonstandard.svg | 1 - .../img/education/pain-4-system-missing.svg | 1 - .../img/education/pain-5-device-complex.svg | 1 - public/img/education/pain-5-manual-record.svg | 1 - .../education/pain-5-missed-inspection.svg | 1 - .../sections/ConstructionHero.astro | 4 +- .../sections/ConstructionPainPoints.astro | 19 ++----- .../sections/ConstructionPolicy.astro | 22 ++------ .../sections/EducationArchitecture.astro | 18 +++--- src/components/sections/EducationHero.astro | 4 +- .../sections/EducationPainPoints.astro | 56 ++----------------- src/components/sections/EducationPolicy.astro | 29 +++------- src/components/sections/ElderlyCases.astro | 12 ++-- src/components/sections/ElderlyHero.astro | 4 +- src/components/sections/ElderlyHomeCare.astro | 12 ++-- .../sections/ElderlyPainPoints.astro | 17 ++---- src/components/sections/ElderlyPolicy.astro | 17 ++---- src/components/sections/KitchenHero.astro | 4 +- .../sections/KitchenPainPoints.astro | 12 ++-- src/components/sections/KitchenPolicy.astro | 12 ++-- src/components/sections/KitchenTrinity.astro | 15 ++--- 23 files changed, 74 insertions(+), 190 deletions(-) delete mode 100644 public/img/education/pain-4-collab-weak.svg delete mode 100644 public/img/education/pain-4-process-nonstandard.svg delete mode 100644 public/img/education/pain-4-system-missing.svg delete mode 100644 public/img/education/pain-5-device-complex.svg delete mode 100644 public/img/education/pain-5-manual-record.svg delete mode 100644 public/img/education/pain-5-missed-inspection.svg 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/public/img/education/pain-4-collab-weak.svg b/public/img/education/pain-4-collab-weak.svg deleted file mode 100644 index ee96ad7..0000000 --- a/public/img/education/pain-4-collab-weak.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/img/education/pain-4-process-nonstandard.svg b/public/img/education/pain-4-process-nonstandard.svg deleted file mode 100644 index b61b17e..0000000 --- a/public/img/education/pain-4-process-nonstandard.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/img/education/pain-4-system-missing.svg b/public/img/education/pain-4-system-missing.svg deleted file mode 100644 index 4e96dcf..0000000 --- a/public/img/education/pain-4-system-missing.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/img/education/pain-5-device-complex.svg b/public/img/education/pain-5-device-complex.svg deleted file mode 100644 index 2018f0d..0000000 --- a/public/img/education/pain-5-device-complex.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/img/education/pain-5-manual-record.svg b/public/img/education/pain-5-manual-record.svg deleted file mode 100644 index 418bd5c..0000000 --- a/public/img/education/pain-5-manual-record.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/img/education/pain-5-missed-inspection.svg b/public/img/education/pain-5-missed-inspection.svg deleted file mode 100644 index ca58bee..0000000 --- a/public/img/education/pain-5-missed-inspection.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/components/sections/ConstructionHero.astro b/src/components/sections/ConstructionHero.astro index d1a9712..563239f 100644 --- a/src/components/sections/ConstructionHero.astro +++ b/src/components/sections/ConstructionHero.astro @@ -7,8 +7,8 @@ 智慧工地安全监管平台 -

- 智慧工地 +

+ 智慧工地

面向施工现场高风险、高流动、多协同场景,平台融合 AI 视觉识别与物联感知能力,打造“实时发现、即时告警、闭环处置、全程追溯”的数字化安全管理体系。 diff --git a/src/components/sections/ConstructionPainPoints.astro b/src/components/sections/ConstructionPainPoints.astro index 2bd765c..83eec60 100644 --- a/src/components/sections/ConstructionPainPoints.astro +++ b/src/components/sections/ConstructionPainPoints.astro @@ -29,15 +29,13 @@ const painPoints = [

-
+
+
-

- - 传统工地四大管理痛点 -

-

- 四类高频风险,一屏快速识别 +

+ 传统工地四大管理痛点

+
@@ -47,15 +45,8 @@ const painPoints = [
{item.title}
-
-

PAIN 0{index + 1}

-

- {item.tag} -

-

{item.title}

{item.desc}

-
))}
diff --git a/src/components/sections/ConstructionPolicy.astro b/src/components/sections/ConstructionPolicy.astro index 6e54710..ab8039d 100644 --- a/src/components/sections/ConstructionPolicy.astro +++ b/src/components/sections/ConstructionPolicy.astro @@ -38,14 +38,12 @@ const regulationPolicies = policies.slice(2);
-
-

- - 政策导向与法规依据 -

-

- 政策牵引落地,建设方向更清晰 +
+
+

+ 政策牵引落地,建设方向更清晰

+
@@ -57,11 +55,6 @@ const regulationPolicies = policies.slice(2);

{item.meta}

{item.title}

{item.desc}

-
- {item.tags.map((tag) => ( - {tag} - ))} -
))}
@@ -75,11 +68,6 @@ const regulationPolicies = policies.slice(2);

{item.meta}

{item.title}

{item.desc}

-
- {item.tags.map((tag) => ( - {tag} - ))} -
))}
diff --git a/src/components/sections/EducationArchitecture.astro b/src/components/sections/EducationArchitecture.astro index 12a3709..371fea4 100644 --- a/src/components/sections/EducationArchitecture.astro +++ b/src/components/sections/EducationArchitecture.astro @@ -74,16 +74,14 @@ const capabilities = [

实现校园安全治理“看得见、管得住、可追溯”,支撑学校日常管理与监管协同的数字化升级。

-
-
-

- - 核心能力体系 -

-

- 面向校园场景的一体化能力底座 -

-
+
+
+
+

+ 面向校园场景的一体化能力底座 +

+
+
{capabilities.map((item) => ( diff --git a/src/components/sections/EducationHero.astro b/src/components/sections/EducationHero.astro index 0306aea..adc4eec 100644 --- a/src/components/sections/EducationHero.astro +++ b/src/components/sections/EducationHero.astro @@ -7,8 +7,8 @@ 智慧学校安全运营平台
-

- 智慧学校 +

+ 智慧学校

围绕校园安防、后勤运维与日常管理场景,融合 AI 视频识别与多系统数据联动,构建“主动发现、快速联动、标准处置、全过程追溯”的校园安全闭环体系。 diff --git a/src/components/sections/EducationPainPoints.astro b/src/components/sections/EducationPainPoints.astro index 01c3b03..ddd8884 100644 --- a/src/components/sections/EducationPainPoints.astro +++ b/src/components/sections/EducationPainPoints.astro @@ -61,64 +61,18 @@ const painSections = [ icon: '/img/education/pain-3-fire-alarm.svg' } ] - }, - { - index: '痛点四', - title: '治理机制不完善,处置质量不稳定', - summary: '处理流程不规范、管理体系缺失、跨部门协同不足,导致同类问题反复出现,难以形成长效治理。', - items: [ - { - title: '处理流程不规范', - desc: '事件分级、责任分派、验收标准不统一,执行偏差大。', - icon: '/img/education/pain-4-process-nonstandard.svg' - }, - { - title: '管理体系缺失', - desc: '缺少制度化台账与持续评估机制,整改难以沉淀为标准。', - icon: '/img/education/pain-4-system-missing.svg' - }, - { - title: '联动协同不足', - desc: '安保、后勤、教务之间信息传递链路长,响应效率低。', - icon: '/img/education/pain-4-collab-weak.svg' - } - ] - }, - { - index: '痛点五', - title: '设备和台账管理粗放,运维成本持续抬升', - summary: '设备数量多、类型杂,依赖人工登记与分散记录,漏检失修与信息不一致问题并存。', - items: [ - { - title: '漏检失修', - desc: '周期巡检执行不到位,关键设备状态变化无法及时掌握。', - icon: '/img/education/pain-5-missed-inspection.svg' - }, - { - title: '人工登记', - desc: '纸质或分散表格记录易遗漏、易出错,追溯效率低。', - icon: '/img/education/pain-5-manual-record.svg' - }, - { - title: '设备繁杂', - desc: '多品牌多协议并存,维护策略难统一,管理复杂度高。', - icon: '/img/education/pain-5-device-complex.svg' - } - ] } ]; ---

-
-

- - 校园管理核心痛点 -

-

- 按场景拆解问题,按闭环重建治理 +
+
+

+ 校园管理核心痛点

+
diff --git a/src/components/sections/EducationPolicy.astro b/src/components/sections/EducationPolicy.astro index 4ab5920..5b3b214 100644 --- a/src/components/sections/EducationPolicy.astro +++ b/src/components/sections/EducationPolicy.astro @@ -44,17 +44,12 @@ const regulationPolicies = [
-
-

- - 政策导向与法规依据 -

-

- 政策有依据,建设有方向 +
+
+

+ 政策有依据,建设有方向

-

- 围绕校园安防、消防、食品与治安管理的关键法规要求,构建“可检查、可整改、可追溯”的数字化治理闭环。 -

+
@@ -73,12 +68,7 @@ const regulationPolicies = [

{item.title}

-

{item.desc}

-
- {item.tags.map((tag) => ( - {tag} - ))} -
+

{item.desc}

))}
@@ -99,12 +89,7 @@ const regulationPolicies = [

{item.title}

-

{item.desc}

-
- {item.tags.map((tag) => ( - {tag} - ))} -
+

{item.desc}

))}
diff --git a/src/components/sections/ElderlyCases.astro b/src/components/sections/ElderlyCases.astro index c6820bc..7e8206e 100644 --- a/src/components/sections/ElderlyCases.astro +++ b/src/components/sections/ElderlyCases.astro @@ -17,14 +17,12 @@ const cases = [
-
-

- - 案例警示 -

-

- 从事故复盘到机制重建 +
+
+

+ 从事故复盘到机制重建

+
diff --git a/src/components/sections/ElderlyHero.astro b/src/components/sections/ElderlyHero.astro index 239244d..74c4d4f 100644 --- a/src/components/sections/ElderlyHero.astro +++ b/src/components/sections/ElderlyHero.astro @@ -7,8 +7,8 @@ 智慧养老安全运营中台
-

- 智慧养老 +

+ 智慧养老

企安智控立足机构养老场景,融合 AI 视觉认知与全域物联感知能力,构建“主动预警、智能防控、闭环管理、数据决策”一体化平台,帮助机构持续提升照护安全与运营效率。 diff --git a/src/components/sections/ElderlyHomeCare.astro b/src/components/sections/ElderlyHomeCare.astro index 24eea34..8fe9acd 100644 --- a/src/components/sections/ElderlyHomeCare.astro +++ b/src/components/sections/ElderlyHomeCare.astro @@ -21,14 +21,12 @@ const products = [

-
-

- - 居家养老服务 -

-

- 适老化改造 + 智能终端 + 数据服务 +
+
+

+ 适老化改造 + 智能终端 + 数据服务

+
diff --git a/src/components/sections/ElderlyPainPoints.astro b/src/components/sections/ElderlyPainPoints.astro index 189044e..dead9c6 100644 --- a/src/components/sections/ElderlyPainPoints.astro +++ b/src/components/sections/ElderlyPainPoints.astro @@ -35,20 +35,15 @@ const painPoints = [
-
-

- - 机构养老六大安全痛点 -

-

- 安全防线失守,照见养老消防顽疾 +
+
+

+ 机构养老六大安全痛点

-

- 围绕管理、设施、电气、台账、演练、监控六个关键维度,建立风险画像,明确智慧养老平台建设优先级。 -

+
-
+
{painPoints.map((item, index) => (
diff --git a/src/components/sections/ElderlyPolicy.astro b/src/components/sections/ElderlyPolicy.astro index 5774b1b..7b86ea5 100644 --- a/src/components/sections/ElderlyPolicy.astro +++ b/src/components/sections/ElderlyPolicy.astro @@ -29,14 +29,12 @@ const policies = [
-
-

- - 政策导向与标准要求 -

-

- 政策有依据,建设有方向 +
+
+

+ 政策有依据,建设有方向

+
@@ -47,11 +45,6 @@ const policies = [

{item.meta}

{item.title}

-
- {item.tags.map((tag) => ( - {tag} - ))} -
))}
diff --git a/src/components/sections/KitchenHero.astro b/src/components/sections/KitchenHero.astro index ce420eb..2811e4b 100644 --- a/src/components/sections/KitchenHero.astro +++ b/src/components/sections/KitchenHero.astro @@ -7,8 +7,8 @@ 明厨亮灶智慧监管平台
-

- 明厨亮灶 +

+ 明厨亮灶

围绕餐饮加工全流程与监管全链路,平台融合视频可视化、过程留痕与智能感知能力,推动食品安全治理从“被动抽检”向“实时监管、闭环处置、社会共治”升级。 diff --git a/src/components/sections/KitchenPainPoints.astro b/src/components/sections/KitchenPainPoints.astro index 4e65bb9..e8f1f27 100644 --- a/src/components/sections/KitchenPainPoints.astro +++ b/src/components/sections/KitchenPainPoints.astro @@ -37,14 +37,12 @@ const painPoints = [

-
-

- 食安事故频发,折射餐饮行业重症 +
+
+

+ 食安事故频发,折射餐饮行业重症

-
- -
- 食安事故频发场景示意 +
diff --git a/src/components/sections/KitchenPolicy.astro b/src/components/sections/KitchenPolicy.astro index 37c4ab4..4f887c5 100644 --- a/src/components/sections/KitchenPolicy.astro +++ b/src/components/sections/KitchenPolicy.astro @@ -35,14 +35,12 @@ const policies = [
-
-

- - 政策驱动 -

-

- 保卫“舌尖上的安全” +
+
+

+ 政策法规护航,筑牢食安防线

+
diff --git a/src/components/sections/KitchenTrinity.astro b/src/components/sections/KitchenTrinity.astro index f515c38..f811eb4 100644 --- a/src/components/sections/KitchenTrinity.astro +++ b/src/components/sections/KitchenTrinity.astro @@ -20,17 +20,12 @@ const trinity = [
-
-

- - 三位一体治理 -

-

- 全面提升食安治理水平 +
+
+

+ 全面提升食安治理水平

-

- 落实企业主体责任、创新监管方式、强化社会共治,形成可持续的食品安全治理机制。 -

+