fix: 云盘上传问题修复

This commit is contained in:
binaryify 2024-05-07 10:46:49 +08:00
parent 9b941ef17d
commit 1c1c850b51
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,7 @@
# 更新日志
### 4.18.3 | 2024.05.07
- 云盘上传问题修复
### 4.18.2 | 2024.04.30
- 配置和 typo 修复

View File

@ -10,7 +10,8 @@ module.exports = async (query, request) => {
.replace('.' + ext, '')
.replace(/\s/g, '')
.replace(/\./g, '_')
query.cookie.os = 'pc'
query.cookie.appver = '2.9.7'
const bitrate = 999000
if (!query.songFile) {
return Promise.reject({

View File

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