From 1904d82b5a5a4dee8e5dd09b7b185fff3cdfd83d Mon Sep 17 00:00:00 2001 From: binaryify Date: Thu, 17 Aug 2017 11:13:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.MD | 9 +++++++++ README.MD | 9 +++++++++ docs/README.md | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index c8679fb..2695ac0 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,13 @@ # 更新日志 +### 2.6.5 | 2017.7.16 +优化 CORS 设置 + +### 2.6.4 | 2017.7.16 +添加缓存机制和随机 UA 机制 感谢[@u3u](https://github.com/u3u) +[issue:77](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/77) +优化请求 感谢 [@huhuime](https://github.com/huhuime) +[issue:83](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/83) + ### 2.6.2 | 2017.7.16 修复垃圾桶接口 diff --git a/README.MD b/README.MD index e8d9915..77c3d05 100644 --- a/README.MD +++ b/README.MD @@ -17,6 +17,15 @@ ## 版本新特性 +### 2.6.5 | 2017.7.16 +优化 CORS 设置 + +### 2.6.4 | 2017.7.16 +添加缓存机制和随机 UA 机制 感谢[@u3u](https://github.com/u3u) +[issue:77](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/77) +优化请求 感谢 [@huhuime](https://github.com/huhuime) +[issue:83](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/83) + ### 2.6.2 | 2017.7.16 修复垃圾桶接口 diff --git a/docs/README.md b/docs/README.md index fdcc071..d4a584d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,6 +13,15 @@ 跨站请求伪造 (CSRF), 伪造请求头,调用官方 API ## 版本新特性 +### 2.6.5 | 2017.7.16 +优化 CORS 设置 + +### 2.6.4 | 2017.7.16 +添加缓存机制和随机 UA 机制 感谢[@u3u](https://github.com/u3u) +[issue:77](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/77) +优化请求 感谢 [@huhuime](https://github.com/huhuime) +[issue:83](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/83) + ### 2.5.0 | 2017.4.29 增加 mv/专辑/歌单评论接口,增加云盘相关接口,增加获取用户动态/信息接口,增加关注/粉丝列表接口,增加收藏歌单接口,增加相似 mv/歌曲/用户接口,增加 banner 接口,增加刷新登录接口,增加电台相关接口,补充评论接口,更新文档 -- GitLab