From 5ecf33eb0acfc7a77fa68f5321dbebae42fe1c5e Mon Sep 17 00:00:00 2001 From: binaryify Date: Wed, 14 Jun 2017 17:27:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=90=AF=E5=8A=A8=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.MD | 5 ++++- package.json | 2 +- public/index.html | 48 +++++++++++++++++++++++++++++++++++++++++++ public/loginHack.html | 9 -------- 4 files changed, 53 insertions(+), 11 deletions(-) create mode 100644 public/index.html delete mode 100644 public/loginHack.html diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 32536777ed2..15de129b47c 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,8 @@ # 更新日志 -### 2.5. | 2017.6.1 +### 2.5.9 | 2017.6.14 +增加启动说明页 + +### 2.5.8 | 2017.6.1 修复若干细节问题 ### 2.5.7 | 2017.5.22 diff --git a/package.json b/package.json index 082b4144268..b2f66c17172 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "2.5.8", + "version": "2.5.9", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js", diff --git a/public/index.html b/public/index.html new file mode 100644 index 00000000000..42c1788bfc0 --- /dev/null +++ b/public/index.html @@ -0,0 +1,48 @@ + + + + + + + 网易云音乐 API + + +

网易云音乐 API

+ 当你看到这个页面时,这个服务已经成功跑起来了~ + 查看文档 +

例子:

+ + + + \ No newline at end of file diff --git a/public/loginHack.html b/public/loginHack.html deleted file mode 100644 index b2abc8496c3..00000000000 --- a/public/loginHack.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - login hack - - - - \ No newline at end of file