|
@@ -34,6 +34,21 @@ export default {
|
|
|
key: "fans",
|
|
|
type: 'number'
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "分享量",
|
|
|
+ key: "shareCount",
|
|
|
+ type: "number"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "点赞量",
|
|
|
+ key: "likeCount",
|
|
|
+ type: "number"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "评论量",
|
|
|
+ key: "commentCount",
|
|
|
+ type: "number"
|
|
|
+ },
|
|
|
],
|
|
|
微信: [
|
|
|
{
|
|
@@ -69,6 +84,16 @@ export default {
|
|
|
key: "fans",
|
|
|
type: 'number'
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "分享量",
|
|
|
+ key: "shareCount",
|
|
|
+ type: 'number'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "收藏数",
|
|
|
+ key: "favCount",
|
|
|
+ type: 'number'
|
|
|
+ },
|
|
|
],
|
|
|
头条: [
|
|
|
{
|
|
@@ -129,6 +154,16 @@ export default {
|
|
|
key: "monthReadCount",
|
|
|
type: 'number'
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "分享量",
|
|
|
+ key: "shareCount",
|
|
|
+ type: 'number'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "点赞量",
|
|
|
+ key: "likeCount",
|
|
|
+ type: 'number'
|
|
|
+ },
|
|
|
// {
|
|
|
// label: "粉丝数",
|
|
|
// key: "fans",
|
|
@@ -163,6 +198,16 @@ export default {
|
|
|
key: "monthReadCount",
|
|
|
type: 'number'
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "评论量",
|
|
|
+ key: "commentCount",
|
|
|
+ type: 'number'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "点赞量",
|
|
|
+ key: "likeCount",
|
|
|
+ type: 'number'
|
|
|
+ },
|
|
|
],
|
|
|
B站: [
|
|
|
{
|