mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
feat: 支持kg源母带获取
This commit is contained in:
parent
53ef71b922
commit
801ea1e90a
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@ config.json
|
|||||||
# GVim
|
# GVim
|
||||||
*.un~
|
*.un~
|
||||||
*.un
|
*.un
|
||||||
|
|
||||||
|
@ -41,12 +41,14 @@ tools = jsobject({
|
|||||||
'320k': 'hash_320',
|
'320k': 'hash_320',
|
||||||
'flac': 'hash_flac',
|
'flac': 'hash_flac',
|
||||||
'flac24bit': 'hash_high',
|
'flac24bit': 'hash_high',
|
||||||
|
'master': 'hash_128',
|
||||||
},
|
},
|
||||||
'qualityMap': {
|
'qualityMap': {
|
||||||
'128k': '128',
|
'128k': '128',
|
||||||
'320k': '320',
|
'320k': '320',
|
||||||
'flac': 'flac',
|
'flac': 'flac',
|
||||||
'flac24bit': 'high',
|
'flac24bit': 'high',
|
||||||
|
'master': 'viper_atmos',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user