diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 3253677..15de129 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 082b414..b2f66c1 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 0000000..42c1788 --- /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 b2abc84..0000000 --- a/public/loginHack.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - login hack - - - - \ No newline at end of file