@neteasecloudmusicapienhanced/api 4.30.0 → 4.30.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.MD CHANGED
@@ -1,10 +1,38 @@
1
- # 网易云音乐 API Enhanced
1
+ <p align="center">
2
+ <img src="./public/docs/netease.png" alt="网易云音乐 API Enhanced Logo" width="120" height="120" />
3
+ </p>
4
+
5
+ <h1 align="center">NeteaseCloudMusicAPI Enhanced</h1>
6
+
7
+ <p align="center">
8
+ <a href="https://www.npmjs.com/package/@neteasecloudmusicapienhanced/api">
9
+ <img src="https://img.shields.io/npm/v/@neteasecloudmusicapienhanced/api?style=flat-square" alt="NPM Version" />
10
+ </a>
11
+ <a href="https://www.npmjs.com/package/@neteasecloudmusicapienhanced/api">
12
+ <img src="https://img.shields.io/npm/dm/@neteasecloudmusicapienhanced/api?style=flat-square" alt="NPM Downloads" />
13
+ </a>
14
+ <a href="https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced">
15
+ <img src="https://img.shields.io/github/license/NeteaseCloudMusicApiEnhanced/api-enhanced?style=flat-square" alt="License" />
16
+ </a>
17
+ <a href="https://nodejs.org/">
18
+ <img src="https://img.shields.io/node/v/@neteasecloudmusicapienhanced/api?style=flat-square" alt="Node Version" />
19
+ </a>
20
+ <a href="https://hub.docker.com/r/moefurina/ncm-api">
21
+ <img src="https://img.shields.io/docker/v/moefurina/ncm-api?style=flat-square" alt="Docker Version" />
22
+ </a>
23
+ <a href="https://hub.docker.com/r/moefurina/ncm-api">
24
+ <img src="https://img.shields.io/docker/pulls/moefurina/ncm-api?style=flat-square" alt="Docker Pulls" />
25
+ </a>
26
+ <a href="https://www.typescriptlang.org/">
27
+ <img src="https://img.shields.io/badge/TypeScript-Ready-blue?style=flat-square&logo=typescript" alt="TypeScript" />
28
+ </a>
29
+ </p>
30
+
2
31
 
3
- ---
4
32
 
5
33
  ## 项目简介
6
34
 
7
- 本项目为网易云音乐第三方 Node.js API,基于停更的原版 API 持续维护,支持丰富的音乐相关接口,适合自建服务、二次开发和多平台部署(如果原版诈尸, 我会及时同步 or 归档)。
35
+ 网易云音乐第三方 Node.js API, 支持丰富的音乐相关接口,适合自建服务、二次开发和多平台部署(如果原版诈尸, 我会及时同步 or 归档)。
8
36
 
9
37
  > [!IMPORTANT]
10
38
  >
@@ -100,15 +128,15 @@ $ sudo docker run -d -p 3000:3000 ncm-api
100
128
 
101
129
  ## 3. 环境变量
102
130
 
103
- | 变量名 | 默认值 | 说明 |
104
- | -------------------------- | ------------------------------------ | ------------------------------------------------------------------------------ |
131
+ | 变量名 | 默认值 | 说明 |
132
+ |----------------------------|--------------------------------------|----------------------------------------------------|
105
133
  | **CORS_ALLOW_ORIGIN** | `*` | 允许跨域请求的域名。若需要限制,请指定具体域名(例如 `https://example.com`)。 |
106
- | **ENABLE_PROXY** | `false` | 是否启用反向代理功能。 |
107
- | **PROXY_URL** | `https://your-proxy-url.com/?proxy=` | 代理服务地址。仅当 `ENABLE_PROXY=true` 时生效。 |
108
- | **ENABLE_GENERAL_UNBLOCK** | `true` | 是否启用全局解灰(推荐开启)。开启后所有歌曲都尝试自动解锁。 |
109
- | **ENABLE_FLAC** | `true` | 是否启用无损音质(FLAC)。 |
110
- | **SELECT_MAX_BR** | `false` | 启用无损音质时,是否选择最高码率音质。 |
111
- | **FOLLOW_SOURCE_ORDER** | `true` | 是否严格按照音源列表顺序进行匹配。 |
134
+ | **ENABLE_PROXY** | `false` | 是否启用反向代理功能。 |
135
+ | **PROXY_URL** | `https://your-proxy-url.com/?proxy=` | 代理服务地址。仅当 `ENABLE_PROXY=true` 时生效。 |
136
+ | **ENABLE_GENERAL_UNBLOCK** | `true` | 是否启用全局解灰(推荐开启)。开启后所有歌曲都尝试自动解锁。 |
137
+ | **ENABLE_FLAC** | `true` | 是否启用无损音质(FLAC)。 |
138
+ | **SELECT_MAX_BR** | `false` | 启用无损音质时,是否选择最高码率音质。 |
139
+ | **FOLLOW_SOURCE_ORDER** | `true` | 是否严格按照音源列表顺序进行匹配。 |
112
140
 
113
141
  ---
114
142
 
@@ -183,15 +211,6 @@ pnpm test
183
211
 
184
212
  - 欢迎提交 PR、Issue 参与维护
185
213
 
186
- ## 最近更新日志
187
- ### 4.30.0 | 2026.02.06
188
- - feat: 新增音乐人黑胶会员任务接口 `/musician/vip/tasks` (#95)
189
- - feat: 自动构建: 添加Windows、Linux、macOS预编译二进制文件 (#88)
190
- - fix: 修复模块未定义问题
191
- - chore: 更新依赖项 (music-metadata: ^11.11.1 -> ^11.11.2, ansi-escapes: ^7.2.0 -> ^7.3.0, commander: ^14.0.2 -> ^14.0.3)
192
- - chore: 更新GitHub Actions (checkout: v4 -> v6, setup-node: v4 -> v6, upload-artifact: v4 -> v6, download-artifact: v4 -> v7, github-script: v7 -> v8)
193
- - refactor: 注释掉IP地址日志输出以提升隐私保护
194
-
195
214
  ### 致谢
196
215
 
197
216
  原作者 [Binaryify/NeteaseCloudMusicApi](https://github.com/binaryify/NeteaseCloudMusicApi) 项目为本项目基础 (该项目在`npmjs`网站上仍持续维护, 但 github 仓库已不再更新)
@@ -208,11 +227,12 @@ pnpm test
208
227
 
209
228
  ### SDK 生态
210
229
 
211
- | 语言 | 作者 | 地址 | 类型 |
212
- | ------ | ------------------------------------------- | ---------------------------------------------------------------------------------------- | ------ |
230
+ | 语言 | 作者 | 地址 | 类型 |
231
+ |--------|---------------------------------------------|------------------------------------------------------------------------------------------|-----|
213
232
  | Java | [JackuXL](https://github.com/JackuXL) | [NeteaseCloudMusicApi-SDK](https://github.com/JackuXL/NeteaseCloudMusicApi-SDK) | 第三方 |
214
233
  | Java | [1015770492](https://github.com/1015770492) | https://github.com/1015770492/yumbo-music-utils | 第三方 |
215
- | Python | [盧瞳](https://github.com/2061360308) | [NeteaseCloudMusic_PythonSDK](https://github.com/2061360308/NeteaseCloudMusic_PythonSDK) | 第三方 |
234
+ | Python | [盧瞳](https://github.com/2061360308) | [NeteaseCloudMusic_PythonSDK](https://github.com/2061360308/NeteaseCloudMusic_PythonSDK) | 第三方 |
235
+ | Swift | [Lincb522](https://github.com/Lincb522) | [NeteaseCloudMusicApi-Swift](https://github.com/Lincb522/NeteaseCloudMusicAPI-Swift) | 第三方 |
216
236
 
217
237
 
218
238
  ### 依赖此项目的优秀开源项目
@@ -221,6 +241,10 @@ pnpm test
221
241
 
222
242
  - [qier2222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)
223
243
 
244
+ - [MaigoLabs/amaoke.app](https://github.com/MaigoLabs/amaoke.app)
245
+
246
+ - [Yueby/music-together](https://github.com/Yueby/music-together)
247
+
224
248
  ## License
225
249
 
226
250
  [MIT License](https://github.com/MoeFurina/NeteaseCloudMusicApiEnhanced/blob/main/LICENSE)