商品浏览页构建上传1.1.0版本
This commit is contained in:
@@ -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[] // 商品实物照片路径列表(相对页面引用的路径)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user