增加 proxy 功能,修复 cookie 丢失问题

This commit is contained in:
binaryify 2018-01-04 17:06:56 +08:00
parent 752d1965f7
commit 40fe20dba4
4 changed files with 21 additions and 17 deletions

View File

@ -1,4 +1,8 @@
# 更新日志
### 2.8.1 | 2018.01.04
添加了proxy功能
### 2.8.0 | 2018.01.04
用 'request' 重写了请求函数

View File

@ -18,7 +18,7 @@
## 版本新特性
### ? ? ? | 2018.01.04
### 2.8.1 | 2018.01.04
添加了proxy功能
### 2.8.0 | 2018.01.04

View File

@ -30,7 +30,7 @@ fetch(url)
## 版本新特性
### ? ? ? | 2018.01.04
### 2.8.1 | 2018.01.04
添加了proxy功能
### 2.8.0 | 2018.01.04

View File

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