From 5453a8f462ecb1411d6658e02fa07e0149c82ab9 Mon Sep 17 00:00:00 2001 From: ZHENG XIAOYI Date: Wed, 11 Feb 2026 13:34:44 +0800 Subject: [PATCH] refactor: overhaul UI architecture --- .astro/types.d.ts | 1 - src/components/sections/AIModel.astro | 20 ++++++++++---------- src/components/sections/Customization.astro | 8 ++++---- src/layouts/Layout.astro | 4 ++-- 4 files changed, 16 insertions(+), 17 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/components/sections/AIModel.astro b/src/components/sections/AIModel.astro index 5424a8e..d0bf03b 100644 --- a/src/components/sections/AIModel.astro +++ b/src/components/sections/AIModel.astro @@ -327,24 +327,24 @@

传统算法

-
+
1. 场景识别

- 依赖像素、颜色等固定特征,场景、光照一旦变化,识别能力便会失效,泛化能力弱。 + 依赖固定特征,场景一旦变化,识别能力便会失效,泛化能力弱

-
+
2. 误报警处理

无法区分真实威胁与环境干扰,误报率高,耗费大量安保人力。

-
+
3. 新任务部署

- 增加识别任务需重新编程和数周模型训练,且不能保证训练效果,成本高、周期长。 + 增加识别任务需重新编程和数周调试,且不能保证效果,成本高、周期长

@@ -357,21 +357,21 @@

AI大模型

-
+
1. 场景识别

- 模拟人类视觉进行上下文理解,能自主适应复杂、多变的环境,准确识别目标。 + 模拟人类视觉进行理解,能自主适应复杂、多变的环境,准确识别目标。

-
+
2. 误报警处理

- 通过逻辑推理过滤无效信息,能识别"飘动的塑料袋"而非"火焰",显著降低误报。 + 通过逻辑推理过滤无效信息,准确识别目标特征,显著降低误报

-
+
3. 新任务部署

具备零样本/小样本学习能力,仅需少量样本即可在短时间内完成部署。 diff --git a/src/components/sections/Customization.astro b/src/components/sections/Customization.astro index ef245cd..b559c55 100644 --- a/src/components/sections/Customization.astro +++ b/src/components/sections/Customization.astro @@ -101,7 +101,7 @@ 风险预警 危化品管理

-

为化工企业提供全方位的安全管控,通过AI技术实时监控生产环境,防止事故发生。

+

提供全方位的安全管控,实时监控生产环境,防止事故发生。

@@ -122,7 +122,7 @@ 质量追溯 工艺优化
-

提升生产效率的同时,确保生产过程安全可控,减少安全事故风险。

+

提升生产效率的同时,确保生产过程安全可控,减少事故风险。

@@ -164,7 +164,7 @@ 紧急求助 智能护理
-

为老年人提供安全保障,实时监测健康状况,及时响应紧急情况。

+

为老年人提供安全保障,实时监测健康状况,响应紧急情况。

@@ -185,7 +185,7 @@ 智慧城市 政务服务
-

提升城市治理水平,加强公共安全管理,保障市民生命财产安全。

+

提升城市治理水平,加强公共安全管理,保障生命财产安全。

diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index e89523d..63e6126 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -39,7 +39,7 @@ function getMobileNavLinkClass(itemId: string) {