🔧 chore: 移除统计,更新支持的音乐源列表

This commit is contained in:
algerkong
2025-06-27 18:49:37 +08:00
parent 95c255d2ba
commit 4d831777f1
15 changed files with 20 additions and 264 deletions
+2 -3
View File
@@ -73,9 +73,8 @@ export const parseFromGDMusic = async (
throw new Error('搜索查询过短');
}
// 所有可用的音乐源 netease、kuwo、joox、tidal
const allSources = [
'kuwo', 'joox', 'tidal', 'netease'
// 所有可用的音乐源 netease、joox、tidal
const allSources = ['joox', 'tidal', 'netease'
] as MusicSourceType[];
console.log('GD音乐台开始搜索:', searchQuery);