From 38dbf7afc886f253e3d296fcd181765225a9db60 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Thu, 16 Jul 2026 21:24:38 +0800 Subject: [PATCH 1/3] fix(aigc): correct generated media preview handling update ResultPreview component to use proper image and video result URLs refine isVideo detection logic across detail and shared work pages add pointer-events none to preview elements to avoid blocking user interactions standardize media URL usage between AIGC detail and shared work components --- .../detail/components/ResultPreview/index.vue | 5 +++-- .../components/ResultPreview/styles/index.scss | 2 ++ src/pages-aigc/detail/detail.vue | 6 ++++-- src/pages-aigc/sharedWork/sharedWork.vue | 16 ++++++++++++---- 4 files changed, 21 insertions(+), 8 deletions(-) diff --git a/src/pages-aigc/detail/components/ResultPreview/index.vue b/src/pages-aigc/detail/components/ResultPreview/index.vue index 229f693..a8930da 100644 --- a/src/pages-aigc/detail/components/ResultPreview/index.vue +++ b/src/pages-aigc/detail/components/ResultPreview/index.vue @@ -3,11 +3,12 @@