mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 14:18:03 +00:00
feat(lyrics): add static lyrics background (#614)
* feat(lyrics): add static lyrics background close #607 * add high GPU usage message
This commit is contained in:
parent
f1e3d8ebf0
commit
fa9acc9c89
6 changed files with 52 additions and 31 deletions
|
|
@ -148,12 +148,17 @@ export default {
|
|||
clearSongsCache: '清除歌曲缓存',
|
||||
cacheCount: '已缓存 {song} 首 ({size})',
|
||||
showLyricsTranslation: '显示歌词翻译',
|
||||
showLyricsDynamicBackground: '显示歌词动态背景',
|
||||
minimizeToTray: '最小化到托盘',
|
||||
showPlaylistsByAppleMusic: '首页显示来自 Apple Music 的歌单',
|
||||
enableDiscordRichPresence: '启用 Discord Rich Presence',
|
||||
enableGlobalShortcut: '启用全局快捷键',
|
||||
showLibraryDefault: '启动后显示音乐库',
|
||||
lyricsBackground: {
|
||||
text: '显示歌词背景',
|
||||
off: '关闭',
|
||||
on: '打开',
|
||||
dynamic: '动态(GPU占用较高)',
|
||||
},
|
||||
},
|
||||
contextMenu: {
|
||||
play: '播放',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue