mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
update
This commit is contained in:
parent
969d5d59c2
commit
247081174a
@ -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)
|
||||||
|
|
||||||
|
@ -355,6 +355,7 @@ banner({ type:0 }).then(res=>{
|
|||||||
233. 最近播放-歌单
|
233. 最近播放-歌单
|
||||||
234. 最近播放-专辑
|
234. 最近播放-专辑
|
||||||
235. 最近播放-播客
|
235. 最近播放-播客
|
||||||
|
236. 签到进度
|
||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user