mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
fix: 云盘上传问题修复
This commit is contained in:
parent
9b941ef17d
commit
1c1c850b51
@ -1,4 +1,7 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
### 4.18.3 | 2024.05.07
|
||||||
|
- 云盘上传问题修复
|
||||||
|
|
||||||
### 4.18.2 | 2024.04.30
|
### 4.18.2 | 2024.04.30
|
||||||
- 配置和 typo 修复
|
- 配置和 typo 修复
|
||||||
|
|
||||||
|
@ -10,7 +10,8 @@ module.exports = async (query, request) => {
|
|||||||
.replace('.' + ext, '')
|
.replace('.' + ext, '')
|
||||||
.replace(/\s/g, '')
|
.replace(/\s/g, '')
|
||||||
.replace(/\./g, '_')
|
.replace(/\./g, '_')
|
||||||
|
query.cookie.os = 'pc'
|
||||||
|
query.cookie.appver = '2.9.7'
|
||||||
const bitrate = 999000
|
const bitrate = 999000
|
||||||
if (!query.songFile) {
|
if (!query.songFile) {
|
||||||
return Promise.reject({
|
return Promise.reject({
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "NeteaseCloudMusicApi",
|
"name": "NeteaseCloudMusicApi",
|
||||||
"version": "4.18.2",
|
"version": "4.18.3",
|
||||||
"description": "网易云音乐 NodeJS 版 API",
|
"description": "网易云音乐 NodeJS 版 API",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user