mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 23:15:55 +03:00
[PR #541] [CLOSED] fix: 极端特殊情况下不显示歌词 #499
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?
📋 Pull Request Information
Original PR: https://github.com/imsyy/SPlayer/pull/541
Author: @MoYingJi
Created: 11/9/2025
Status: ❌ Closed
Base:
dev← Head:fix📝 Commits (2)
6811ac0fix: 极端特殊情况下不显示歌词8ca1c44fix: 替换可能影响的 isHasLrc📊 Changes
3 files changed (+19 additions, -6 deletions)
View changed files
📝
src/components/Player/FullPlayer.vue(+6 -5)📝
src/components/Player/PlayerMenu.vue(+2 -1)📝
src/utils/lyric.ts(+11 -0)📄 Description
修复当有 YRC 歌词但无 LRC 歌词的情况时,程序错误地认为没有歌词从而不显示的 BUG
这次的情况是这次网易云没有歌词但 AMLL TTML DB 有歌词,但 TTML 格式的歌词并没有被转换为 LRC 格式
这个问题其实我之前改过一次,但后来认为没有这种极端情况,就改回来了
事实是真的有这种情况,可以触发此 BUG 的是原神的四周年 EP,下面给出此歌曲的一个版本:
经过 Passing Memories(伴奏 男调中文伴唱)
发现此 BUG 的:@ITManCHINA
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.