新增更新歌单描述,更新歌单名,更新歌单标签,默认搜索关键词接口,更新文档 #547

This commit is contained in:
binaryify 2019-08-06 11:24:03 +08:00
parent a24ced1098
commit 5a5aa39af2
3 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# 更新日志
### 3.20.0 | 2019.08.06
- 新增`更新歌单描述`,`更新歌单名`,`更新歌单标签`,`默认搜索关键词` 接口,更新文档[#547](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/547)
### 3.19.0 | 2019.07.24
- 新增`检测手机号码是否已注册`和`初始化昵称`接口[#540](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/540)

View File

@ -146,6 +146,10 @@
123. 更换绑定手机
124. 检测手机号码是否已注册
125. 初始化昵称
126. 更新歌单描述
127. 更新歌单名
128. 更新歌单标签
129. 默认搜索关键词
## 环境要求

View File

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