|
|
@@ -831,8 +831,8 @@ const weixinMetricCards = computed<MetricCardConfig[]>(() => {
|
|
|
{ key: 'collectCount', label: '收藏量', value: formatNumber(d.collectCount || base?.collectsCount || 0) },
|
|
|
{ key: 'followCount', label: '关注数', value: formatNumber(d.followCount || 0) },
|
|
|
// { key: 'fansIncrease', label: '涨粉量', value: formatNumber(d.fansIncrease || 0) },
|
|
|
- { key: 'avgWatchDuration', label: '平均观看时长', value: formatAvgWatchDurationSeconds(d.avgWatchDuration) },
|
|
|
- { key: 'completionRate', label: '完播率', value: formatRate(d.completionRate) },
|
|
|
+ { label: '平均观看时长', value: formatAvgWatchDurationSeconds(d.avgWatchDuration) },
|
|
|
+ { label: '完播率', value: formatRate(d.completionRate) },
|
|
|
// { key: 'twoSecondExitRate', label: '2s退出率', value: formatRate(d.twoSecondExitRate) },
|
|
|
];
|
|
|
});
|