|
@@ -183,13 +183,13 @@ $config = array
|
|
|
'pic_bg' => array
|
|
|
(
|
|
|
'type' => 'text-255',
|
|
|
- 'name' => '全屏背景图-可以上传多张,展示在合集首页,图片尺寸750*1386px或等比尺寸,上传大小不能超过2M,支持JPG、PNG、GIF格式,建议上传JPG格式',
|
|
|
+ 'name' => '首页头图-可以上传多张,展示在合集首页,图片尺寸414*374px或等比尺寸,上传大小不能超过2M,支持JPG、PNG、GIF格式,建议上传JPG格式',
|
|
|
'default' => '',
|
|
|
- 'desc' => '全屏背景图',
|
|
|
+ 'desc' => '首页头图',
|
|
|
'match' => 'option',
|
|
|
'update' => 'images',
|
|
|
'key' => '1',
|
|
|
- 'place' => '750*1386',
|
|
|
+ 'place' => '414*374',
|
|
|
),
|
|
|
|
|
|
'bgmusic' => array
|
|
@@ -220,6 +220,18 @@ $config = array
|
|
|
'auth' => '"{pdate}" > 0',
|
|
|
),
|
|
|
|
|
|
+ 'content' => array
|
|
|
+ (
|
|
|
+ 'type' => 'text-255',
|
|
|
+ 'name' => '内容介绍-内容介绍显示在合集首页',
|
|
|
+ 'default' => "",
|
|
|
+ 'desc' => '请输入内容',
|
|
|
+ 'match' => 'is_string',
|
|
|
+ 'update' => 'editor',
|
|
|
+ 'key' => 1,
|
|
|
+ //'show' => 'buy=1',
|
|
|
+ ),
|
|
|
+
|
|
|
'hr2' => array
|
|
|
(
|
|
|
'name' => '积分配置',
|
|
@@ -438,12 +450,14 @@ $config = array
|
|
|
'edit' => true,
|
|
|
),
|
|
|
|
|
|
+ /*
|
|
|
'hr4' => array
|
|
|
(
|
|
|
'name' => '首页按钮配置',
|
|
|
'class' => '',//本项必须填写
|
|
|
'attr' => '',
|
|
|
),
|
|
|
+ */
|
|
|
|
|
|
'button' => array
|
|
|
(
|
|
@@ -452,7 +466,7 @@ $config = array
|
|
|
'default' => '入口,排行榜',
|
|
|
'desc' => '首页按钮名称配置',
|
|
|
'match' => 'is_string',
|
|
|
- 'update' => 'text',
|
|
|
+ //'update' => 'text',
|
|
|
),
|
|
|
|
|
|
'button_ftcolor' => array
|
|
@@ -462,7 +476,7 @@ $config = array
|
|
|
'default' => '#ffffff',
|
|
|
'desc' => '首页按钮文字颜色',
|
|
|
'match' => 'is_string',
|
|
|
- 'update' => 'color',
|
|
|
+ //'update' => 'color',
|
|
|
),
|
|
|
|
|
|
'button_bgcolor' => array
|
|
@@ -472,7 +486,7 @@ $config = array
|
|
|
'default' => '#000000',
|
|
|
'desc' => '首页按钮背景颜色配置',
|
|
|
'match' => 'is_string',
|
|
|
- 'update' => 'color',
|
|
|
+ //'update' => 'color',
|
|
|
),
|
|
|
|
|
|
'button_bgjcolor' => array
|
|
@@ -482,7 +496,7 @@ $config = array
|
|
|
'default' => '#000000',
|
|
|
'desc' => '首页按钮背景渐变颜色配置',
|
|
|
'match' => 'option',
|
|
|
- 'update' => 'color',
|
|
|
+ //'update' => 'color',
|
|
|
),
|
|
|
|
|
|
'hr5' => array
|
|
@@ -626,6 +640,9 @@ $config = array
|
|
|
(
|
|
|
'update' => '编辑',
|
|
|
'edit' => array('预览', str_replace('https://api.', 'http://www.', Dever::url('collection/lib/manage.preview?type=1'))),
|
|
|
+
|
|
|
+ 'list0' => array('按钮', '"button&search_option_info_id={id}&oper_table=info"' , '{audit} == 1'),
|
|
|
+
|
|
|
'br2' => array('<br />'),
|
|
|
|
|
|
'list1' => array('功能', '"function&search_option_info_id={id}&oper_table=info"' , '{audit} == 1'),
|