mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-05 21:58:56 +08:00
新增更新歌单描述,更新歌单名,更新歌单标签,默认搜索关键词接口,更新文档 #547
This commit is contained in:
parent
a24ced1098
commit
5a5aa39af2
@ -1,4 +1,7 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
### 3.20.0 | 2019.08.06
|
||||||
|
- 新增`更新歌单描述`,`更新歌单名`,`更新歌单标签`,`默认搜索关键词` 接口,更新文档[#547](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/547)
|
||||||
|
|
||||||
### 3.19.0 | 2019.07.24
|
### 3.19.0 | 2019.07.24
|
||||||
- 新增`检测手机号码是否已注册`和`初始化昵称`接口[#540](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/540)
|
- 新增`检测手机号码是否已注册`和`初始化昵称`接口[#540](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/540)
|
||||||
|
|
||||||
|
@ -146,6 +146,10 @@
|
|||||||
123. 更换绑定手机
|
123. 更换绑定手机
|
||||||
124. 检测手机号码是否已注册
|
124. 检测手机号码是否已注册
|
||||||
125. 初始化昵称
|
125. 初始化昵称
|
||||||
|
126. 更新歌单描述
|
||||||
|
127. 更新歌单名
|
||||||
|
128. 更新歌单标签
|
||||||
|
129. 默认搜索关键词
|
||||||
|
|
||||||
|
|
||||||
## 环境要求
|
## 环境要求
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "NeteaseCloudMusicApi",
|
"name": "NeteaseCloudMusicApi",
|
||||||
"version": "3.19.0",
|
"version": "3.20.0",
|
||||||
"description": "网易云音乐 NodeJS 版 API",
|
"description": "网易云音乐 NodeJS 版 API",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user