dependabot[bot]
54c6fa1585
build(packages): bump lint-staged from 16.4.0 to 17.0.8
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 16.4.0 to 17.0.8.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.4.0...v17.0.8 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-version: 17.0.8
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-07-12 02:45:21 +00:00
6946dc8e14
docs: 修改运行要求
v4.36.2
2026-07-12 10:42:50 +08:00
22b78779ca
Merge branch 'main' of https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced
2026-07-11 17:20:25 +08:00
35607f5050
perf: 改进api调试页面
2026-07-11 17:20:14 +08:00
60af95ac06
Merge pull request #210 from laoshuikaixue/feature/artist-new-song-playall
...
feat(artist): 添加关注歌手新歌播放全部&新作品接口
2026-07-11 17:04:55 +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
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
6eb31984fd
Merge pull request #200 from floatwoozy/feat/listen-data-song-play-rank
...
feat: 新增 listen_data_song_play_rank 歌曲播放排行接口
2026-06-29 16:14:11 +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
1454ee216c
fix: 请求异常 (83ee2cda34a20f64c6d343f7dfe22aa6a1c84b3d)
v4.36.1
2026-06-20 23:28:08 +08: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
3c352b5752
feat: 新增听歌打卡示例页面
2026-06-20 21:16:14 +08:00
60ee927e32
fix: 修复听歌打卡接口 ( #167 )
v4.35.2
2026-06-19 15:11:31 +08:00
eb07a525eb
feat: 支持显示加密方式
2026-06-18 23:46:11 +08:00
6fc4231142
feat(docs-format): 增加文档格式化工具
2026-06-18 23:05:44 +08:00
fa69736300
revert: some changes
...
This reverts commit c9598664367ca826b7503e6b4875ec222ad20633.
2026-06-18 22:52:35 +08:00
73a5e9d788
Revert "feat: 增加文档格式化工具"
...
This reverts commit 6550c7c827e18479a2e01865d6067cb5dbea5dd2.
2026-06-18 22:51:34 +08:00
dc6f56e8a8
Revert "fix(deploy): 修复部分启动失败 ( #196 )"
...
This reverts commit 395a80e74b9e69b8bfadfc19d77d57121f68087d.
2026-06-18 22:50:53 +08:00
2c9da8507d
Revert "refactor: 优化serverless入口文件"
...
This reverts commit 1db354464fa20bed8dc70323c066fe12a2a02348.
2026-06-18 22:50:51 +08:00
1db354464f
refactor: 优化serverless入口文件
2026-06-18 22:29:24 +08:00
395a80e74b
fix(deploy): 修复部分启动失败 ( #196 )
2026-06-18 21:00:06 +08:00
6550c7c827
feat: 增加文档格式化工具
2026-06-13 23:49:30 +08:00
c959866436
feat: 增强配置生成逻辑,添加重试机制和日志记录
2026-06-13 21:21:33 +08:00
e3a1c041b6
fix: 修复游客登陆接口
v4.35.1
2026-06-09 00:09:48 +08:00
e2324e26da
Merge remote-tracking branch 'origin/dependabot/github_actions/docker/login-action-4'
2026-06-09 00:09:09 +08:00
f01e770c35
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/types/node-25.9.1'
2026-06-09 00:08:41 +08:00
abb56ec014
Merge remote-tracking branch 'origin/dependabot/github_actions/aormsby/Fork-Sync-With-Upstream-action-3.4.3'
2026-06-09 00:08:23 +08:00
dependabot[bot]
0300c1b51e
build(packages): bump @types/node from 25.5.0 to 25.9.2
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 25.5.0 to 25.9.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.9.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-06-06 07:42:44 +00:00
9896242333
bump 4.35.0
v4.35.0
2026-06-06 15:40:08 +08:00
e3812be97b
Merge pull request #182 from zhuixingzhe-baisheng/feat/add-relay-play-state-submit
...
feat: add relay_play_state_submit API for song play state tracking
2026-06-06 15:36:27 +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
f58fd4b50d
feat: 新增云盘歌曲下载链接接口 (1a5f91a1928c03e9fc3a9369819f69aa456fba8a)
2026-06-06 15:20:06 +08:00
1a5f91a192
feat: 新增从云盘获取歌曲下载链接接口
2026-06-06 15:17:28 +08:00
50cc26f297
feat: 为xeapi重构相关接口以优化密钥获取流程
2026-06-06 14:52:33 +08:00
c92613b19e
fix: 更新GitHub Actions和Dockerfile中的依赖版本
v4.34.3
2026-05-30 20:58:03 +08:00
7aacc8990b
feat: 新增和改进黑胶乐签相关接口
2026-05-30 20:45:24 +08:00
8e934789a1
ci: 修复Dockerfile的错误配置
2026-05-30 20:17:22 +08:00
d26e6b0615
feat: 新增新版会员任务接口 ( #173 )
2026-05-30 20:02:00 +08:00
dependabot[bot]
a9c33de182
chore(deps): bump docker/login-action from 3 to 4
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-30 10:24:02 +00: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.
v4.34.0
2026-05-30 00:17:24 +08:00
3e0337ab94
Merge branch 'pr/186'
2026-05-30 00:14:39 +08:00
LuoRain
5cf43c48ef
fix: wrong unit for yrc
2026-05-30 00:03:27 +08:00
68567f4a14
perf: 更新Bug报告模板和配置
2026-05-29 23:24:24 +08:00