|
@@ -264,6 +264,21 @@ export default {
|
|
|
key: "playCount",
|
|
|
type: 'number'
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "分享量",
|
|
|
+ key: "shareCount",
|
|
|
+ type: 'number'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "点赞量",
|
|
|
+ key: "likeCount",
|
|
|
+ type: "number"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "评论量",
|
|
|
+ key: "commentCount",
|
|
|
+ type: "number"
|
|
|
+ },
|
|
|
{
|
|
|
label: "发布时间",
|
|
|
key: "publishTime",
|
|
@@ -297,6 +312,11 @@ export default {
|
|
|
key: "playCount",
|
|
|
type: 'number'
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "分享量",
|
|
|
+ key: "shareCount",
|
|
|
+ type: 'number'
|
|
|
+ },
|
|
|
{
|
|
|
label: "发布时间",
|
|
|
key: "publishTime",
|
|
@@ -363,6 +383,16 @@ export default {
|
|
|
key: "playCount",
|
|
|
type: 'number'
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "分享量",
|
|
|
+ key: "shareCount",
|
|
|
+ type: 'number'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "点赞量",
|
|
|
+ key: "likeCount",
|
|
|
+ type: 'number'
|
|
|
+ },
|
|
|
{
|
|
|
label: "发布时间",
|
|
|
key: "publishTime",
|
|
@@ -395,6 +425,16 @@ export default {
|
|
|
label: "发布时间",
|
|
|
key: "publishTime",
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "评论量",
|
|
|
+ key: "commentCount",
|
|
|
+ type: 'number'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "点赞量",
|
|
|
+ key: "likeCount",
|
|
|
+ type: 'number'
|
|
|
+ },
|
|
|
],
|
|
|
B站: [
|
|
|
{
|