新增排行榜接口

This commit is contained in:
binaryify 2017-04-15 21:04:55 +08:00
parent 02e7582db6
commit 5654601ea0
3 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# 更新日志 # 更新日志
### 2.3.0 | 2017.4.15
增加排行榜接口,更新文档
### 2.2.0 |2017.4.14 ### 2.2.0 |2017.4.14
增加私人 FM, 喜欢歌曲,垃圾桶,每日签到等接口,更新文档 增加私人 FM, 喜欢歌曲,垃圾桶,每日签到等接口,更新文档

View File

@ -14,6 +14,9 @@
[darknessomi/musicbox](https://github.com/darknessomi/musicbox) [darknessomi/musicbox](https://github.com/darknessomi/musicbox)
## 版本新特性 ## 版本新特性
### 2.3.0 | 2017.4.15
增加排行榜接口,更新文档
### 2.2.0 | 2017.4.14 ### 2.2.0 | 2017.4.14
增加私人 FM, 喜欢歌曲,垃圾桶,每日签到等接口,更新文档 增加私人 FM, 喜欢歌曲,垃圾桶,每日签到等接口,更新文档

View File

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