mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
增加 proxy 功能,修复 cookie 丢失问题
This commit is contained in:
parent
752d1965f7
commit
40fe20dba4
@ -1,4 +1,8 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
### 2.8.1 | 2018.01.04
|
||||||
|
|
||||||
|
添加了proxy功能
|
||||||
|
|
||||||
### 2.8.0 | 2018.01.04
|
### 2.8.0 | 2018.01.04
|
||||||
|
|
||||||
用 'request' 重写了请求函数
|
用 'request' 重写了请求函数
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
## 版本新特性
|
## 版本新特性
|
||||||
|
|
||||||
### ? ? ? | 2018.01.04
|
### 2.8.1 | 2018.01.04
|
||||||
添加了proxy功能
|
添加了proxy功能
|
||||||
|
|
||||||
### 2.8.0 | 2018.01.04
|
### 2.8.0 | 2018.01.04
|
||||||
|
@ -30,7 +30,7 @@ fetch(url)
|
|||||||
|
|
||||||
## 版本新特性
|
## 版本新特性
|
||||||
|
|
||||||
### ? ? ? | 2018.01.04
|
### 2.8.1 | 2018.01.04
|
||||||
添加了proxy功能
|
添加了proxy功能
|
||||||
|
|
||||||
### 2.8.0 | 2018.01.04
|
### 2.8.0 | 2018.01.04
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "NeteaseCloudMusicApi",
|
"name": "NeteaseCloudMusicApi",
|
||||||
"version": "2.8.0",
|
"version": "2.8.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