From 1454ee216ce9bb4133879bad333e4d2aed21c80b Mon Sep 17 00:00:00 2001 From: MoeFurina Date: Sat, 20 Jun 2026 23:28:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AF=B7=E6=B1=82=E5=BC=82=E5=B8=B8=20(?= =?UTF-8?q?83ee2cda34a20f64c6d343f7dfe22aa6a1c84b3d)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- util/ncbl.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]