feat: 添加清除自定义音源功能

This commit is contained in:
algerkong
2025-06-28 17:26:07 +08:00
parent e8cf253567
commit 694dff425b
3 changed files with 22 additions and 8 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ export default {
failed: 'Reparse failed',
warning: 'Please select a music source',
bilibiliNotSupported: 'Bilibili videos do not support reparsing',
processing: 'Processing...'
processing: 'Processing...',
clear: 'Clear Custom Source'
},
playBar: {
expand: 'Expand Lyrics',
+2 -1
View File
@@ -38,7 +38,8 @@ export default {
failed: '重新解析失败',
warning: '请选择一个音源',
bilibiliNotSupported: 'B站视频不支持重新解析',
processing: '解析中...'
processing: '解析中...',
clear: '清除自定义音源'
},
playBar: {
expand: '展开歌词',