fix: 问题修复

This commit is contained in:
binaryify 2024-04-30 16:44:05 +08:00
parent b821ce2b76
commit 9b941ef17d
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
# 更新日志
### 4.18.2 | 2024.04.30
- 配置和 typo 修复
### 4.18.0 | 2024.04.30
- 补充游客 deviceid,防止都指向相同账户,避免网络拥堵提示问题
- ip 设置问题修复

View File

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

View File

@ -34,7 +34,7 @@ module.exports = {
const randomPrefix =
chinaIPPrefixes[Math.floor(Math.random() * chinaIPPrefixes.length)]
return `${randomPrefix}.${generateIPSegment()}.${generateIPSegment()}}`
return `${randomPrefix}.${generateIPSegment()}.${generateIPSegment()}`
},
}