diff --git a/public/img/kitchen/architecture.webp b/public/img/kitchen/architecture.webp new file mode 100644 index 0000000..2ce9559 Binary files /dev/null and b/public/img/kitchen/architecture.webp differ diff --git a/public/img/kitchen/feature-process.webp b/public/img/kitchen/feature-process.webp new file mode 100644 index 0000000..a65d26a Binary files /dev/null and b/public/img/kitchen/feature-process.webp differ diff --git a/public/img/kitchen/feature-remote-visual.webp b/public/img/kitchen/feature-remote-visual.webp new file mode 100644 index 0000000..4baa139 Binary files /dev/null and b/public/img/kitchen/feature-remote-visual.webp differ diff --git a/public/img/kitchen/feature-social-supervision.webp b/public/img/kitchen/feature-social-supervision.webp new file mode 100644 index 0000000..ba147f5 Binary files /dev/null and b/public/img/kitchen/feature-social-supervision.webp differ diff --git a/public/img/kitchen/hero.webp b/public/img/kitchen/hero.webp new file mode 100644 index 0000000..65dfc21 Binary files /dev/null and b/public/img/kitchen/hero.webp differ diff --git a/public/img/kitchen/pain-cover.webp b/public/img/kitchen/pain-cover.webp new file mode 100644 index 0000000..04d7767 Binary files /dev/null and b/public/img/kitchen/pain-cover.webp differ diff --git a/public/img/kitchen/trinity-business.webp b/public/img/kitchen/trinity-business.webp new file mode 100644 index 0000000..c4250dc Binary files /dev/null and b/public/img/kitchen/trinity-business.webp differ diff --git a/public/img/kitchen/trinity-public.webp b/public/img/kitchen/trinity-public.webp new file mode 100644 index 0000000..77c70cc Binary files /dev/null and b/public/img/kitchen/trinity-public.webp differ diff --git a/public/img/kitchen/trinity-regulator.webp b/public/img/kitchen/trinity-regulator.webp new file mode 100644 index 0000000..7ca9057 Binary files /dev/null and b/public/img/kitchen/trinity-regulator.webp differ diff --git a/public/img/kitchen/value-business.webp b/public/img/kitchen/value-business.webp new file mode 100644 index 0000000..b5c96de Binary files /dev/null and b/public/img/kitchen/value-business.webp differ diff --git a/public/img/kitchen/value-public.webp b/public/img/kitchen/value-public.webp new file mode 100644 index 0000000..2610dc5 Binary files /dev/null and b/public/img/kitchen/value-public.webp differ diff --git a/public/img/kitchen/value-regulator.webp b/public/img/kitchen/value-regulator.webp new file mode 100644 index 0000000..46fafea Binary files /dev/null and b/public/img/kitchen/value-regulator.webp differ diff --git a/src/components/sections/KitchenArchitecture.astro b/src/components/sections/KitchenArchitecture.astro new file mode 100644 index 0000000..aa75cc8 --- /dev/null +++ b/src/components/sections/KitchenArchitecture.astro @@ -0,0 +1,107 @@ +--- +const values = [ + { + title: '餐饮单位', + desc: '规范透明操作,辅助提升食药安全等级,落实企业主体责任。', + img: '/img/kitchen/value-business.webp' + }, + { + title: '监管部门', + desc: '辅助过程监管、智能监管与动态监管,规范行政执法并提升监管效能。', + img: '/img/kitchen/value-regulator.webp' + }, + { + title: '社会公众', + desc: '拓宽公众监督渠道,强化监督力量,营造安心、放心、舒心的消费环境。', + img: '/img/kitchen/value-public.webp' + } +]; + +const features = [ + { + title: '远程可视化', + desc: '线上视频巡查,提升监管效能。', + img: '/img/kitchen/feature-remote-visual.webp' + }, + { + title: '监管过程化', + desc: '操作过程记录,实现动态监管。', + img: '/img/kitchen/feature-process.webp' + }, + { + title: '感知智能化', + desc: '实时监测报警,强化精准监管。', + label: 'AI' + }, + { + title: '监督社会化', + desc: '完善监督渠道,形成监督合力。', + img: '/img/kitchen/feature-social-supervision.webp' + } +]; +--- + +
+
+
+
+
+

+ + 系统架构 +

+

+ 明厨亮灶一体化治理架构 +

+

+ 通过平台化架构把餐饮单位、监管部门与社会公众纳入同一治理链路,打通“可视、可管、可追溯、可共治”的闭环能力。 +

+
+
主体责任落实
+
监管效能提升
+
公众监督拓展
+
共治机制形成
+
+
+ +
+ 明厨亮灶系统架构图 +
+
+ +
+

方案价值

+
+ {values.map((item) => ( +
+
+ {item.title} +

{item.title}

+
+

{item.desc}

+
+ ))} +
+
+ +
+

核心能力

+
+ {features.map((item) => ( +
+
+ {item.img ? ( + {item.title} + ) : ( + {item.label} + )} +
+
{item.title}
+

{item.desc}

+
+ ))} +
+
+
+
+
diff --git a/src/components/sections/KitchenHero.astro b/src/components/sections/KitchenHero.astro new file mode 100644 index 0000000..ce420eb --- /dev/null +++ b/src/components/sections/KitchenHero.astro @@ -0,0 +1,33 @@ +
+
+
+
+
+
+ + 明厨亮灶智慧监管平台 +
+

+ 明厨亮灶 +

+

+ 围绕餐饮加工全流程与监管全链路,平台融合视频可视化、过程留痕与智能感知能力,推动食品安全治理从“被动抽检”向“实时监管、闭环处置、社会共治”升级。 +

+
+
远程可视
+
过程留痕
+
智能预警
+
协同共治
+
+
+ +
+
+
+ 明厨亮灶平台展示 +
+
+
+
+
+
diff --git a/src/components/sections/KitchenPainPoints.astro b/src/components/sections/KitchenPainPoints.astro new file mode 100644 index 0000000..36ea356 --- /dev/null +++ b/src/components/sections/KitchenPainPoints.astro @@ -0,0 +1,66 @@ +--- +const painPoints = [ + { + title: '餐饮单位食品安全意识差', + points: [ + '从业人员良莠不齐,食安意识不强。', + '经营规模和模式混杂,管理水平参差不一。', + '追求效益,被监管意愿不强,不愿增加投入。' + ] + }, + { + title: '网络餐饮线上监管不完善', + points: [ + '部分商家虚拟化,无照经营。', + '后厨加工过程无法直观查看。', + '平台备案和监督机制不完善。' + ] + }, + { + title: '监管部门线下监管难度大', + points: [ + '企业量大面广、监管人少任务重。', + '间歇性抽检,覆盖不全有疏漏。', + '传统上门人工检查,耗费大效率低。' + ] + }, + { + title: '消费者公众信任度较低', + points: [ + '各类食品安全事件频发。', + '无法获悉后厨加工实况。', + '投诉反馈渠道受限。' + ] + } +]; +--- + +
+
+
+

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

+
+ +
+ 食安事故频发场景示意 +
+ +
+ {painPoints.map((item) => ( +
+

{item.title}

+
    + {item.points.map((point) => ( +
  • + + {point} +
  • + ))} +
+
+ ))} +
+
+
diff --git a/src/components/sections/KitchenPolicy.astro b/src/components/sections/KitchenPolicy.astro new file mode 100644 index 0000000..37c4ab4 --- /dev/null +++ b/src/components/sections/KitchenPolicy.astro @@ -0,0 +1,58 @@ +--- +const policies = [ + { + title: '国家食品药品监督管理总局部署“明厨亮灶”推动主体责任落实', + meta: '国家食药监总局 | 2014', + desc: '提出通过可视化和规范化手段强化餐饮服务主体责任,推动后厨透明化建设。' + }, + { + title: '“十三五”国家食品安全规划', + meta: '国发〔2017〕12号', + desc: '明确食品安全风险防控与监管能力现代化方向,推进全过程监管与协同治理。' + }, + { + title: '餐饮服务明厨亮灶管理办法(征求意见稿)', + meta: '监管规范', + desc: '围绕餐饮单位信息公示、后厨可视和过程管理提出制度化要求。' + }, + { + title: '餐饮服务明厨亮灶工作指导意见的通知', + meta: '国市监食监二〔2018〕32号', + desc: '进一步明确明厨亮灶工作路径,推动线上线下一体化监管。' + }, + { + title: '学校食品安全与营养健康管理规定', + meta: '教育部、市场监管总局、卫健委 | 2019', + desc: '对学校餐饮场景提出更高标准的安全管理、责任落实和协同监管要求。' + }, + { + title: '关于加强网络食品安全监管确保人民群众“舌尖上安全”的建议', + meta: '国市监议〔2021〕209号', + desc: '强调网络餐饮平台治理与执法协同,提升线上食品安全监管的精准度。' + } +]; +--- + +
+
+
+

+ + 政策驱动 +

+

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

+
+ +
+ {policies.map((item) => ( +
+

{item.meta}

+

{item.title}

+

{item.desc}

+
+ ))} +
+
+
diff --git a/src/components/sections/KitchenTrinity.astro b/src/components/sections/KitchenTrinity.astro new file mode 100644 index 0000000..f515c38 --- /dev/null +++ b/src/components/sections/KitchenTrinity.astro @@ -0,0 +1,48 @@ +--- +const trinity = [ + { + title: '餐饮单位', + desc: '优化管理手段,由被动监管向主动管理转变,落实企业主体责任。', + img: '/img/kitchen/trinity-business.webp' + }, + { + title: '监管部门', + desc: '创新监管方式,强化线上线下监管,实现精准监管,提升监管效能。', + img: '/img/kitchen/trinity-regulator.webp' + }, + { + title: '社会公众', + desc: '完善食品安全公示渠道,整合社会监督力量,形成共治监督合力。', + img: '/img/kitchen/trinity-public.webp' + } +]; +--- + +
+
+
+

+ + 三位一体治理 +

+

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

+

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

+
+ +
+ {trinity.map((item) => ( +
+
+ {item.title} +
+

{item.title}

+

{item.desc}

+
+ ))} +
+
+
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 9727915..79ba974 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -27,8 +27,7 @@ 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' }, - // TODO: 临时隐藏“明厨亮灶”入口,待对应页面上线后恢复。 - // { id: 'kitchen', label: '明厨亮灶', href: '/kitchen', icon: 'fa-cutlery' }, + { id: 'kitchen', label: '明厨亮灶', href: '/kitchen', icon: 'fa-cutlery' }, { id: 'education', label: '智慧学校', href: '/education', icon: 'fa-graduation-cap' }, ] }, diff --git a/src/pages/kitchen/index.astro b/src/pages/kitchen/index.astro new file mode 100644 index 0000000..b9f18a3 --- /dev/null +++ b/src/pages/kitchen/index.astro @@ -0,0 +1,18 @@ +--- +import Layout from '../../layouts/Layout.astro'; +import KitchenHero from '../../components/sections/KitchenHero.astro'; +import KitchenPainPoints from '../../components/sections/KitchenPainPoints.astro'; +import KitchenPolicy from '../../components/sections/KitchenPolicy.astro'; +import KitchenTrinity from '../../components/sections/KitchenTrinity.astro'; +import KitchenArchitecture from '../../components/sections/KitchenArchitecture.astro'; +--- + + +
+ + + + + +
+