feat: 支持kg源母带获取

This commit is contained in:
helloplhm-qwq 2023-12-09 20:07:58 +08:00
parent 53ef71b922
commit 801ea1e90a
No known key found for this signature in database
GPG Key ID: 6BE1B64B905567C7
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@ config.json
# GVim
*.un~
*.un

View File

@ -41,12 +41,14 @@ tools = jsobject({
'320k': 'hash_320',
'flac': 'hash_flac',
'flac24bit': 'hash_high',
'master': 'hash_128',
},
'qualityMap': {
'128k': '128',
'320k': '320',
'flac': 'flac',
'flac24bit': 'high',
'master': 'viper_atmos',
},
})