mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-13 13:57:29 +08:00
🔧 chore: 移除统计,更新支持的音乐源列表
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user