mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2026-03-21 19:13:10 +00:00
docs: update readme
This commit is contained in:
parent
31d2ec9225
commit
ee25eb17a6
@ -3,7 +3,7 @@
|
|||||||
- feat(cloud): 添加云盘上传模式选择功能并优化上传配置 (#116)
|
- feat(cloud): 添加云盘上传模式选择功能并优化上传配置 (#116)
|
||||||
- refactor: Refactor random Chinese IP generator (#110)
|
- refactor: Refactor random Chinese IP generator (#110)
|
||||||
- fix(server): Correctly inject client IP into request parameters (#108)
|
- fix(server): Correctly inject client IP into request parameters (#108)
|
||||||
- 更加优雅的显示URL和调试按钮 (#109)
|
- refactor(ui): More elegant display of URL and debug buttons (#109)
|
||||||
|
|
||||||
### 4.30.1 | 2026.02.11
|
### 4.30.1 | 2026.02.11
|
||||||
- feat: Add user playlist endpoints & domain overrides (#105)
|
- feat: Add user playlist endpoints & domain overrides (#105)
|
||||||
|
|||||||
11
README.MD
11
README.MD
@ -1,4 +1,7 @@
|
|||||||
# 网易云音乐 API Enhanced
|
<div align="center">
|
||||||
|
<h2>网易云音乐 API Enhanced</h2>
|
||||||
|
<p>网易云音乐第三方 Node.js API,基于停更的原版 API 持续维护,支持丰富的音乐相关接口,适合自建服务、二次开发和多平台部署(如果原版诈尸, 我会及时同步 or 归档)。</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -204,7 +207,7 @@ pnpm test
|
|||||||
| Java | [JackuXL](https://github.com/JackuXL) | [NeteaseCloudMusicApi-SDK](https://github.com/JackuXL/NeteaseCloudMusicApi-SDK) | 第三方 |
|
| Java | [JackuXL](https://github.com/JackuXL) | [NeteaseCloudMusicApi-SDK](https://github.com/JackuXL/NeteaseCloudMusicApi-SDK) | 第三方 |
|
||||||
| Java | [1015770492](https://github.com/1015770492) | https://github.com/1015770492/yumbo-music-utils | 第三方 |
|
| Java | [1015770492](https://github.com/1015770492) | https://github.com/1015770492/yumbo-music-utils | 第三方 |
|
||||||
| Python | [盧瞳](https://github.com/2061360308) | [NeteaseCloudMusic_PythonSDK](https://github.com/2061360308/NeteaseCloudMusic_PythonSDK) | 第三方 |
|
| Python | [盧瞳](https://github.com/2061360308) | [NeteaseCloudMusic_PythonSDK](https://github.com/2061360308/NeteaseCloudMusic_PythonSDK) | 第三方 |
|
||||||
| Swift | [Lincb](https://github.com/Lincb522/) | [NeteaseCloudMusicApi-Swift](https://github.com/Lincb522/NeteaseCloudMusicAPI-Swift) | 第三方 |
|
| Swift | [Lincb522](https://github.com/Lincb522) | [NeteaseCloudMusicApi-Swift](https://github.com/Lincb522/NeteaseCloudMusicAPI-Swift) | 第三方 |
|
||||||
|
|
||||||
|
|
||||||
### 依赖此项目的优秀开源项目
|
### 依赖此项目的优秀开源项目
|
||||||
@ -213,6 +216,10 @@ pnpm test
|
|||||||
|
|
||||||
- [qier2222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)
|
- [qier2222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)
|
||||||
|
|
||||||
|
- [MaigoLabs/amaoke.app](https://github.com/MaigoLabs/amaoke.app)
|
||||||
|
|
||||||
|
- [Yueby/music-together](https://github.com/Yueby/music-together)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT License](https://github.com/MoeFurina/NeteaseCloudMusicApiEnhanced/blob/main/LICENSE)
|
[MIT License](https://github.com/MoeFurina/NeteaseCloudMusicApiEnhanced/blob/main/LICENSE)
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
// 夹带私货的东西就不要放在这里了
|
// 夹带私货的东西就不要放在这里了
|
||||||
|
|
||||||
module.exports = async (query, request) => {
|
module.exports = async (query, request) => {
|
||||||
return { code: 200 }
|
return { status: 200, body: { code: 200, data: [] } }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user