New version trial

This commit is contained in:
mubai
2026-04-05 20:00:40 +08:00
parent 557ee42ebb
commit 06dc25d2f2
18 changed files with 537 additions and 211 deletions

View File

@@ -56,6 +56,7 @@ onMounted(() => {
width: "",
height: "",
autoplay: data.options.autoplay,
miniprogress: true,
lang: 'zh-cn', // 设置语言为中文
volume: 0.7, // 初始音量
playbackRate:[3, 2, 1.5, 1, 0.75, 0.5],
@@ -82,6 +83,7 @@ onMounted(() => {
hideDefaultControls: true,
pressRate: 3,//长按倍速
disablePress: false,
miniprogress: true,
}
})
})