This commit is contained in:
binaryify 2022-12-19 09:57:02 +08:00
parent 99f6c915d4
commit 521f284b79
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
# 更新日志 # 更新日志
### 4.8.3 | 2022.12.19
- 修复了手机号登录接口 [#1653]
- 增加若干曲风相关接口 [#1623]
### 4.8.2 | 2022.09.13 ### 4.8.2 | 2022.09.13
- 修复 song/url 接口提示网络拥堵的问题 - 修复 song/url 接口提示网络拥堵的问题

View File

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