mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
⚡️ 添加播放次数
This commit is contained in:
@@ -64,6 +64,15 @@ onMounted(async () => {
|
|||||||
},
|
},
|
||||||
lang: "zh-cn",
|
lang: "zh-cn",
|
||||||
airplay: true,
|
airplay: true,
|
||||||
|
controls: [
|
||||||
|
{
|
||||||
|
name: "subtitle",
|
||||||
|
index: 100,
|
||||||
|
position: "left",
|
||||||
|
html: `<i class="mdi mdi-eye"></i><span style="padding-left: 5px">${props.data.insert.vod.view_num}</span>`,
|
||||||
|
tooltip: `播放数:${props.data.insert.vod.view_num}`,
|
||||||
|
},
|
||||||
|
],
|
||||||
};
|
};
|
||||||
const resolutions = props.data.insert.vod.resolutions;
|
const resolutions = props.data.insert.vod.resolutions;
|
||||||
resolutions.forEach((resolution) => {
|
resolutions.forEach((resolution) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user