|
@@ -114,7 +114,7 @@ $config = array
|
|
|
'name' => '封面图-用作列表页的图片,也用作分享默认图片,图片尺寸660*660px或等比尺寸,上传大小不能超过2M,支持JPG、PNG、GIF格式,建议上传JPG格式',
|
|
|
'default' => '',
|
|
|
'desc' => '封面图',
|
|
|
- 'match' => 'is_string',
|
|
|
+ 'match' => 'option',
|
|
|
'update' => 'image',
|
|
|
'key' => '1',
|
|
|
'place' => '660*660',
|
|
@@ -168,7 +168,7 @@ $config = array
|
|
|
'name' => 'LOGO图片-图片尺寸150*150px或等比尺寸,上传大小不能超过2M,支持JPG、PNG、GIF格式,建议上传JPG格式',
|
|
|
'default' => '',
|
|
|
'desc' => 'LOGO图片',
|
|
|
- 'match' => 'is_string',
|
|
|
+ 'match' => 'option',
|
|
|
'update' => 'image',
|
|
|
'key' => '1',
|
|
|
'place' => '150*150',
|
|
@@ -180,7 +180,7 @@ $config = array
|
|
|
'name' => '全屏背景图-可以上传多张,展示在合集首页,图片尺寸750*1386px或等比尺寸,上传大小不能超过2M,支持JPG、PNG、GIF格式,建议上传JPG格式',
|
|
|
'default' => '',
|
|
|
'desc' => '全屏背景图',
|
|
|
- 'match' => 'is_string',
|
|
|
+ 'match' => 'option',
|
|
|
'update' => 'images',
|
|
|
'key' => '1',
|
|
|
'place' => '750*1386',
|