refactor: 重构音乐和歌词缓存逻辑 可配置缓存目录

This commit is contained in:
alger
2026-03-06 19:56:01 +08:00
parent b02ca859de
commit a62e6d256e
38 changed files with 1808 additions and 94 deletions
@@ -396,7 +396,7 @@ const toggleSource = (sourceKey: string) => {
if (index > -1) {
// 至少保留一个音源
if (selectedSources.value.length <= 1) {
message.warning(t('settings.playback.musicSourcesMinWarning'));
message.warning(t('settings.playback.musicSourcesWarning'));
return;
}
selectedSources.value.splice(index, 1);