refactor: 后台横幅添加extra_image字段
This commit is contained in:
@@ -105,6 +105,7 @@ class BannerItem
|
||||
'desc_txt_color',
|
||||
'type',
|
||||
'image',
|
||||
'extra_image',
|
||||
'video',
|
||||
'link_to' => 'custom',
|
||||
'link',
|
||||
@@ -159,6 +160,7 @@ class BannerItem
|
||||
'desc_txt_color',
|
||||
'type',
|
||||
'image',
|
||||
'extra_image',
|
||||
'video',
|
||||
'link_to',
|
||||
'link',
|
||||
@@ -242,6 +244,7 @@ class BannerItem
|
||||
'desc_txt_color' => '描述字体颜色',
|
||||
'type' => '前台显示类型',
|
||||
'image' => '图片地址',
|
||||
'extra_image' => '额外图片地址',
|
||||
'video' => '视频地址',
|
||||
'link_to' => '链接类型',
|
||||
'link' => '链接地址',
|
||||
@@ -274,6 +277,7 @@ class BannerItem
|
||||
'item.desc_txt_color',
|
||||
'item.type',
|
||||
'item.image',
|
||||
'item.extra_image',
|
||||
'item.video',
|
||||
'item.link_to',
|
||||
'item.link',
|
||||
|
||||
Reference in New Issue
Block a user