mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-05 21:58:56 +08:00
improve
This commit is contained in:
parent
1e7606077d
commit
4856050bb1
@ -1,5 +1,9 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
### 2.8.5 | 2018.01.16
|
||||||
|
|
||||||
|
修复评论点赞失败的问题
|
||||||
|
|
||||||
### 2.8.4 | 2018.01.15
|
### 2.8.4 | 2018.01.15
|
||||||
|
|
||||||
优化 cookie 设置
|
优化 cookie 设置
|
||||||
|
14
package.json
14
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "NeteaseCloudMusicApi",
|
"name": "NeteaseCloudMusicApi",
|
||||||
"version": "2.8.4",
|
"version": "2.8.5",
|
||||||
"description": "网易云音乐 NodeJS 版 API",
|
"description": "网易云音乐 NodeJS 版 API",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
@ -8,17 +8,9 @@
|
|||||||
"precommit": "lint-staged"
|
"precommit": "lint-staged"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.js": [
|
"*.js": ["prettier --write", "git add"]
|
||||||
"prettier --write",
|
|
||||||
"git add"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": ["网易云音乐", "网易云", "音乐", "网易云音乐nodejs"],
|
||||||
"网易云音乐",
|
|
||||||
"网易云",
|
|
||||||
"音乐",
|
|
||||||
"网易云音乐nodejs"
|
|
||||||
],
|
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user