feat(ui): 更新车间和产品页面UI设计并添加新图片资源

更新多个页面的UI设计,包括产品卡片、车间详情页和列表页,采用现代化卡片设计和动画效果
添加新的车间图片资源并更新相关页面的图片引用路径
优化响应式布局和交互体验,增强视觉吸引力
This commit is contained in:
砂糖
2026-02-03 14:39:36 +08:00
parent 8600a01ce4
commit 86c20e5ef7
20 changed files with 179 additions and 141 deletions

View File

@@ -1,9 +1,9 @@
---
title: Assembly Workshop
desc: An assembly workshop is a specialized facility responsible for the quality inspection, assembly, pre-installation and commissioning of equipment components. It plays an important role in the production process.
cover: machine.jpg
cover: /images/workshop/assembly1.png
slug: assembly
images:
- machine.jpg
- machine2.jpg
- /images/workshop/assembly1.png
- /images/workshop/assembly2.png
---

View File

@@ -1,9 +1,9 @@
---
title: Heat Treatment Workshop
desc: A heat treatment workshop is a specialized facility dedicated to the heat treatment of metal materials. Its main processes include quenching, tempering, normalizing, isothermal quenching, annealing and hardening.
cover: machine.jpg
cover: /images/workshop/treatment1.png
slug: heat-treatment
images:
- machine.jpg
- machine2.jpg
- /images/workshop/treatment1.png
- /images/workshop/treatment2.png
---

View File

@@ -1,9 +1,9 @@
---
title: Machining Workshop
desc: The machining workshop of this machinery factory covers an area of 4,000 square meters and is equipped with dozens of processing equipment, including milling machines, lathes, grinding machines, drilling machines and so on.
cover: machine.jpg
cover: /images/workshop/machine1.png
slug: machine
images:
- machine.jpg
- machine2.jpg
- /images/workshop/machine1.png
- /images/workshop/machine2.png
---