首页轮播,裁剪标题,按钮间距
Test Runner / hello (push) Successful in 3s

This commit is contained in:
2026-08-25 12:04:57 +08:00
parent bd6f7a378e
commit 65356953ed
7 changed files with 148 additions and 17 deletions
+10 -4
View File
@@ -70,26 +70,32 @@ export const podProducts = [
]
// 平台功能卡片
// 每一张卡片对应一张「集成平台」大图(img 字段目前暂用同一张占位图,后端/设计师提供后替换即可)
const FEAT_IMG = '/static/images/home/Rectangle_64_1484_1735.png'
export const featureList = [
{
step: '01',
title: '设计工具',
desc: '轻松设计,快速定制'
desc: '轻松设计,快速定制',
img: FEAT_IMG
},
{
step: '02',
title: '自动化履约',
desc: '从生产到配送,全程无忧,准时交付'
desc: '从生产到配送,全程无忧,准时交付',
img: FEAT_IMG
},
{
step: '03',
title: '全球配送',
desc: '全球11国自营本土工厂'
desc: '全球11国自营本土工厂',
img: FEAT_IMG
},
{
step: '04',
title: '店铺集成',
desc: '与全球主流电商平台无缝对接'
desc: '与全球主流电商平台无缝对接',
img: FEAT_IMG
}
]