优化按钮图标间距样式并修复SKU规格属性显示,将图标间距规则调整为仅对非圆形按钮生效,同时修复数字人形象头像图片尺寸参数
This commit is contained in:
@@ -103,7 +103,7 @@ const mockData: AvatarItem[] = [
|
||||
{
|
||||
id: 1,
|
||||
name: '商务男性形象',
|
||||
avatar: 'https://img.icons8.com/3d-fluency/512/businessman.png',
|
||||
avatar: 'https://img.icons8.com/3d-fluency/94/businessman.png',
|
||||
description: '专业商务风格的男性数字人形象,适合企业宣传',
|
||||
type: '真人形象',
|
||||
status: 1,
|
||||
@@ -112,7 +112,7 @@ const mockData: AvatarItem[] = [
|
||||
{
|
||||
id: 2,
|
||||
name: '甜美女性形象',
|
||||
avatar: 'https://img.icons8.com/3d-fluency/512/businesswoman.png',
|
||||
avatar: 'https://img.icons8.com/3d-fluency/94/businesswoman.png',
|
||||
description: '甜美可爱的女性数字人形象,适合直播带货',
|
||||
type: '真人形象',
|
||||
status: 1,
|
||||
@@ -121,7 +121,7 @@ const mockData: AvatarItem[] = [
|
||||
{
|
||||
id: 3,
|
||||
name: '卡通男孩形象',
|
||||
avatar: 'https://img.icons8.com/3d-fluency/512/boy.png',
|
||||
avatar: 'https://img.icons8.com/3d-fluency/94/person-male.png',
|
||||
description: '活泼可爱的卡通男孩形象,适合儿童教育',
|
||||
type: '卡通形象',
|
||||
status: 1,
|
||||
@@ -130,7 +130,7 @@ const mockData: AvatarItem[] = [
|
||||
{
|
||||
id: 4,
|
||||
name: '知性女性形象',
|
||||
avatar: 'https://img.icons8.com/3d-fluency/512/teacher.png',
|
||||
avatar: 'https://img.icons8.com/3d-fluency/94/woman-profile.png',
|
||||
description: '知性优雅的女性数字人形象,适合知识讲解',
|
||||
type: '真人形象',
|
||||
status: 0,
|
||||
@@ -139,7 +139,7 @@ const mockData: AvatarItem[] = [
|
||||
{
|
||||
id: 5,
|
||||
name: '科技机器人形象',
|
||||
avatar: 'https://img.icons8.com/3d-fluency/512/robot-2.png',
|
||||
avatar: 'https://img.icons8.com/3d-fluency/94/robot-2.png',
|
||||
description: '未来科技风格的机器人形象,适合科技产品',
|
||||
type: '3D形象',
|
||||
status: 1,
|
||||
@@ -148,7 +148,7 @@ const mockData: AvatarItem[] = [
|
||||
{
|
||||
id: 6,
|
||||
name: '客服助手形象',
|
||||
avatar: 'https://img.icons8.com/3d-fluency/512/customer-support.png',
|
||||
avatar: 'https://img.icons8.com/3d-fluency/94/technical-support.png',
|
||||
description: '专业友好的客服助手形象,适合在线客服场景',
|
||||
type: '3D形象',
|
||||
status: 1,
|
||||
|
||||
Reference in New Issue
Block a user