mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 06:55:57 +03:00
[GH-ISSUE #889] [BUG]: 使用Apple Music-like Lyrics 点击歌词跳转后没有定位到正确的位置 #381
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @laoshuikaixue on GitHub (Feb 15, 2026).
Original GitHub issue: https://github.com/imsyy/SPlayer/issues/889
检查清单
是网页端还是客户端
客户端
当前系统环境
Windows 11
当前 Node.js 及 npm 版本
No response
当前版本
lastest
具体信息
https://github.com/user-attachments/assets/c504a230-035d-4bae-99f4-b7a66be2608b
滚动鼠标滚轮 点击歌词行跳转
@github-actions[bot] commented on GitHub (Feb 15, 2026):
👋 您好 @laoshuikaixue,感谢提交 Issue!
🚀 我们已经收到您的反馈,会尽快确认你的问题
在等待回复期间,您可以:
@github-actions[bot] commented on GitHub (Feb 15, 2026):
抱歉,由于被标记为 不会修复,该 Issue 将自动关闭
如果您认为该 Issue 仍然有效,请创建新的 Issue,我们会尽快确认并修复
@github-actions[bot] commented on GitHub (Feb 15, 2026):
抱歉,由于被标记为 无效,该 Issue 将自动关闭
如果您认为该 Issue 仍然有效,请创建新的 Issue,我们会尽快确认并修复
@kazukokawagawa commented on GitHub (Feb 15, 2026):
这是AM的问题哦
@laoshuikaixue commented on GitHub (Feb 16, 2026):
我又去看了一下逻辑,发现一部分是AM的问题,也有原有的 watchEffect 监听 currentTime 无法区分自然播放的时间流逝和人为跳转(Seek),导致滚动出现了异常 提交fix的PR了 https://github.com/imsyy/SPlayer/pull/893