🚀 v0.8.7

This commit is contained in:
BTMuli
2025-12-03 10:24:27 +08:00
parent 5d8ea639b8
commit 676ef8e8ee
7 changed files with 51 additions and 16 deletions

View File

@@ -4,7 +4,14 @@
class="tp-video-container"
:src="props.data.insert.video"
:allowfullscreen="true"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allow="
accelerometer;
autoplay;
clipboard-write;
encrypted-media;
gyroscope;
picture-in-picture;
"
sandbox="allow-forms allow-same-origin allow-popups allow-presentation allow-scripts"
:id="`tp-video-${props.data.insert.video}`"
/>