diff --git a/package.json b/package.json index b3cf41a..ab923bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neteasecloudmusicapienhanced/api", - "version": "4.36.0", + "version": "4.36.1", "description": "全网最全的网易云音乐API接口 || A revival project for NeteaseCloudMusicApi Node.js Services (Half Refactor & Enhanced) || 网易云音乐 API 备份 + 增强 || 本项目自原版v4.28.0版本后开始自行维护", "scripts": { "dev": "nodemon app.js", diff --git a/util/ncbl.js b/util/ncbl.js index 67ca044..0550544 100644 --- a/util/ncbl.js +++ b/util/ncbl.js @@ -5,7 +5,7 @@ const crypto = require('crypto') const zlib = require('zlib') const axios = require('axios') const { APP_CONF } = require('./config.json') -const DOMAIN3 = APP_CONF.clDomian3omain +const DOMAIN3 = APP_CONF.clDomian3 // ---- ChaCha20 纯 JS 实现 ---- const SIGMA = [0x61707865, 0x3320646e, 0x79622d32, 0x6b206574]