From d19baa212771a9ecd61568e957d3147f5d7f90cb Mon Sep 17 00:00:00 2001 From: "DESKTOP-I1T6TF3\\Q" <2291969160@qq.com> Date: Thu, 4 Jun 2026 15:13:03 +0800 Subject: [PATCH] Revert "feat(loading): hide footer text when teaser appears and apply pulse animation to teaser text when typing completes" This reverts commit 5e1a4656ed7ed02ea8022b7af2610dad1dd40825. --- components/PlayCanvas.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/components/PlayCanvas.tsx b/components/PlayCanvas.tsx index 9ebee2f..a1c800b 100644 --- a/components/PlayCanvas.tsx +++ b/components/PlayCanvas.tsx @@ -209,7 +209,7 @@ export function PlayCanvas({ waitForAudio: Boolean(audioBase64), }); - const { shown: typedTeaser, done: teaserDone } = useTypewriter(teaserText ?? "", "teaser_reset", { + const { shown: typedTeaser } = useTypewriter(teaserText ?? "", "teaser_reset", { waitForAudio: false, }); @@ -505,9 +505,15 @@ export function PlayCanvas({ ✦ 故 · 事 · 预 · 告 ✦ -

+

{typedTeaser}

+
+ + + 正 · 在 · 绘 · 制 · 第 · 一 · 幕 + +
) : (