From ba1b1a450930fc614acedd1c89fc50fe4630de9a Mon Sep 17 00:00:00 2001 From: Connor <963408438@qq.com> Date: Thu, 15 Jan 2026 12:23:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e7cdb4c..1a40f43 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ DOCKER_PUBLISH.md build.sh /data/storage/ /web/package-lock.json +.DS_Store \ No newline at end of file From 035bcbe5fe34a598b294d83a1d6f39b454d261a5 Mon Sep 17 00:00:00 2001 From: kongweigen <421505648@qq.com> Date: Thu, 15 Jan 2026 12:28:11 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 6148 -> 0 bytes web/src/views/drama/ProfessionalEditor.vue | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 { generatedImages.value = result.items || [] } - // 如果没有进行中的任务,停止轮询 + // 如果没有进行中的任务,停止轮询并刷新视频参考图片 const hasPendingOrProcessing = (result.items || []).some( (img: any) => img.status === 'pending' || img.status === 'processing' ) if (!hasPendingOrProcessing) { stopPolling() + // 刷新视频参考图片列表 + if (currentStoryboard.value) { + loadVideoReferenceImages(currentStoryboard.value.id) + } } } catch (error) { console.error('轮询图片状态失败:', error)