Compare commits

...

2 Commits

Author SHA1 Message Date
MoeFurina
3a10a4d753 ci(debug): add more debug info 2025-11-08 15:28:36 +08:00
MoeFurina
f39aafaff4 docs: update doc 2025-11-08 12:52:19 +08:00
4 changed files with 15 additions and 15 deletions

0
.npmrc
View File

View File

@ -1,6 +1,6 @@
{
"name": "@neteasecloudmusicapienhanced/api",
"version": "4.29.14",
"version": "4.29.15",
"description": "为停更的网易云音乐 NodeJs API 提供持续的维护!",
"scripts": {
"dev": "nodemon app.js",

View File

@ -2791,6 +2791,19 @@ type : 地区
**调用例子 :** `/cloud/match?uid=32953014&sid=aaa&asid=bbb` `/cloud/match?uid=32953014&sid=bbb&asid=0`
### 获取云盘歌词
说明: 调用此接口, 获取云盘歌曲的歌词,歌词来自此文件的音乐元数据`LYRICS`标签。
**可选参数 :**
`uid`: 用户 id
`sid`: 云盘的歌曲 id
**接口地址:** `/cloud/lyric/get`
**调用例子:** `/cloud/lyric/get?uid=1&sid=aaa`
### 电台 banner
说明 : 调用此接口,可获取电台 banner
@ -4848,19 +4861,6 @@ let data = encodeURIComponent(
**调用例子:** `/broadcast/channel/list`
### 获取云盘歌词
说明: 调用此接口, 获取云盘歌曲的歌词,歌词来自此文件的音乐元数据`LYRICS`标签。
**可选参数 :**
`uid`: 用户 id
`sid`: 云盘的歌曲 id
**接口地址:** `/cloud/lyric/get`
**调用例子:** `/cloud/lyric/get`
## 离线访问此文档
此文档同时也是 Progressive Web Apps(PWA), 加入了 serviceWorker, 可离线访问

View File

@ -71,7 +71,7 @@
<h2>调试部分</h2>
<pre><code>curl -s {origin}/inner/version
curl -s {origin}/search?keywords=网易云</code></pre>
<p style="margin-top:10px"> · <a href="/api.html">交互式调试</a> · <a href="/qrlogin.html">二维码登录示例</a> · <a href="/unblock_test.html">解灰测试</a></p> · <a href="/audio_match_demo/index.html">听歌识曲 Demo</a></p> · <a href="/cloud.html">云盘上传</a></p> · <a href="/playlist_import.html">歌单导入</a></p> · <a href="/eapi_decrypt.html">EAPI 解密</p>
<p style="margin-top:10px"> · <a href="/api.html">交互式调试</a> · <a href="/qrlogin.html">二维码登录示例</a> · <a href="/unblock_test.html">解灰测试</a></p> · <a href="/audio_match_demo/index.html">听歌识曲 Demo</a></p> · <a href="/cloud.html">云盘上传</a></p> · <a href="/playlist_import.html">歌单导入</a></p> · <a href="/eapi_decrypt.html">EAPI 解密</p> · <a href="/listen_together_host.html">一起听示例</p> · <a href="/playlist_cover_update.html">更新歌单封面示例</p> · <a href="/avatar_update.html">头像更新示例</p>
</section>
<footer class="site-footer">