From 744db125f6f49d03acdd8252e624824c275ec4ae 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: Tue, 2 Sep 2025 20:44:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A7=86=E9=A2=91=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=85=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ui/shot-tab-content.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/ui/shot-tab-content.tsx b/components/ui/shot-tab-content.tsx index 2df4dff..8ffc08c 100644 --- a/components/ui/shot-tab-content.tsx +++ b/components/ui/shot-tab-content.tsx @@ -336,6 +336,8 @@ export const ShotTabContent = forwardRef< muted loop playsInline + preload="none" + poster={`${shot.urls[0]}?x-oss-process=video/snapshot,t_1000,f_jpg`} onMouseEnter={(e) => e.currentTarget.play()} onMouseLeave={(e) => e.currentTarget.pause()} />