mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
feat: add reversed mode & improvements to lyrics animation (#1226)
* feat(reversed-mode): add reversed mode & improvements to lyrics animation * feat(lyrics-animation): improve `:active` style * fix: extra white space after artist in lyrics view * refactor: remove unused function * feat: slightly add duration of transition to improve replication from Apple Music style
This commit is contained in:
parent
3ea5446fcc
commit
42f3da9b37
9 changed files with 134 additions and 27 deletions
|
|
@ -97,6 +97,7 @@ export default {
|
|||
repeat: '循環播放',
|
||||
repeatTrack: '單曲循環',
|
||||
shuffle: '隨機播放',
|
||||
reversed: '倒序播放',
|
||||
play: '播放',
|
||||
pause: '暫停',
|
||||
mute: '靜音',
|
||||
|
|
@ -154,6 +155,7 @@ export default {
|
|||
enableGlobalShortcut: '啟用全域快捷鍵',
|
||||
showLibraryDefault: '啟動後顯示音樂庫',
|
||||
subTitleDefault: '副標題使用別名',
|
||||
enableReversedMode: '啟用倒序播放功能 (實驗性功能)',
|
||||
lyricsBackground: {
|
||||
text: '顯示歌詞背景',
|
||||
off: '關閉',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue