mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-23 07:33:10 +00:00
bump to 4.10.1
This commit is contained in:
parent
c2621a5870
commit
d7cf9d1c2f
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,4 +6,3 @@ node_modules
|
|||||||
.history
|
.history
|
||||||
examples/moddef.json
|
examples/moddef.json
|
||||||
bin
|
bin
|
||||||
util/config.json
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
### 4.10.1 | 2023.08.21
|
||||||
|
- 补充匿名登录username算法, anonymous_token 动态生成
|
||||||
|
|
||||||
### 4.10.0 | 2023.08.21
|
### 4.10.0 | 2023.08.21
|
||||||
- 禁用NMTID, 恢复手机登录和邮箱登录 #1788
|
- 禁用NMTID, 恢复手机登录和邮箱登录 #1788
|
||||||
- 状态码判断完善,补充verify相关接口 #1783
|
- 状态码判断完善,补充verify相关接口 #1783
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "NeteaseCloudMusicApi",
|
"name": "NeteaseCloudMusicApi",
|
||||||
"version": "4.10.0",
|
"version": "4.10.1",
|
||||||
"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