商品浏览页构建上传1.1.0版本

This commit is contained in:
2026-08-03 13:34:03 +08:00
parent e423ab2d73
commit a091664cee
77 changed files with 1882 additions and 22045 deletions
+7
View File
@@ -33,8 +33,15 @@ export interface ProductCategory {
icon: string
iconImg?: string
price: number // 单价(元)
originalPrice?: number // 划线原价(用于促销展示)
leadTime: string // 工期描述
description: string // 商品详细介绍(长文本)
subtitle?: string // 商品副标题(一句话卖点)
tone?: [number, number, number] // 主题色 RGB [r,g,b]
story?: string // 设计理念/品牌故事
scene?: string // 使用场景
tags?: string[] // 标签数组
specs?: [string, string][] // 规格参数键值对
mask: MaskConfig
images: string[] // 商品实物照片路径列表(相对页面引用的路径)
}