商品浏览页构建前最后一次更新

This commit is contained in:
2026-08-02 00:21:54 +08:00
parent d37a93ab9e
commit e423ab2d73
146 changed files with 3449 additions and 1342 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ const config = {
},
copy: {
patterns: [
{ from: 'src/img', to: 'dist/img' }
{ from: 'src/img', to: 'dist/img' },
{ from: 'src/icon', to: 'dist/icon' }
],
options: {
}