mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
fix: 问题修复
This commit is contained in:
parent
b821ce2b76
commit
9b941ef17d
@ -1,4 +1,7 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
### 4.18.2 | 2024.04.30
|
||||||
|
- 配置和 typo 修复
|
||||||
|
|
||||||
### 4.18.0 | 2024.04.30
|
### 4.18.0 | 2024.04.30
|
||||||
- 补充游客 deviceid,防止都指向相同账户,避免网络拥堵提示问题
|
- 补充游客 deviceid,防止都指向相同账户,避免网络拥堵提示问题
|
||||||
- ip 设置问题修复
|
- ip 设置问题修复
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "NeteaseCloudMusicApi",
|
"name": "NeteaseCloudMusicApi",
|
||||||
"version": "4.18.1",
|
"version": "4.18.2",
|
||||||
"description": "网易云音乐 NodeJS 版 API",
|
"description": "网易云音乐 NodeJS 版 API",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
|
@ -34,7 +34,7 @@ module.exports = {
|
|||||||
|
|
||||||
const randomPrefix =
|
const randomPrefix =
|
||||||
chinaIPPrefixes[Math.floor(Math.random() * chinaIPPrefixes.length)]
|
chinaIPPrefixes[Math.floor(Math.random() * chinaIPPrefixes.length)]
|
||||||
return `${randomPrefix}.${generateIPSegment()}.${generateIPSegment()}}`
|
return `${randomPrefix}.${generateIPSegment()}.${generateIPSegment()}`
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user