60 Commits

Author SHA1 Message Date
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
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
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
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
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
ImFurina
abd0c9ca91 refactor: 重构模块加载
Refactored main.js to optimize module and server loading, improving code clarity and lazy loading. Updated several dependencies in package.json to their latest versions for better security and compatibility. Updated documentation cover page and home page to reflect project branding changes.

Co-Authored-By: binaryify <binaryify@gmail.com>
2025-09-07 13:08:26 +08:00
ImFurina
365450c26e issues: 添加事先声明 2025-08-27 14:02:56 +08:00
ImFurina
ceb2044500 feat(logger}: 支持更好的日志输出, 完善了文档 2025-08-24 23:10:24 +08:00
ImFurina
11e1c62cc3 chore(deps): 更新依赖以及完善文档 2025-08-24 23:10:23 +08:00
c6bc299bbc chore: 更改归属权 2025-08-24 23:10:06 +08:00
IamFurina
de01a55aa2 docs: 及时更新文档内容 2025-08-24 23:09:52 +08:00
IamFurina
6e63dce9d3 docs: 新增图片 2025-08-24 23:09:50 +08:00
IamFurina
b018be8695 feat: 支持直接在请求歌曲url使用unm server 2025-08-24 23:09:42 +08:00
IamFurina
fb2eb82a86 fix: 修复请求失败, 适配SPlayer 2025-08-24 23:09:41 +08:00
IamFurina
f5e3c8ae1b docs: 更新文档 2025-08-24 23:09:37 +08:00
IamFurina
9925b4da91 fix: 修复错别字 2025-08-24 23:09:35 +08:00
IamFurina
9711915f7a feat: 支持Actions自动同步上有仓库 2025-08-24 23:09:35 +08:00
IamFurina
a051864303 feat. 分离解灰至单独的模块, 更新文档 2025-08-24 23:09:29 +08:00
IamFurina
45609a8806 feat. 更新API到4.27.0 2025-08-24 23:08:27 +08:00
overwriter
90b9883691 feat: 补充歌词摘录文档 2025-01-12 12:48:04 +08:00
overwriter
ea8d2f56f7 refeator: 年度听歌报告接口支持2024年 2024-12-28 14:35:51 +08:00
overwriter
1fff1d559c feat: 增加歌单导入工具example 2024-10-27 22:30:08 +08:00
overwriter
d45124dfbb feat: 增加副歌时间、相关歌单推荐接口,原有相关歌单接口已废弃 2024-10-27 10:41:47 +08:00
overwriter
0e18cb7fbe feat: 增加歌单导入 - 任务状态接口 2024-10-20 21:10:11 +08:00
overwriter
2113f7f78b feat: 增加歌单导入接口 2024-10-20 19:14:06 +08:00
overwriter
b796e87106 feat: 增加听歌足迹相关接口 2024-10-19 23:57:22 +08:00
overwriter
a09c519cc2 feat: 增加用户状态相关接口 2024-10-19 22:15:26 +08:00
overwriter
9032a2e504 feat: 增加用户徽章接口 2024-10-19 21:56:27 +08:00
overwriter
8ee4167087 feat: 增加歌曲动态封面接口 2024-09-22 10:11:28 +08:00
overwriter
61983799fe feat: 增加用户是否互相关注接口 2024-09-22 09:00:46 +08:00
overwriter
e549d85c39 refactor: 文档补充 2024-09-20 23:20:20 +08:00
overwriter
8750653418 feat: 增加歌曲是否喜爱接口 2024-09-20 23:14:51 +08:00
binaryify
20a626d413 Merge branch 'main' into 'main'
docs: 增加 杜比全景声 音质的说明。补充客户端下载链接新版接口的说明

See merge request Binaryify/neteasecloudmusicapi!23
2024-09-03 10:02:35 +00:00
Cinvin
0dab5e55ba docs: 增加 杜比全景声 音质的说明。补充客户端下载链接新版接口的说明 2024-09-02 14:29:41 +00:00
Xu Luoming
8d49669b26 doc: cookie, 腾讯云serverless 2024-08-24 15:31:33 +08:00
overwriter
422722e0a7 feat: 增加下载、购买记录接口 2024-07-22 07:53:46 +08:00
overwriter
83cc9a7566 feat: 增加接口: 获取客户端歌曲下载链接 - 新版、当前账号关注的用户/歌手 2024-07-13 16:32:11 +08:00
Cinvin
1c5d203323 feat: 云盘导入歌曲 2024-06-21 12:36:11 +00:00
Cinvin
8c140fe6d3 docs: 补充歌曲字段说明 2024-06-20 07:06:13 +00:00
overwriter
a75565929b feat: 增加接口:最近听歌列表 2024-06-18 19:46:15 +08:00