This commit is contained in:
littleeewolf 2024-08-24 20:31:56 +08:00
parent ad093282d1
commit db8719e94a
2 changed files with 4 additions and 4 deletions

View File

@ -116,7 +116,7 @@ watch(
nextTick(() => { nextTick(() => {
setTimeout(() => { setTimeout(() => {
loadVideo(); loadVideo();
}, 300); }, 1000);
}); });
} }
} }
@ -139,7 +139,7 @@ const dp = ref(null);
const videohtml = ref(""); const videohtml = ref("");
const attachmentLink = ref(""); const attachmentLink = ref("");
const options = { const options = {
playbackRates: [0.5, 1.0, 1.5, 2.0], playbackRates: [1.0],
aspectRatio: "10:5", aspectRatio: "10:5",
notSupportedMessage: "此视频暂无法播放,请稍后再试", notSupportedMessage: "此视频暂无法播放,请稍后再试",
autoplay: false, autoplay: false,

View File

@ -125,7 +125,7 @@ watch(
nextTick(() => { nextTick(() => {
setTimeout(() => { setTimeout(() => {
loadVideo(); loadVideo();
}, 300); }, 1000);
}); });
} }
} }
@ -148,7 +148,7 @@ const dp = ref(null);
const videohtml = ref(""); const videohtml = ref("");
const attachmentLink = ref(""); const attachmentLink = ref("");
const options = { const options = {
playbackRates: [0.5, 1.0, 1.5, 2.0], playbackRates: [1.0],
aspectRatio: "10:5", aspectRatio: "10:5",
notSupportedMessage: "此视频暂无法播放,请稍后再试", notSupportedMessage: "此视频暂无法播放,请稍后再试",
autoplay: false, autoplay: false,