@@ -101,7 +101,19 @@ return array
'place' => '150',
'upload' => 'yun',
'large' => true,
- //'cover' => 'pic',//封面图字段名
+ 'cover' => 'video_cover',//封面图字段名
+ ),
+
+ 'video_cover' => array
+ (
+ 'type' => 'varchar-150',
+ 'name' => '视频封面图-封面图自动生成,也可以更改,上传大小不能超过2M,支持JPG、PNG、GIF格式,建议上传JPG格式',
+ 'default' => '',
+ 'desc' => '封面图',
+ 'match' => 'option',
+ 'update' => 'image',
+ 'key' => '1',
+ 'place' => '750*1386',
),
'file' => array