feat: 添加120口机柜的两种新图片并更新映射

在`cabinetImgMap.ts`中添加了120口机柜的两种新图片配置,分别为`cabinet_120_6X20.jpg`和`cabinet_120_4X30.jpg`,并更新了对应的映射关系。新增图片文件已放置在`public/img/cabinet`目录下。
This commit is contained in:
dzq 2025-05-19 10:37:10 +08:00
parent 1aa7cee0c0
commit 727671c58b
3 changed files with 6 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View File

@ -28,11 +28,15 @@ export const CabinetImgMap = {
name: "60口机柜",
},
8: {
img: "cabinet_120.jpg",
name: "120口机柜",
img: "cabinet_120_6X20.jpg",
name: "120口机柜6X20",
},
9: {
img: "cabinet_4.jpg",
name: "4口机柜",
},
10: {
img: "cabinet_120_4X30.jpg",
name: "120口机柜4X30",
},
}