优化包体体积
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
+2 -2
View File
@@ -50,7 +50,7 @@
<!-- 底部CTA区域 - 图片底+橙色叠加层+内容层 -->
<view class="cta-footer">
<!-- 图片底层 - image_26原图 -->
<image class="cta-overlay-img" src="/static/images/home/image_26_1496_1761.png" mode="widthFix"></image>
<image class="cta-overlay-img" src="/static/images/home/image_26_1496_1761.jpg" mode="widthFix"></image>
<!-- 橙色叠加层 - 在图片上方, 高不透明度让橙色更亮更突出 -->
<view class="cta-orange-bg"></view>
<!-- 内容层 -->
@@ -63,7 +63,7 @@
<view class="qr-wrap">
<image
class="qr-img"
src="/static/images/home/Rectangle_187_1470_1653.png"
src="/static/images/home/Rectangle_187_1470_1653.jpg"
mode="aspectFit"
></image>
</view>
+8 -8
View File
@@ -11,7 +11,7 @@ export const trustStats = [
// 4步流程
// 每一步对应一张预览大图(img 字段,目前暂用同一张占位图,设计师供图后替换即可)
const STEP_IMG = '/static/images/home/image_25_1484_1689.png'
const STEP_IMG = '/static/images/home/image_25_1484_1689.jpg'
export const stepList = [
{
step: '01',
@@ -56,28 +56,28 @@ export const 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 字段目前暂用同一张占位图,后端/设计师提供后替换即可)
const FEAT_IMG = '/static/images/home/Rectangle_64_1484_1735.png'
const FEAT_IMG = '/static/images/home/Rectangle_64_1484_1735.jpg'
export const featureList = [
{
step: '01',
@@ -177,8 +177,8 @@ export const companyFeatures = [
// 底部CTA
export const 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: '联系我们,开启你的全球生意新篇'
}