This commit is contained in:
binaryify 2022-02-04 13:07:11 +08:00
parent 969d5d59c2
commit 247081174a
3 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# 更新日志 # 更新日志
### 4.5.3 | 2022.02.04
- 增加签到进度接口 [#1462](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1462)
### 4.5.2 | 2022.01.28 ### 4.5.2 | 2022.01.28
- 入口文件优化 [#1457](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1457) - 入口文件优化 [#1457](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1457)

View File

@ -355,6 +355,7 @@ banner({ type:0 }).then(res=>{
233. 最近播放-歌单 233. 最近播放-歌单
234. 最近播放-专辑 234. 最近播放-专辑
235. 最近播放-播客 235. 最近播放-播客
236. 签到进度
## 更新日志 ## 更新日志

View File

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