新增危险化学品、烟花爆竹、非煤矿山模块

This commit is contained in:
Frudrax Cheng
2026-05-14 10:37:03 +08:00
parent 8b6f9f56b2
commit 7abfc36ae3
30 changed files with 1189 additions and 17 deletions
+27 -3
View File
@@ -1,6 +1,6 @@
# 贝凡官网
浙江贝凡网络科技公司官方网站,包含公司介绍、产品中心(工贸企业/智慧养老/智慧工地/明厨亮灶/智慧学校)、本地化定制与生态合作等页面。
浙江贝凡网络科技公司官方网站,包含公司介绍、产品中心(工贸企业 / 物业楼宇 / 智慧养老 / 明厨亮灶 / 智慧学校 / 智慧工地 / 危险化学品 / 烟花爆竹 / 非煤矿山)、本地化定制与生态合作等页面。
## 技术栈
@@ -45,10 +45,14 @@ beifan.cn/
│ ├── pages/
│ │ ├── index.astro
│ │ ├── qazk/index.astro
│ │ ├── property/index.astro
│ │ ├── elderly/index.astro
│ │ ├── construction/index.astro
│ │ ├── kitchen/index.astro
│ │ ├── education/index.astro
│ │ ├── chemical/index.astro
│ │ ├── fireworks/index.astro
│ │ ├── mining/index.astro
│ │ ├── customization/index.astro
│ │ ├── partnership/index.astro
│ │ └── intro/*/index.astro
@@ -57,10 +61,14 @@ beifan.cn/
│ └── styles/styles.css
├── public/
│ ├── img/
│ │ ├── property/
│ │ ├── elderly/
│ │ ├── construction/
│ │ ├── kitchen/
│ │ ├── education/
│ │ ├── chemical/
│ │ ├── fireworks/
│ │ ├── mining/
│ │ └── ...
│ └── js/script.js
├── astro.config.mjs
@@ -72,10 +80,14 @@ beifan.cn/
- `/`:公司介绍首页
- `/qazk`:工贸企业(企安智控)
- `/property`:物业楼宇
- `/elderly`:智慧养老
- `/construction`:智慧工地
- `/kitchen`:明厨亮灶
- `/education`:智慧学校
- `/construction`:智慧工地
- `/chemical`:危险化学品
- `/fireworks`:烟花爆竹
- `/mining`:非煤矿山
- `/customization`:本地化定制
- `/partnership`:生态合作
- `/intro/*`:产品/能力介绍子页面
@@ -85,7 +97,16 @@ beifan.cn/
导航由 `src/layouts/Layout.astro` 统一管理:
- 一级:公司介绍 / 产品中心 / 本地化定制 / 生态合作
- 产品中心二级`qazk``elderly``construction``kitchen``education`
- 产品中心二级(9 项,桌面下拉为 3×3 网格、移动端为 3 列网格):
- 工贸企业(`qazk`
- 物业楼宇(`property`
- 智慧养老(`elderly`
- 明厨亮灶(`kitchen`
- 智慧学校(`education`
- 智慧工地(`construction`
- 危险化学品(`chemical`
- 烟花爆竹(`fireworks`
- 非煤矿山(`mining`
- 页面通过 `<Layout activeNav="...">` 控制高亮
## 图片规范与 Sharp 用法
@@ -95,6 +116,9 @@ beifan.cn/
- 页面图片优先使用 `.webp`
- 静态资源统一放在 `public/img/<module>/`
- 代码中使用绝对路径引用,如:`/img/kitchen/hero.webp`
- 每个行业模块通常包含两类图:
- `hero.webp`:大屏 IOC 截图,用作 Hero 头图
- `architecture.webp`:系统架构 / 场景示意图
### 使用 Sharp 转 WebP