diff --git a/src/components/post/tp-vod.vue b/src/components/post/tp-vod.vue index 0e7c113d..88267c42 100644 --- a/src/components/post/tp-vod.vue +++ b/src/components/post/tp-vod.vue @@ -64,6 +64,15 @@ onMounted(async () => { }, lang: "zh-cn", airplay: true, + controls: [ + { + name: "subtitle", + index: 100, + position: "left", + html: `${props.data.insert.vod.view_num}`, + tooltip: `播放数:${props.data.insert.vod.view_num}`, + }, + ], }; const resolutions = props.data.insert.vod.resolutions; resolutions.forEach((resolution) => {