|
@@ -230,17 +230,17 @@ $config = array
|
|
|
'num_add_view' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|
|
|
- 'name' => '阅读数基数',
|
|
|
+ 'name' => '阅读数基数-废弃',
|
|
|
'default' => '0',
|
|
|
'desc' => '手动增加阅读数',
|
|
|
'match' => 'option',
|
|
|
- 'update' => 'text',
|
|
|
+ //'update' => 'text',
|
|
|
),
|
|
|
|
|
|
'num_view' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|
|
|
- 'name' => '阅读数',
|
|
|
+ 'name' => '阅读数-废弃',
|
|
|
'default' => '0',
|
|
|
'desc' => '请填写阅读数',
|
|
|
'match' => 'option',
|
|
@@ -251,7 +251,7 @@ $config = array
|
|
|
'num_add_up' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|
|
|
- 'name' => '喜欢基数',
|
|
|
+ 'name' => '喜欢基数-废弃',
|
|
|
'default' => '0',
|
|
|
'desc' => '喜欢基数',
|
|
|
'match' => 'option',
|
|
@@ -261,7 +261,7 @@ $config = array
|
|
|
'num_up' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|
|
|
- 'name' => '喜欢数',
|
|
|
+ 'name' => '喜欢数-已更新为订阅数,当使用通用兑换码时以及阅读时使用',
|
|
|
'default' => '0',
|
|
|
'desc' => '请填写喜欢数',
|
|
|
'match' => 'option',
|
|
@@ -273,7 +273,7 @@ $config = array
|
|
|
'num_comment' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|
|
|
- 'name' => '评论数',
|
|
|
+ 'name' => '评论数-废弃',
|
|
|
'default' => '0',
|
|
|
'desc' => '请填写评论数',
|
|
|
'search' => 'order',
|
|
@@ -632,7 +632,7 @@ $config = array
|
|
|
),
|
|
|
'set' => array
|
|
|
(
|
|
|
- 'num_ding' => array('1', '+='),
|
|
|
+ 'num_up' => array('1', '+='),
|
|
|
),
|
|
|
),
|
|
|
|