feat: 添加 GD 音乐台支持及相关设置,优化音源解析功能

This commit is contained in:
alger
2025-04-23 00:10:28 +08:00
parent ed9cf9c4c5
commit 7df1c25168
7 changed files with 262 additions and 13 deletions
+16
View File
@@ -239,3 +239,19 @@ export interface IArtists {
img1v1: number;
trans: null;
}
// 音乐源类型定义
export type MusicSourceType =
| 'tencent'
| 'kugou'
| 'kuwo'
| 'migu'
| 'netease'
| 'joox'
| 'ytmusic'
| 'spotify'
| 'qobuz'
| 'deezer'
| 'gdmusic';
// 更多音乐相关的类型可以在这里定义