优化包体体积
Test Runner / hello (push) Successful in 4s

This commit is contained in:
2026-08-26 14:04:53 +08:00
parent 2ffeb85900
commit 40a02223de
30 changed files with 23 additions and 23 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+8 -8
View File
@@ -13441,7 +13441,7 @@ var trustStats = [{
// 4步流程
// 每一步对应一张预览大图(img 字段,目前暂用同一张占位图,设计师供图后替换即可)
exports.trustStats = trustStats;
var STEP_IMG = '/static/images/home/image_25_1484_1689.png';
var STEP_IMG = '/static/images/home/image_25_1484_1689.jpg';
var stepList = [{
step: '01',
title: '选择产品',
@@ -13497,25 +13497,25 @@ exports.countryTabs = countryTabs;
var podProducts = [{
id: 1,
name: '女士短款露脐T恤',
image: '/static/images/home/Rectangle_63_1446_1437.png'
image: '/static/images/home/Rectangle_63_1446_1437.jpg'
}, {
id: 2,
name: '女士短款露脐T恤',
image: '/static/images/home/Rectangle_181_1455_1450.png'
image: '/static/images/home/Rectangle_181_1455_1450.jpg'
}, {
id: 3,
name: '女士短款露脐T恤',
image: '/static/images/home/Rectangle_63_1455_1461.png'
image: '/static/images/home/Rectangle_63_1455_1461.jpg'
}, {
id: 4,
name: '女士短款露脐T恤',
image: '/static/images/home/Rectangle_181_1455_1456.png'
image: '/static/images/home/Rectangle_181_1455_1456.jpg'
}];
// 平台功能卡片
// 每一张卡片对应一张「集成平台」大图(img 字段目前暂用同一张占位图,后端/设计师提供后替换即可)
exports.podProducts = podProducts;
var FEAT_IMG = '/static/images/home/Rectangle_64_1484_1735.png';
var FEAT_IMG = '/static/images/home/Rectangle_64_1484_1735.jpg';
var featureList = [{
step: '01',
title: '设计工具',
@@ -13601,8 +13601,8 @@ var companyFeatures = [{
// 底部CTA
exports.companyFeatures = companyFeatures;
var ctaSection = {
qrImage: '/static/images/home/Rectangle_187_1470_1653.png',
bgImage: '/static/images/home/image_26_1496_1761.png',
qrImage: '/static/images/home/Rectangle_187_1470_1653.jpg',
bgImage: '/static/images/home/image_26_1496_1761.jpg',
textImage: '/static/images/home/image_28_1498_1767.png',
text: '联系我们,开启你的全球生意新篇'
};