feat: 歌词支持中文翻译并修复歌词模式抢键盘焦点 - #9
Open
Asthestarsfalll wants to merge 1 commit into
Open
Conversation
Author
Asthestarsfalll
force-pushed
the
main
branch
2 times, most recently
from
August 21, 2026 08:35
39426da to
dc3b310
Compare
- Clavis.Lyrics 保留 NetEase tlyric 翻译,按时间戳合并进歌词行模型 - provider 优先级调整为 NetEase 优先、LRCLIB 兜底,使有翻译的歌能显示翻译 - Keystone 折叠态 (LyricsContent) 与展开态 (Media) 歌词界面显示原词+翻译双行 - 歌词模式不再独占键盘焦点,可正常向其他窗口输入;左键点击 Keystone 关闭歌词 - 修复 qmlformat 保留字解析问题 (const synchronized) - 同步更新 lyrics 测试适配 NetEase 优先流程 fix: Hub 内歌词视图不再独占键盘焦点 Hub 的 Media tab 打开歌词时是只读显示,不应抢占键盘输入。 HubContent 暴露 mediaLyricsActive,KeystoneSurface 的 hasClosablePopup 排除该状态,使 Hub 歌词打开时输入穿透到其他窗口。
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.

fix: Hub 内歌词视图不再独占键盘焦点
Hub 的 Media tab 打开歌词时是只读显示,不应抢占键盘输入。
HubContent 暴露 mediaLyricsActive,KeystoneSurface 的 hasClosablePopup 排除该状态,使 Hub 歌词打开时输入穿透到其他窗口。