pmc 0330124b19
All checks were successful
Build and Deploy LTY / build-and-deploy (push) Successful in 9m27s
fix: pass through paragraph=true empty-text terminator in subv handler
火山 SubtitleMode=1 下,paragraph=true 的事件 text 字段是空字符串,
作为段落终止的独立信号;之前 strategy B 的 `if not text.strip(): continue`
直接吞掉了这个信号,导致 buffer 永远 flush 不出来、AI 字幕全部丢失。

只在文本空且非 paragraph 终止时跳过;终止信号本身不进 buffer,但触发
已累积分片的拼接落库。Mode=0 行为不变(其 paragraph=true 事件 text 非空)。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-28 16:03:44 +08:00
2026-03-17 13:17:02 +08:00
Description
洛天依
1.3 MiB
Languages
TypeScript 57.8%
Python 40.3%
HTML 1.3%
CSS 0.3%
Dockerfile 0.1%
Other 0.1%