|
@@ -66,6 +66,43 @@ return array
|
|
|
'place' => '150',
|
|
|
),
|
|
|
|
|
|
+ 'hr2' => array
|
|
|
+ (
|
|
|
+ 'name' => '分享设置',
|
|
|
+ 'class' => '',
|
|
|
+ 'attr' => '',
|
|
|
+ ),
|
|
|
+
|
|
|
+ 'article_share_name' => array
|
|
|
+ (
|
|
|
+ 'type' => 'varchar-100',
|
|
|
+ 'name' => '图文详情页分享文字设置',
|
|
|
+ 'default' => '喜欢就邀请好友一起阅读',
|
|
|
+ 'desc' => '图文详情页分享文字设置',
|
|
|
+ 'match' => 'is_string',
|
|
|
+ 'update' => 'text',
|
|
|
+ ),
|
|
|
+
|
|
|
+ 'vod_share_name' => array
|
|
|
+ (
|
|
|
+ 'type' => 'varchar-100',
|
|
|
+ 'name' => '视频详情页分享文字设置',
|
|
|
+ 'default' => '喜欢就邀请好友一起阅读',
|
|
|
+ 'desc' => '视频详情页分享文字设置',
|
|
|
+ 'match' => 'is_string',
|
|
|
+ 'update' => 'text',
|
|
|
+ ),
|
|
|
+
|
|
|
+ 'live_share_name' => array
|
|
|
+ (
|
|
|
+ 'type' => 'varchar-100',
|
|
|
+ 'name' => '直播详情页分享文字设置',
|
|
|
+ 'default' => '喜欢就邀请好友一起阅读',
|
|
|
+ 'desc' => '直播详情页分享文字设置',
|
|
|
+ 'match' => 'is_string',
|
|
|
+ 'update' => 'text',
|
|
|
+ ),
|
|
|
+
|
|
|
'cdate' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|