From d571e8974dc4d1d7bc98a508df0d2651e5db9b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Thu, 13 Aug 2026 17:38:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=88=E5=B1=80=E6=BC=94=E7=BB=8E?= =?UTF-8?q?=E6=97=B6=E9=9A=90=E8=97=8F=E6=97=A7=E8=8A=82=E7=82=B9=E5=9D=97?= =?UTF-8?q?=EF=BC=88=E7=BB=88=E5=B1=80=E6=92=AD=E6=94=BE=E6=9C=9F=E9=97=B4?= =?UTF-8?q?=E6=97=A7=20ActionCard=20=E4=B8=8D=E5=8F=AF=E8=A7=81=E4=B8=8D?= =?UTF-8?q?=E5=8F=AF=E7=82=B9=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/superpowers/plans/2026-08-13-story-theater-v2.md | 4 ++++ ui-src/src/pages/play/play.vue | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/superpowers/plans/2026-08-13-story-theater-v2.md b/docs/superpowers/plans/2026-08-13-story-theater-v2.md index 05a9602..0946d3d 100644 --- a/docs/superpowers/plans/2026-08-13-story-theater-v2.md +++ b/docs/superpowers/plans/2026-08-13-story-theater-v2.md @@ -1378,6 +1378,10 @@ git add ui-src/src/components/SceneTheater.vue ui-src/src/components/StoryPlayer git commit -m "feat: 全自动演出——开场自动进入/回复自动继续/终局台词演绎/已播行折叠(v2.1)" ``` +> 审查记录(0f8a371 审查员 1 APPROVE + 1 SHOULD-FIX): +> - SHOULD-FIX(已修):终局演绎块与剧情流块是并列 v-if 而非互斥——终局播放期间 `curNode && isStoryNode` 仍为 true,旧节点块(已播行 + ActionCard,choosing=false 时可点击)残留可见可交互。修复:剧情流块与 v1 卡片块加 `!playingFinal` 守卫,三块互斥。 +> - NIT(记录):SceneTheater 3s 上限会截断长音频朗读(v1 既有公式,自动推进后更易暴露);终局长台词由 StoryPlayer MAX_LINE_MS 兜底,无需改 + --- ## 验收对照(spec v2 + v2.1) diff --git a/ui-src/src/pages/play/play.vue b/ui-src/src/pages/play/play.vue index b63e0c0..fc5a104 100644 --- a/ui-src/src/pages/play/play.vue +++ b/ui-src/src/pages/play/play.vue @@ -50,8 +50,8 @@ - - + + @@ -82,7 +82,7 @@ 继续 › - + {{ curNode.title }}