1254qwer
|
f21f5677e8
|
feat: Add xeapi crypto support
|
2026-05-29 21:56:27 +08:00 |
|
|
|
269456def3
|
fix: 去除对github registry 的支持
|
2026-05-22 20:45:00 +08:00 |
|
|
|
086e379f2c
|
fix(workflow): 移动 pnpm 设置步骤以避免重复
v4.33.0
|
2026-05-22 20:27:20 +08:00 |
|
|
|
38803a18ae
|
feat(workflow): 新增版本变更时创建发布的工作流
|
2026-05-22 20:19:59 +08:00 |
|
|
|
3980d09bcd
|
feat(上游): 新增多级行政区划和指定维度音乐排行榜接口
|
2026-05-22 19:59:42 +08:00 |
|
|
|
64d4847350
|
fix(workflow): 移除发布条件检查以简化工作流
|
2026-05-16 10:43:28 +08:00 |
|
|
|
cf74e90c1d
|
fix(workflow): fix cant publish packages
|
2026-05-16 10:40:21 +08:00 |
|
|
|
a366983e99
|
feat: 新增评论举报接口 && bump 4.32.1
v4.32.1
|
2026-05-16 10:21:46 +08:00 |
|
|
|
15fa49a2e8
|
Merge pull request #164 from irtrdr/main
|
2026-05-01 14:00:51 +08:00 |
|
irtrdr
|
f5fe69c863
|
feat: 更新song_copyright_rcmd接口参数为可选
|
2026-04-29 04:09:54 +08:00 |
|
irtrdr
|
b6be789ccd
|
feat: 新增灰色歌曲其他版本推荐接口
|
2026-04-29 03:55:21 +08:00 |
|
|
|
0395d087d9
|
Merge branch 'main' into main
|
2026-04-19 10:19:41 +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 |
|
|
|
2c36daf07a
|
bump 4.31.0
|
2026-03-28 00:09:46 +08:00 |
|
|
|
5b5f380cd5
|
Merge pull request #136 from laoshuikaixue/feature/cors-multi-domain
|
2026-03-20 23:39:06 +08:00 |
|
|
|
ff7c5518d1
|
Merge pull request #138 from NeteaseCloudMusicApiEnhanced/up-4.31.0
|
2026-03-20 20:14:14 +08:00 |
|
|
|
bbb2b9d4a0
|
docs: 更新文档
|
2026-03-20 20:08:47 +08:00 |
|
|
|
3188238678
|
feat: 添加DIFM相关接口
|
2026-03-20 20:05:40 +08:00 |
|
|
|
8e60324452
|
chore: update deps
|
2026-03-20 20:02:04 +08:00 |
|
|
|
c9909cddd3
|
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/upload-artifact-7' into up-4.31.0
|
2026-03-20 19:58:27 +08:00 |
|
|
|
dbdbba3f98
|
Squashed commit of the following:
commit ed0208eb8958e27f16e6e7f83b8158ba9d90366b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun Mar 1 12:48:11 2026 +0000
chore(deps): bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-03-20 19:58:19 +08:00 |
|
LaoShui
|
27aa9a01cb
|
fix(cors): 修复CORS源验证逻辑
- 移除无效的请求源回退逻辑
- 简化Vary头设置条件判断
- 优化CORS允许源验证流程
|
2026-03-14 21:14:18 +08:00 |
|
LaoShui
|
30e522018f
|
feat(server): 支持多域名CORS配置
- 实现了逗号分隔的多域名CORS配置解析功能
- 新增parseCorsAllowOrigins函数处理域名列表解析
- 新增getCorsAllowOrigin函数实现动态域名匹配逻辑
- 更新CORS响应头设置逻辑支持多域名验证
- 添加Vary: Origin响应头优化缓存策略
- 修改README文档说明多域名配置方式
|
2026-03-14 21:03:58 +08:00 |
|
LaoShui
|
7b2507e43d
|
refactor(server): 修复函数名拼写错误
- 将 consturctServer 函数名更正为 constructServer
- 更新调用处的函数名称以保持一致性
|
2026-03-14 19:24:52 +08:00 |
|
|
|
3647fc5fa0
|
Merge branch 'add-new-modules' to main
|
2026-03-14 00:28:04 +08:00 |
|
|
|
8521c198d3
|
docs: 更新readme
|
2026-03-14 00:25:43 +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 |
|
|
|
b6a1f9ce0a
|
Merge branch 'main' into main
|
2026-03-08 09:24:54 +08:00 |
|
RedSTAR.Cheng
|
5991e41c5d
|
Merge branch 'NeteaseCloudMusicApiEnhanced:main' into main
|
2026-03-04 10:21:38 +08:00 |
|
dependabot[bot]
|
f61554714c
|
chore(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-03-01 12:48:05 +00:00 |
|
RedSTARO
|
266cd8d059
|
chore: doc update for 302 endpoint
|
2026-03-01 14:03:54 +08:00 |
|
RedSTARO
|
89a70b14d4
|
refactor: simplify /song/url/v1/302 call chain
|
2026-03-01 13:48:28 +08:00 |
|
|
|
a9332af453
|
Merge branch 'main' into main
build(version): bump to 4.30.2
|
2026-02-28 15:52:06 +08:00 |
|
|
|
cffe68d9ff
|
upd changelog
|
2026-02-28 15:51:47 +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 |
|
|
|
2c82c9b7be
|
Merge branch 'add-comment-info' into 'main'
|
2026-02-28 15:29:10 +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 |
|
RedSTARO
|
59241631db
|
feat: add song download url api end point for 302
* This will redirect access from http://localhost:3000/song/url/v1?id=2756058128&level=exhigh to actual resource url
|
2026-02-26 20:12:43 +08:00 |
|
|
|
29ef4f68c2
|
docs: update readme
|
2026-02-26 18:43:17 +08:00 |
|
|
|
ee25eb17a6
|
docs: update readme
|
2026-02-23 23:30:55 +08:00 |
|
|
|
31d2ec9225
|
chore: clean up empty code change sections in the changes log
|
2026-02-23 23:12:01 +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 |
|