mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-23 15:43:10 +00:00
bump to 4.9.0
This commit is contained in:
parent
3935bd7b41
commit
f741bb358b
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x, 14.x, 16.x, 18.x ]
|
node-version: [14.x, 16.x, 18.x ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
|
@ -1,4 +1,12 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
### 4.9.0 | 2023.07.20
|
||||||
|
- 新增沉浸环绕声音质,修改部分文案以同步客户端更改 #1760
|
||||||
|
|
||||||
|
- 增加对鲸云臻音、鲸云母带音质的支持 #1731
|
||||||
|
|
||||||
|
- 新增星评馆简要评论获取接口 #1770
|
||||||
|
|
||||||
|
- 更新 song_detail 返回值类型 #1772
|
||||||
|
|
||||||
### 4.8.11 | 2023.05.29
|
### 4.8.11 | 2023.05.29
|
||||||
- 支持headers不携带cookie信息
|
- 支持headers不携带cookie信息
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
## 环境要求
|
## 环境要求
|
||||||
|
|
||||||
需要 NodeJS 12+ 环境
|
需要 NodeJS 14+ 环境
|
||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "NeteaseCloudMusicApi",
|
"name": "NeteaseCloudMusicApi",
|
||||||
"version": "4.8.11",
|
"version": "4.9.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