This commit is contained in:
孟政元 2018-01-04 12:14:12 +08:00
commit 179acb3540
3 changed files with 435 additions and 428 deletions

View File

@ -1,4 +1,8 @@
# 更新日志 # 更新日志
### 2.8.0 | 2018.01.04
用 'request' 重写了请求函数
### 2.7.9 | 2017.12.11 ### 2.7.9 | 2017.12.11
更新排行榜接口,新增云音乐ACG音乐榜,云音乐嘻哈榜 更新排行榜接口,新增云音乐ACG音乐榜,云音乐嘻哈榜

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "NeteaseCloudMusicApi", "name": "NeteaseCloudMusicApi",
"version": "2.7.10", "version": "2.8.0",
"description": "网易云音乐 NodeJS 版 API", "description": "网易云音乐 NodeJS 版 API",
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",