146 Commits

Author SHA1 Message Date
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
75ec2de66f
feat: update doc icon 2026-02-28 15:37:02 +08:00
0bd023c188
Merge branch 'main' into chore/bump-4.30.2 2026-02-28 15:33:16 +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
29ef4f68c2
docs: update readme 2026-02-26 18:43:17 +08:00
31d2ec9225
chore: clean up empty code change sections in the changes log 2026-02-23 23:12:01 +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
872bae1b43 feat(cloud): 添加音频元数据解析功能
- 集成 jsmediatags 库用于解析音频文件的 ID3 标签
- 实现 parseMediaTags 函数提取歌曲标题、艺术家和专辑信息
- 在上传前添加音频元数据解析步骤
- 将解析的元数据传递给 completeUpload 函数
- 使用元数据中的标题作为歌曲名称,提高准确性
- 添加默认值处理以防止解析失败
- 更新 completeUpload 函数接收文件对象和媒体标签参数
- 移除模块中不再使用的文件扩展名提取逻辑
2026-02-18 18:49:05 +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
BakaCookie520
c91f5f3714 更加优雅的显示URL和调试按钮 2026-02-14 00:01:19 +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
ce51da9150
build(version): bump 4.30.0 (#102)
* chore(deps): bump actions/checkout from 4 to 6

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Squashed commit of the following:

commit f73cbbeec37d40383e2b7d411e34048146776345
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Feb 1 12:47:57 2026 +0000

    chore(deps): bump actions/download-artifact from 4 to 7

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](https://github.com/actions/download-artifact/compare/v4...v7)

    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

* Squashed commit of the following:

commit 4da2d5f3600f52c7087ea350e3ec87a3c7cac535
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Feb 1 12:48:00 2026 +0000

    chore(deps): bump actions/github-script from 7 to 8

    Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](https://github.com/actions/github-script/compare/v7...v8)

    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

* Squashed commit of the following:

commit 9e65b176252a554decf5574ca6a3463838a7a32f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Feb 1 12:47:49 2026 +0000

    chore(deps): bump actions/setup-node from 4 to 6

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](https://github.com/actions/setup-node/compare/v4...v6)

    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

* Squashed commit of the following:

commit a060f3c4cc5c3a4baf9c4827163acde1589ef26d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Feb 1 12:47:53 2026 +0000

    chore(deps): bump actions/upload-artifact from 4 to 6

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6)

    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

* build(version): bump 4.30.0

* refactor: QR login and voice upload pages with improved UI and error handling

- Enhanced styling for better user experience on qrlogin-nocookie.html and qrlogin.html
- Added loading indicators and improved status messages during QR code login process
- Updated error handling for login status retrieval
- Refactored unblock_test.html for better layout and user interaction
- Improved voice upload page with a more intuitive design and better feedback for file uploads
- Added loading state management for voice list retrieval
- Enhanced accessibility and usability across all modified pages

* fix: Potential fix for code scanning alert no. 6: DOM text reinterpreted as HTML

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Potential fix for code scanning alert no. 15: DOM text reinterpreted as HTML

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* build: update utils

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-02-09 23:33:26 +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
748d5da8fe
fix(require): fix modules not defined 2026-01-09 21:44:03 +08:00
f2f78b2774
fix(workflows): update branch references and remove unused push triggers
feat: enhance eapi_decrypt.html with styled decode result display

fix: update qrlogin and qrlogin-nocookie to include platform parameter in QR code creation URL

chore: bump music-metadata and other dependencies in package.json and pnpm-lock.yaml

docs: update README with important project usage notes
2026-01-03 01:36:21 +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
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
5unV
2f2755ac8c feat: 增加云盘歌词接口 2025-11-06 10:04:13 +08:00
MoeFurina
398f410109 fix: update music search keyword and test case ID
- Changed the default search keyword in the API documentation from "这么可爱真是抱歉" to "妖精小姐的魔法邀约".
- Updated the test case for fetching song URL to use the correct song ID (from 1969519579 to 2756058128).
2025-11-01 12:16:29 +08:00
MoeFurina
173496f305 build(ci): delete useless lock files 2025-10-25 12:10:23 +08:00
MoeFurina
b45739b621 refactor(index): rewrite api index pages without ai and update dependences 2025-10-24 17:51:23 +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
ImFurina
c9c881ba7d docs(index): 指向官方文档 2025-10-06 14:11:09 +08:00
00af0c281d
docs(doc): add docker deployment 2025-10-05 21:34:17 +08:00