refactor: 更新 eslint 和 prettier 配置 格式化代码

This commit is contained in:
alger
2025-07-23 23:54:35 +08:00
parent d1f5c8af84
commit c08c2cbf19
134 changed files with 3887 additions and 3301 deletions
+5 -5
View File
@@ -70,7 +70,7 @@ export default {
autoPlay: '自動播放',
autoPlayDesc: '重新開啟應用程式時是否自動繼續播放',
showStatusBar: '是否顯示狀態列控制功能',
showStatusBarContent: '可以在您的mac狀態列顯示音樂控制功能(重啟後生效)',
showStatusBarContent: '可以在您的mac狀態列顯示音樂控制功能(重啟後生效)'
},
application: {
closeAction: '關閉行為',
@@ -212,9 +212,9 @@ export default {
'spotify-green': 'Spotify 綠',
'apple-blue': '蘋果藍',
'youtube-red': 'YouTube 紅',
'orange': '活力橙',
'purple': '神秘紫',
'pink': '櫻花粉'
orange: '活力橙',
purple: '神秘紫',
pink: '櫻花粉'
},
tooltips: {
openColorPicker: '開啟色板',
@@ -222,4 +222,4 @@ export default {
},
placeholder: '#1db954'
}
};
};