feat: support playback speed
Some checks failed
Build TGExporter / Build (push) Failing after 38s

This commit is contained in:
Rogee
2025-01-07 22:49:19 +08:00
parent 2673c9fdde
commit b5961c12f7

View File

@@ -86,6 +86,7 @@ const play = (hash, type) => {
player = new DPlayer({
container: document.getElementById('dplayer'),
playbackSpeed: [0.5, 0.75, 1, 1.25, 1.5, 2],
video: {
url: source,
pic: item.value.poster,