mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-28 02:47:22 +08:00
feat: 桌面歌词添加主题颜色面板组件
This commit is contained in:
@@ -222,6 +222,26 @@ export default {
|
||||
lyricLines: 'Lyric Lines',
|
||||
mobileUnavailable: 'This setting is only available on mobile devices'
|
||||
},
|
||||
themeColor: {
|
||||
title: 'Lyric Theme Color',
|
||||
presetColors: 'Preset Colors',
|
||||
customColor: 'Custom Color',
|
||||
preview: 'Preview',
|
||||
previewText: 'Lyric Effect',
|
||||
colorNames: {
|
||||
'spotify-green': 'Spotify Green',
|
||||
'apple-blue': 'Apple Blue',
|
||||
'youtube-red': 'YouTube Red',
|
||||
'orange': 'Vibrant Orange',
|
||||
'purple': 'Mystic Purple',
|
||||
'pink': 'Cherry Pink'
|
||||
},
|
||||
tooltips: {
|
||||
openColorPicker: 'Open Color Picker',
|
||||
closeColorPicker: 'Close Color Picker'
|
||||
},
|
||||
placeholder: '#1db954'
|
||||
},
|
||||
shortcutSettings: {
|
||||
title: 'Shortcut Settings',
|
||||
shortcut: 'Shortcut',
|
||||
|
||||
Reference in New Issue
Block a user