fix: AMLL 歌词在最小化恢复后逐词位置同步和渲染卡顿问题 - #109
Open
PhantomPixel-0418 wants to merge 2 commits into
Open
Conversation
PhantomPixel-0418
marked this pull request as ready for review
July 27, 2026 02:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动类型
是否包含破坏性变更
改动说明
使用 AMLL 歌词引擎时,在全屏播放状态下将窗口最小化(触发
document.hidden = true),恢复后会出现以下两个问题:本 pr 主要对这两个方面进行修复
TODO:
测试情况
最小化 → 恢复播放:逐词动画从正确位置继续
最小化 → 恢复暂停:歌词静止可见,无卡死
普通播放/暂停:正常渲染
FullPlayer freeze/resume:状态同步正确
测试环境:Windows 25H2 Insider
截图 / 录屏
https://qfile.qq.com/q/vSNQe2TTag
自查清单
pnpm format,并确认pnpm typecheck、pnpm lint通过pnpm build:native验证;未手写native/*/index.d.tsdev分支提交