From 0f07f8c031276229248922c1d901a8623e92f85e Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 6 Dec 2023 19:43:02 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=92=AD=E6=94=BE=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/post/tp-vod.vue | 9 +++++++++ 1 file changed, 9 insertions(+) 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) => {