refactor: 产品大图迁移OSS,小图标本地打包,资源基址改为.env配置

This commit is contained in:
2026-08-06 23:52:48 +08:00
parent 8de00e6614
commit 0f3132b08e
77 changed files with 83 additions and 70 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ export default function DesignListPage() {
{filtered.length === 0 && (
<View className='empty-state'>
<Image className='empty-icon-img' src='/icon/调色盘.png' mode='aspectFit' />
<Image className='empty-icon-img' src={assetUrl('/icon/调色盘.png')} mode='aspectFit' />
<Text className='empty-text'></Text>
<Text className='empty-sub'></Text>
<View className='btn-gradient' onTap={() => Taro.switchTab({ url: '/pages/index/index' })}>