mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
fix: 修复docker缺失文件问题 #1791
This commit is contained in:
parent
17c7317183
commit
08f4c3b3df
@ -8,3 +8,6 @@
|
||||
!/server.js
|
||||
!/package.json
|
||||
!/package-lock.json
|
||||
!/index.js
|
||||
!/generateConfig.js
|
||||
!/main.js
|
||||
|
@ -1,4 +1,7 @@
|
||||
# 更新日志
|
||||
### 4.10.2 | 2023.09.04
|
||||
- 修复docker缺失文件问题 #1791
|
||||
|
||||
### 4.10.1 | 2023.08.21
|
||||
- 补充匿名登录username算法, anonymous_token 动态生成
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "NeteaseCloudMusicApi",
|
||||
"version": "4.10.1",
|
||||
"version": "4.10.2",
|
||||
"description": "网易云音乐 NodeJS 版 API",
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user