feat: 增加音源重新解析功能

This commit is contained in:
alger
2025-05-11 15:09:56 +08:00
parent b3de2ae785
commit 82a69d0b00
6 changed files with 361 additions and 4 deletions
+10
View File
@@ -29,6 +29,15 @@ export default {
lrc: {
noLrc: '暂无歌词, 请欣赏'
},
reparse: {
title: '选择解析音源',
desc: '点击音源直接进行解析,下次播放此歌曲时将使用所选音源',
success: '重新解析成功',
failed: '重新解析失败',
warning: '请选择一个音源',
bilibiliNotSupported: 'B站视频不支持重新解析',
processing: '解析中...'
},
playBar: {
expand: '展开歌词',
collapse: '收起歌词',
@@ -37,6 +46,7 @@ export default {
noSongPlaying: '没有正在播放的歌曲',
eq: '均衡器',
playList: '播放列表',
reparse: '重新解析',
playMode: {
sequence: '顺序播放',
loop: '循环播放',