diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 3d9a05a..0821d57 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,7 @@ # 更新日志 +### 4.18.3 | 2024.05.07 +- 云盘上传问题修复 + ### 4.18.2 | 2024.04.30 - 配置和 typo 修复 diff --git a/module/cloud.js b/module/cloud.js index 50a18b3..03a9596 100644 --- a/module/cloud.js +++ b/module/cloud.js @@ -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({ diff --git a/package.json b/package.json index 1fbe9a8..1330024 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "4.18.2", + "version": "4.18.3", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js",