修复多个声音

This commit is contained in:
北枳 2025-07-03 06:42:20 +08:00
parent 6b96c38260
commit c26b4558c8
2 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,7 @@ export function MediaViewer({
autoPlay
loop
playsInline
muted
/>
</motion.div>

View File

@ -231,6 +231,7 @@ export function ThumbnailGrid({
src={taskVideos[index].url}
playsInline
loop
muted
poster={sketch.url}
/>
</div>
@ -243,6 +244,7 @@ export function ThumbnailGrid({
src={taskVideos[index].url}
playsInline
loop
muted
poster={sketch.url}
/>
</div>