anupamme
9214cb945f
fix: V-001 security vulnerability
...
Automated security fix generated by OrbisAI Security
2026-08-02 08:35:02 +00:00
7788dev
93b3e624d8
feat(voice): support cover image uploads
2026-08-02 11:53:51 +08:00
a8b45a8b8b
Merge branch 'pr/225'
2026-08-01 17:34:54 +08:00
tanjuntao
f5f4ff6eda
feat: add complete current-user event listing
2026-08-01 10:25:00 +08:00
tanjuntao
eb1b5ba0ea
feat: add event privacy endpoint
2026-08-01 10:25:00 +08:00
6ce6b84015
fix: 修复分享笔记接口
2026-07-26 22:39:58 +08:00
Zxwy
64a6b9677a
feat: 新增云小编抽奖接口
2026-07-23 11:14:35 +08:00
20d3a1a7a5
feat: 新增获取免费听市场状态
2026-07-22 20:07:08 +08:00
4826c65042
feat: weapi支持checkToken
2026-07-22 19:40:12 +08:00
7822ab08d3
feat: 新增评论相关接口
2026-07-22 19:18:18 +08:00
Suxiaoqinx
ddd0af5474
修复(song_url_v1): 删除非sky等级的immerseType处理逻辑
...
移除原代码中非sky等级下处理query.immerseType的代码分支,仅在level为sky时设置immerseType参数
2026-07-19 10:04:08 +08:00
Suxiaoqinx
fbd2e06419
feat(song/url-v1): 新增immerseType参数支持并更新文档
...
补充sky音质下immerseType参数的处理逻辑,更新文档说明与调用示例,注明参数仅在level为sky时生效
2026-07-19 09:54:55 +08:00
35d1c61cb4
revert: some changes
2026-07-17 20:41:49 +08:00
a183e153ef
Merge branch 'pr/214'
2026-07-17 20:11:37 +08:00
2fa78c3826
fix: 修复评论接口
2026-07-17 20:11:20 +08:00
Zxwy
5ae1eab14c
feat: 新增云小编接口
2026-07-17 19:02:16 +08:00
321c25bd7d
style: 简化createOption
2026-07-15 21:06:50 +08:00
0a5a1242f2
feat: 新增免费听接口
2026-07-15 16:14:19 +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
63f669d7f8
fix: 黑胶乐签签到失败 ( #197 )
2026-06-30 14:34:58 +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
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
60ee927e32
fix: 修复听歌打卡接口 ( #167 )
2026-06-19 15:11:31 +08:00
fa69736300
revert: some changes
...
This reverts commit c9598664367ca826b7503e6b4875ec222ad20633.
2026-06-18 22:52:35 +08:00
c959866436
feat: 增强配置生成逻辑,添加重试机制和日志记录
2026-06-13 21:21:33 +08:00
e3a1c041b6
fix: 修复游客登陆接口
2026-06-09 00:09:48 +08:00
e7ff0da4ba
refactor: 自动生成sessionID
2026-06-06 15:33:15 +08:00
65261fa658
Merge branch 'main' into pr/182
2026-06-06 15:23:37 +08:00
cb5b2e7d0f
Apply suggestions from code review
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-06-06 15:22:25 +08:00
1a5f91a192
feat: 新增从云盘获取歌曲下载链接接口
2026-06-06 15:17:28 +08:00
50cc26f297
feat: 为xeapi重构相关接口以优化密钥获取流程
2026-06-06 14:52:33 +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
Developer
39e0e0718d
feat: add relay_play_state_submit API for song play state tracking
...
- Add new interface /api/relay/play/state/submit
- Support sessionId tracking for play sessions
- Support playMode parameter (list_loop, single_loop, random, single)
- Add parameter validation
- Include integration documentation
2026-05-28 13:00:21 +00: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
3188238678
feat: 添加DIFM相关接口
2026-03-20 20:05:40 +08:00
4d8c4daa14
docs: 更新文档
2026-03-13 23:35:03 +08:00
2e3cf4d451
Apply suggestion from @gemini-code-assist[bot]
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-08 12:00:17 +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
c1b8a381f3
fix: module/voicelist_search.js 拼写错误
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-08 11:53:03 +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