feat: 桌面歌词添加主题颜色面板组件

This commit is contained in:
alger
2025-07-23 22:47:22 +08:00
parent d5ba218b10
commit d1f5c8af84
6 changed files with 1092 additions and 20 deletions
+20
View File
@@ -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',
+20
View File
@@ -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: '快捷键',
+20
View File
@@ -201,5 +201,25 @@ export default {
default: '預設',
loose: '寬鬆'
}
},
themeColor: {
title: '歌詞主題色',
presetColors: '預設顏色',
customColor: '自訂顏色',
preview: '預覽效果',
previewText: '歌詞效果',
colorNames: {
'spotify-green': 'Spotify 綠',
'apple-blue': '蘋果藍',
'youtube-red': 'YouTube 紅',
'orange': '活力橙',
'purple': '神秘紫',
'pink': '櫻花粉'
},
tooltips: {
openColorPicker: '開啟色板',
closeColorPicker: '關閉色板'
},
placeholder: '#1db954'
}
};