调整智慧学校系统架构文案与目标布局

This commit is contained in:
Frudrax Cheng
2026-04-15 12:03:40 +08:00
parent c6d2ffffa1
commit ffcd413b33
@@ -43,23 +43,24 @@ const capabilities = [
<span>系统架构</span>
</p>
<h3 class="text-3xl md:text-4xl font-black text-gray-900 tracking-tight leading-tight mb-4">
一张图打通校园安全治理闭环
采用“1+1+N”云边端一体化架构
</h3>
<p class="text-gray-600 leading-relaxed mb-4">
平台以视频监控、出入管理、消防报警和后勤设备为前端感知入口,通过统一事件中台将告警、研判、派单、复核、归档串联成一条可追踪责任链
系统围绕“数据中台 + 移动门户 + 智能子系统”构建校园安全治理底座,打通数据、流程与岗位协同,实现统一监管与闭环处置
</p>
<p class="text-gray-600 leading-relaxed mb-6">
与单点系统相比,这套架构重点解决“信息不互通、处置不一致、结果难复盘”三类问题,让学校管理方和监管方都能基于同一份事实数据推进安全治理。
</p>
<div class="grid grid-cols-2 gap-3">
<div class="bg-blue-600 text-white rounded-xl py-3 text-center text-sm font-bold">多源感知</div>
<div class="bg-blue-600 text-white rounded-xl py-3 text-center text-sm font-bold">统一告警</div>
<div class="bg-blue-600 text-white rounded-xl py-3 text-center text-sm font-bold">工单闭环</div>
<div class="bg-blue-600 text-white rounded-xl py-3 text-center text-sm font-bold">过程留痕</div>
</div>
<div class="mt-6 bg-white border border-blue-100 rounded-2xl p-4">
<p class="text-sm font-bold text-blue-700 mb-2">架构落地重点</p>
<p class="text-sm text-gray-600 leading-relaxed">先接关键系统、再统一事件标准、最后沉淀闭环流程,避免“大而全”建设带来的上线难和使用难问题,保障学校端可持续运营。</p>
<div class="space-y-3 mb-6">
<div class="bg-blue-50 border border-blue-100 rounded-xl p-3">
<p class="text-sm font-bold text-blue-700 mb-1">1个数据中台</p>
<p class="text-sm text-gray-600 leading-relaxed">汇聚各子系统数据,打破信息孤岛,形成校园安全主题库。</p>
</div>
<div class="bg-blue-50 border border-blue-100 rounded-xl p-3">
<p class="text-sm font-bold text-blue-700 mb-1">1个移动端门户</p>
<p class="text-sm text-gray-600 leading-relaxed">为管理层、安全员、维修工、教职工提供差异化服务入口。</p>
</div>
<div class="bg-blue-50 border border-blue-100 rounded-xl p-3">
<p class="text-sm font-bold text-blue-700 mb-1">N个智能子系统</p>
<p class="text-sm text-gray-600 leading-relaxed">涵盖食品安全、消防水系统、燃气监测、AI安防、设备管理、应急指挥、教育培训等。</p>
</div>
</div>
</div>
@@ -68,6 +69,11 @@ const capabilities = [
</div>
</div>
<div class="mt-8 bg-white border border-blue-100 rounded-2xl p-5 md:p-6">
<p class="text-base md:text-lg font-black text-blue-700 mb-2">建设目标</p>
<p class="text-sm md:text-base text-gray-600 leading-relaxed">实现校园安全治理“看得见、管得住、可追溯”,支撑学校日常管理与监管协同的数字化升级。</p>
</div>
<div class="mt-10 border-t border-blue-100 pt-8">
<div class="text-center mb-8">
<p class="inline-flex items-center gap-2 px-4 py-1.5 rounded-full bg-emerald-100 text-emerald-700 text-xs font-bold tracking-wide">
@@ -90,6 +96,7 @@ const capabilities = [
</article>
))}
</div>
</div>
</div>
</div>