修复多个声音

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 autoPlay
loop loop
playsInline playsInline
muted
/> />
</motion.div> </motion.div>

View File

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