mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-28 10:57:23 +08:00
feat: 桌面歌词添加主题颜色面板组件
This commit is contained in:
@@ -222,6 +222,26 @@ export default {
|
||||
lyricLines: '歌词行数',
|
||||
mobileUnavailable: '此设置仅在移动端可用'
|
||||
},
|
||||
themeColor: {
|
||||
title: '歌词主题色',
|
||||
presetColors: '预设颜色',
|
||||
customColor: '自定义颜色',
|
||||
preview: '预览效果',
|
||||
previewText: '歌词效果',
|
||||
colorNames: {
|
||||
'spotify-green': 'Spotify 绿',
|
||||
'apple-blue': '苹果蓝',
|
||||
'youtube-red': 'YouTube 红',
|
||||
'orange': '活力橙',
|
||||
'purple': '神秘紫',
|
||||
'pink': '樱花粉'
|
||||
},
|
||||
tooltips: {
|
||||
openColorPicker: '打开色板',
|
||||
closeColorPicker: '关闭色板'
|
||||
},
|
||||
placeholder: '#1db954'
|
||||
},
|
||||
shortcutSettings: {
|
||||
title: '快捷键设置',
|
||||
shortcut: '快捷键',
|
||||
|
||||
Reference in New Issue
Block a user