fix: 修复docker缺失文件问题 #1791

This commit is contained in:
binaryify 2023-09-04 18:05:20 +08:00
parent 17c7317183
commit 08f4c3b3df
3 changed files with 7 additions and 1 deletions

View File

@ -8,3 +8,6 @@
!/server.js !/server.js
!/package.json !/package.json
!/package-lock.json !/package-lock.json
!/index.js
!/generateConfig.js
!/main.js

View File

@ -1,4 +1,7 @@
# 更新日志 # 更新日志
### 4.10.2 | 2023.09.04
- 修复docker缺失文件问题 #1791
### 4.10.1 | 2023.08.21 ### 4.10.1 | 2023.08.21
- 补充匿名登录username算法, anonymous_token 动态生成 - 补充匿名登录username算法, anonymous_token 动态生成

View File

@ -1,6 +1,6 @@
{ {
"name": "NeteaseCloudMusicApi", "name": "NeteaseCloudMusicApi",
"version": "4.10.1", "version": "4.10.2",
"description": "网易云音乐 NodeJS 版 API", "description": "网易云音乐 NodeJS 版 API",
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",