From c26b4558c849120cde436bc000d55145e281bf12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Thu, 3 Jul 2025 06:42:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=9A=E4=B8=AA=E5=A3=B0?= =?UTF-8?q?=E9=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow/media-viewer.tsx | 1 + components/pages/work-flow/thumbnail-grid.tsx | 2 ++ 2 files changed, 3 insertions(+) diff --git a/components/pages/work-flow/media-viewer.tsx b/components/pages/work-flow/media-viewer.tsx index eb424d1..6c7f6c9 100644 --- a/components/pages/work-flow/media-viewer.tsx +++ b/components/pages/work-flow/media-viewer.tsx @@ -93,6 +93,7 @@ export function MediaViewer({ autoPlay loop playsInline + muted /> diff --git a/components/pages/work-flow/thumbnail-grid.tsx b/components/pages/work-flow/thumbnail-grid.tsx index 88dd914..df6868e 100644 --- a/components/pages/work-flow/thumbnail-grid.tsx +++ b/components/pages/work-flow/thumbnail-grid.tsx @@ -231,6 +231,7 @@ export function ThumbnailGrid({ src={taskVideos[index].url} playsInline loop + muted poster={sketch.url} /> @@ -243,6 +244,7 @@ export function ThumbnailGrid({ src={taskVideos[index].url} playsInline loop + muted poster={sketch.url} />