feat: 更新网易云音乐API版本并增强日志记录

更新NeteaseCloudMusicApi至最新版本4.28.0以获取最新功能
在wycloud音乐平台服务中添加详细日志记录,包括上传状态、错误信息和响应数据
添加.claude本地配置文件设置基础权限
This commit is contained in:
史悦
2026-01-08 11:27:19 +08:00
parent dcfd9cc5be
commit e3c8a02669
4 changed files with 2928 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Bash(find:*)",
"WebSearch",
"WebFetch(domain:www.npmjs.com)",
"Bash(npm view:*)",
"Bash(npm install:*)",
"Bash(node -e:*)"
]
}
}