91 Commits

Author SHA1 Message Date
Zxwy
4442fb4341 feat: 新增云小编抽奖接口 2026-07-18 15:25:15 +08:00
Zxwy
5ae1eab14c feat: 新增云小编接口 2026-07-17 19:02:16 +08:00
321c25bd7d
style: 简化createOption 2026-07-15 21:06:50 +08:00
f527c1ef73
docs: 新增免费听接口文档 2026-07-15 16:23:25 +08:00
LaoShui
46073e5f50 docs(docs): 更新 sourceType 参数说明
- 明确 `1` 表示新歌,其他取值待确认
- 添加默认值 `1` 的标注
2026-07-10 23:07:31 +08:00
LaoShui
bf12abe2f1 feat(artist): 添加关注歌手新作品(歌曲/MV)接口
- 新增 module/artist_new_song_mv_list_v2.js 模块实现接口逻辑
- 在文档中添加接口说明、参数详情和调用示例
- 在 TypeScript 定义文件中添加对应的接口类型声明
- 支持分页获取关注歌手的新歌曲和 MV 列表
- 实现时间游标和翻页功能支持
- 提供多种可选参数配置选项
2026-07-10 19:20:54 +08:00
LaoShui
1491b91829 feat(artist): 添加关注歌手新歌播放全部功能
- 新增 module/artist_new_song_playall.js 文件实现获取所有关注歌手最近50首新歌的功能
- 在文档中添加关注歌手最近新歌播放全部接口说明和调用示例
- 在类型定义文件中添加 artist_new_song_playall 函数声明
2026-07-10 18:56:50 +08:00
d525204dda
Merge pull request #199 from zhuixingzhe-baisheng/add-vip-growthpoint-getall
feat: add vip_growthpoint_getall - one-click claim all VIP growth rew…
2026-06-29 16:14:42 +08:00
9faeb0aa25
docs: 删减文档内容 2026-06-29 15:53:01 +08:00
floatwoozy
f6db3e76e9 feat: 新增 listen_data_song_play_rank 歌曲播放排行接口
新增 /api/content/activity/listen/data/song/play/rank,返回某周/月
听歌排行(每首带 playCount),默认 Top20、不足则返回全部。与已有的
listen_data_today_song(今日)同族,补全「带次数的历史周/月榜」。

- module/listen_data_song_play_rank.js:type(week|month) + endTime 参数
- interface.d.ts:补类型声明
- public/docs/home.md:补接口文档
2026-06-25 03:25:20 +08:00
MonkeyCode Agent
9163d48f0a feat: add vip_growthpoint_getall - one-click claim all VIP growth rewards (xeapi)
- New module: module/vip_growthpoint_getall.js
- Uses xeapi encryption for direct  endpoint
- No parameters required, claims all completed task rewards at once
- Added TypeScript type declaration in interface.d.ts
- Added API documentation in public/docs/home.md
2026-06-21 05:24:35 +00:00
83ee2cda34
feat: add NCBL encrypted scrobble interface and update related documentation
- Implemented new scrobble endpoint for NCBL encrypted logs in `scrobble_v1.js`.
- Updated `scrobble.js` to use domain from config.
- Enhanced `scrobble.html` with tabbed interface for original and NCBL versions, including new input fields.
- Added cookie handling and quick fill functionality for both versions.
- Updated `config.json` to include new domain configurations.
- Introduced `ncbl.js` for NCBL encryption utilities.
- Improved documentation in `home.md` to reflect changes in API usage.
2026-06-20 22:51:51 +08:00
6fc4231142
feat(docs-format): 增加文档格式化工具 2026-06-18 23:05:44 +08:00
73a5e9d788
Revert "feat: 增加文档格式化工具"
This reverts commit 6550c7c827e18479a2e01865d6067cb5dbea5dd2.
2026-06-18 22:51:34 +08:00
6550c7c827
feat: 增加文档格式化工具 2026-06-13 23:49:30 +08:00
e7ff0da4ba
refactor: 自动生成sessionID 2026-06-06 15:33:15 +08:00
f58fd4b50d
feat: 新增云盘歌曲下载链接接口 (1a5f91a1928c03e9fc3a9369819f69aa456fba8a) 2026-06-06 15:20:06 +08:00
7aacc8990b
feat: 新增和改进黑胶乐签相关接口 2026-05-30 20:45:24 +08:00
d26e6b0615
feat: 新增新版会员任务接口 (#173) 2026-05-30 20:02:00 +08:00
d0935f6e42
feat: add xeapi support and refactor eapi_decrypt to api_decrypt
- Added xeapi option to the API selection dropdown in api.html.
- Removed eapi_decrypt.html and created a new api_decrypt.html for unified API decryption.
- Implemented multi-crypto support in api_decrypt.html with corresponding UI changes.
- Created decrypt.js module to handle decryption logic for different crypto types including xeapi.
- Updated request.js to remove unnecessary debug logs and improve code clarity.
- Updated index.html to link to the new api_decrypt.html instead of the removed eapi_decrypt.html.
2026-05-30 00:17:24 +08:00
LuoRain
5cf43c48ef
fix: wrong unit for yrc 2026-05-30 00:03:27 +08:00
3980d09bcd
feat(上游): 新增多级行政区划和指定维度音乐排行榜接口 2026-05-22 19:59:42 +08:00
a366983e99
feat: 新增评论举报接口 && bump 4.32.1 2026-05-16 10:21:46 +08:00
irtrdr
b6be789ccd
feat: 新增灰色歌曲其他版本推荐接口 2026-04-29 03:55:21 +08:00
wlm3201
3f679c0d87 日推接口增加刷新参数 2026-04-18 11:40:13 +08:00
ba9c6deaee
feat: 新增助眠解压相关模块 && bump 4.32.0 2026-04-17 20:41:31 +08:00
bbb2b9d4a0
docs: 更新文档 2026-03-20 20:08:47 +08:00
4d8c4daa14
docs: 更新文档 2026-03-13 23:35:03 +08:00
288459cddb
fix: 修复部分拼写错误
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-08 11:59:15 +08:00
2dd12b88ae
feat: 新增评论相关接口并更新部分接口 2026-03-08 11:42:32 +08:00
RedSTAR.Cheng
5991e41c5d
Merge branch 'NeteaseCloudMusicApiEnhanced:main' into main 2026-03-04 10:21:38 +08:00
RedSTARO
266cd8d059 chore: doc update for 302 endpoint 2026-03-01 14:03:54 +08:00
imsyy
1320e5780b
feat: 更新文档 2026-02-28 14:52:13 +08:00
imsyy
bde1f0864b
feat: 更新文档 2026-02-28 14:50:04 +08:00
imsyy
e891287f1a
feat: 添加评论统计数据 2026-02-28 14:42:25 +08:00
LaoShui
1ad8ab088f fix(cloud): 修改上传接口Cookie参数传递方式
- 将Cookie参数从URL查询字符串改为请求体传递
- 更新token接口调用以将cookie作为data参数发送
- 更新complete接口调用以将cookie作为data参数发送
- 修改API文档说明Cookie参数传递方式变更
- 确保Cookie值通过POST请求体安全传输
2026-02-18 19:37:32 +08:00
LaoShui
83c527af01 feat(cloud): 添加云盘上传模式选择和进度显示功能
- 添加客户端直传和后端代理两种上传模式选项
- 实现上传进度条和状态显示界面
- 添加文件MD5计算和上传凭证获取功能
- 支持大文件上传和断点续传机制
- 新增cloud/upload/token和cloud/upload/complete接口
- 更新文档说明上传模式和接口使用方法
- 优化上传按钮禁用状态和提示信息显示
2026-02-18 18:42:28 +08:00
bc9d7b949f
fix: 修复注入随机ip不生效 2026-02-15 00:06:42 +08:00
2a0b54e442
feat: Add user playlist endpoints & domain overrides (bump 4.30.1) (#105)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-11 16:49:11 +08:00
Yon8
27002d7665
feat: add musician_vip_tasks API, its module, and home.md documentation. (#95) 2026-02-05 00:29:02 +08:00
598dd8bd34
refactor(unblock): Refactor song URL matching to use new utils package (#73)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-26 19:51:13 +08:00
30bd839809
feat(module): add vip daily signin (#72)
Co-authored-by: YiQing-House <72288016+1662187689@users.noreply.github.com>
2025-12-20 10:14:50 +08:00
d4ee3b88f8
docs: upd doc 2025-12-20 00:45:53 +08:00
MoeFurina
f39aafaff4 docs: update doc 2025-11-08 12:52:19 +08:00
5unV
2f2755ac8c feat: 增加云盘歌词接口 2025-11-06 10:04:13 +08:00
ImFurina
6d33efee47 build(ci): change the package name 2025-10-17 20:06:30 +08:00
ImFurina
d78a20ea11 feat(randomCNIP): 添加随机中国IP选项 2025-10-08 11:40:40 +08:00
00af0c281d
docs(doc): add docker deployment 2025-10-05 21:34:17 +08:00
ImFurina
ed3959f545 docs(playlistSubscribe): 更新该内容文档 2025-10-01 21:53:05 +08:00
ImFurina
ea3acc0b14 feat(unblock): 新增bodian source 2025-09-23 20:19:47 +08:00