202 Commits

Author SHA1 Message Date
ee25eb17a6
docs: update readme 2026-02-23 23:30:55 +08:00
b45bdd411f
Update README.MD
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-02-22 22:20:15 +08:00
c14b06f6c3
build: update deps 2026-02-22 22:16:39 +08:00
LaoShui
83c527af01 feat(cloud): 添加云盘上传模式选择和进度显示功能
- 添加客户端直传和后端代理两种上传模式选项
- 实现上传进度条和状态显示界面
- 添加文件MD5计算和上传凭证获取功能
- 支持大文件上传和断点续传机制
- 新增cloud/upload/token和cloud/upload/complete接口
- 更新文档说明上传模式和接口使用方法
- 优化上传按钮禁用状态和提示信息显示
2026-02-18 18:42:28 +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
f6fc452666
更新 README 以反映 Node.js 版本要求和 Docker 使用说明 (#80)
Co-authored-by: binaryify <binaryify@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-01-16 22:58:19 +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
ImFurina
6d6eee13b9 docs: upd readme 2025-10-17 22:01:32 +08:00
ImFurina
6d33efee47 build(ci): change the package name 2025-10-17 20:06:30 +08:00
ImFurina
0e0777d175 feat: 支持全局cookie代理 2025-10-06 14:07:33 +08:00
001f206a31
docs(readme): fix markdown grammar 2025-10-05 21:26:40 +08:00
4d9045d597
docs(env-deploy): add env config 2025-10-05 21:25:08 +08:00
6ae1ccd5e3
docs(readme): fix gammar in this readme file 2025-10-05 21:16:53 +08:00
cb72918c55
docs(readme): add docker deploy method 2025-10-05 21:15:14 +08:00
fb6804364a
docs: 更新readme 2025-10-05 20:25:39 +08:00
ImFurina
ea3acc0b14 feat(unblock): 新增bodian source 2025-09-23 20:19:47 +08:00
ImFurina
365450c26e issues: 添加事先声明 2025-08-27 14:02:56 +08:00
ImFurina
442d0a8f81 docs: 纠正文档 2025-08-26 17:37:44 +08:00
ImFurina
ceb2044500 feat(logger}: 支持更好的日志输出, 完善了文档 2025-08-24 23:10:24 +08:00
c6bc299bbc chore: 更改归属权 2025-08-24 23:10:06 +08:00
IamFurina
de01a55aa2 docs: 及时更新文档内容 2025-08-24 23:09:52 +08:00
IamFurina
76d8e662f7 feat: 支持GD台音乐的获取 2025-08-24 23:09:39 +08:00
IamFurina
8246736140 docs. 重写README 2025-08-24 23:09:31 +08:00
IamFurina
a051864303 feat. 分离解灰至单独的模块, 更新文档 2025-08-24 23:09:29 +08:00
IamFurina
b91092d0c6 docs: 更新文档 2025-08-24 23:09:26 +08:00
FalseElaina
35f79bb0ea Update README.MD 2025-08-24 23:08:55 +08:00
FalseElaina
646617dd8e docs: 更新文档 2025-08-24 23:08:55 +08:00
IamFurina
45609a8806 feat. 更新API到4.27.0 2025-08-24 23:08:27 +08:00
IamFurina
eedd30295c Patch: 更新todo 2025-08-24 23:07:25 +08:00
overwriter
90b9883691 feat: 补充歌词摘录文档 2025-01-12 12:48:04 +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
8750653418 feat: 增加歌曲是否喜爱接口 2024-09-20 23:14:51 +08:00
overwriter
422722e0a7 feat: 增加下载、购买记录接口 2024-07-22 07:53:46 +08:00
overwriter
83cc9a7566 feat: 增加接口: 获取客户端歌曲下载链接 - 新版、当前账号关注的用户/歌手 2024-07-13 16:32:11 +08:00
overwriter
a75565929b feat: 增加接口:最近听歌列表 2024-06-18 19:46:15 +08:00
binaryify
ef7f998636 4.19.7 2024-05-15 10:35:54 +08:00
binaryify
dfcdc04fbb update: 文档和示例更新 2024-03-12 14:29:31 +08:00
binaryify
571c35da55 update: README 2024-03-11 15:40:28 +08:00
binaryify
4b3cf00c8c update: 文档更新 2024-02-28 10:18:07 +08:00
binaryify
35e1807c4c update:新增私人 FM 模式选择接口 2024-01-26 16:02:57 +08:00
binaryify
b8f9110f69 update:文档结构调整 2024-01-23 15:20:25 +08:00
盧瞳
caf2ae1c5f
Update README.MD 2023-12-15 17:12:48 +08:00