mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-22 22:53:09 +00:00
chore: 更改归属权
This commit is contained in:
parent
974e17580b
commit
c6bc299bbc
@ -1,4 +1,4 @@
|
||||
# 网易云音乐 API Reborn
|
||||
# 网易云音乐 API Enhanced(Reborn)
|
||||
|
||||
---
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
### 安装
|
||||
|
||||
```bash
|
||||
git clone https://github.com/NeteaseCloudMusicApiReborn/api.git
|
||||
git clone https://github.com/neteasecloudmusicapienhanced/api-enhanced.git
|
||||
cd api
|
||||
pnpm i
|
||||
```
|
||||
|
18
pnpm-lock.yaml
generated
18
pnpm-lock.yaml
generated
@ -12,8 +12,8 @@ importers:
|
||||
specifier: latest
|
||||
version: 0.27.10
|
||||
axios:
|
||||
specifier: ^1.10.0
|
||||
version: 1.10.0
|
||||
specifier: ^1.11.0
|
||||
version: 1.11.0
|
||||
crypto-js:
|
||||
specifier: ^4.2.0
|
||||
version: 4.2.0
|
||||
@ -409,8 +409,8 @@ packages:
|
||||
resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
axios@1.10.0:
|
||||
resolution: {integrity: sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==}
|
||||
axios@1.11.0:
|
||||
resolution: {integrity: sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==}
|
||||
|
||||
balanced-match@1.0.2:
|
||||
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
||||
@ -1070,8 +1070,8 @@ packages:
|
||||
resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
form-data@4.0.3:
|
||||
resolution: {integrity: sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==}
|
||||
form-data@4.0.4:
|
||||
resolution: {integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==}
|
||||
engines: {node: '>= 6'}
|
||||
|
||||
forwarded@0.2.0:
|
||||
@ -2821,10 +2821,10 @@ snapshots:
|
||||
dependencies:
|
||||
possible-typed-array-names: 1.1.0
|
||||
|
||||
axios@1.10.0:
|
||||
axios@1.11.0:
|
||||
dependencies:
|
||||
follow-redirects: 1.15.9
|
||||
form-data: 4.0.3
|
||||
form-data: 4.0.4
|
||||
proxy-from-env: 1.1.0
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
@ -3659,7 +3659,7 @@ snapshots:
|
||||
dependencies:
|
||||
is-callable: 1.2.7
|
||||
|
||||
form-data@4.0.3:
|
||||
form-data@4.0.4:
|
||||
dependencies:
|
||||
asynckit: 0.4.0
|
||||
combined-stream: 1.0.8
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 网易云音乐 API Reborn
|
||||
# 网易云音乐 API Enhanced Reborn
|
||||
|
||||
> 为停更的网易云音乐 NodeJs API 提供持续的维护!
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
- 更完善的文档
|
||||
|
||||
|
||||
[Github](https://github.com/neteasecloudmusicapireborn/api)
|
||||
[Get Started](#neteasecloudmusicapi)
|
||||
[Github](https://github.com/neteasecloudmusicapienhanced/api-enhanced)
|
||||
[Get Started](#neteasecloudmusicapienhanced)
|
||||
|
||||

|
||||
|
@ -1,6 +1,6 @@
|
||||
# NeteaseCloudMusicApiReborn
|
||||
# NeteaseCloudMusicApiEnhanced
|
||||
|
||||
网易云音乐 NodeJS API Reborn
|
||||
网易云音乐 NodeJS API Enhanced(Reborn)
|
||||
|
||||
## 灵感来自
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
## 安装
|
||||
|
||||
```shell
|
||||
$ git clone https://github.com/Neteasecloudmusicapireborn/api.git
|
||||
$ git clone https://github.com/neteasecloudmusicapienhanced/api-enhanced.git
|
||||
$ cd api
|
||||
$ pnpm i
|
||||
```
|
||||
@ -73,7 +73,7 @@ v4.0.8 加入了 Vercel 配置文件,可以直接在 Vercel 下部署了,不需
|
||||
|
||||
### 操作方法
|
||||
|
||||
1. [fork](https://github.com/neteasecloudmusicapireborn/api/fork) 此项目
|
||||
1. [fork](https://github.com/neteasecloudmusicapienhanced/api-enhanced/fork) 此项目
|
||||
2. 在 Vercel 官网点击 `New Project`
|
||||
3. 点击 `Import Git Repository` 并选择你 fork 的此项目并点击`import`
|
||||
4. 点击 `PERSONAL ACCOUNT` 的 `select`
|
||||
@ -84,7 +84,7 @@ v4.0.8 加入了 Vercel 配置文件,可以直接在 Vercel 下部署了,不需
|
||||
## 腾讯云 serverless 部署
|
||||
因 `Vercel` 在国内访问太慢(不绑定自己的域名的情况下),在此提供腾讯云 serverless 部署方法
|
||||
### 操作方法
|
||||
1. [fork](https://github.com/neteasecloudmusicapireborn/api/fork) 此项目
|
||||
1. [fork](https://github.com/neteasecloudmusicapienhanced/api-enhanced/fork) 此项目
|
||||
2. 在腾讯云serverless应用管理页面( https://console.cloud.tencent.com/sls ),点击`新建应用`
|
||||
3. 顶部`创建方式`选择 `Web 应用`
|
||||
4. 选择 `Express框架`,点击底部`下一步按钮`
|
||||
@ -185,7 +185,7 @@ docker run -d -p 3000:3000 -e http_proxy= -e https_proxy= -e no_proxy= -e HTTP_P
|
||||
> 以下是自行 build docker 镜像方式
|
||||
|
||||
```
|
||||
$ git clone https://github.com/neteasecloudmusicapireborn/api.git && cd api
|
||||
$ git clone https://github.com/neteasecloudmusicapienhanced/api-enhanced.git && cd api
|
||||
|
||||
$ sudo docker build . -t netease-music-api
|
||||
|
||||
@ -552,7 +552,7 @@ signature:用户签名
|
||||
|
||||
### 更新头像
|
||||
|
||||
说明 : 登录后调用此接口,使用`'Content-Type': 'multipart/form-data'`上传图片 formData(name 为'imgFile'),可更新头像(参考: https://github.com/neteasecloudmusicapireborn/api/blob/main/public/avatar_update.html ),支持命令行调用,参考module_example目录下`avatar_upload.js`
|
||||
说明 : 登录后调用此接口,使用`'Content-Type': 'multipart/form-data'`上传图片 formData(name 为'imgFile'),可更新头像(参考: https://github.com/neteasecloudmusicapienhanced/api-enhanced/blob/main/public/avatar_update.html ),支持命令行调用,参考module_example目录下`avatar_upload.js`
|
||||
|
||||
**可选参数 :**
|
||||
|
||||
@ -669,7 +669,7 @@ tags: 歌单标签
|
||||
|
||||
### 歌单封面上传
|
||||
|
||||
说明 : 登录后调用此接口,使用`'Content-Type': 'multipart/form-data'`上传图片 formData(name 为'imgFile'),可更新歌单封面(参考:https://github.com/neteasecloudmusicapireborn/api/blob/main/public/playlist_cover_update.html)
|
||||
说明 : 登录后调用此接口,使用`'Content-Type': 'multipart/form-data'`上传图片 formData(name 为'imgFile'),可更新歌单封面(参考:https://github.com/neteasecloudmusicapienhanced/api-enhanced/blob/main/public/playlist_cover_update.html)
|
||||
|
||||
**必选参数 :**
|
||||
`id`: 歌单 id 3143833470
|
||||
@ -2761,7 +2761,7 @@ type : 地区
|
||||
|
||||
说明 : 登录后调用此接口,使用`'Content-Type': 'multipart/form-data'`上传 mp3 formData(name 为'songFile'),可上传歌曲到云盘
|
||||
|
||||
参考: https://github.com/neteasecloudmusicapireborn/api/blob/main/public/cloud.html
|
||||
参考: https://github.com/neteasecloudmusicapienhanced/api-enhanced/blob/main/public/cloud.html
|
||||
|
||||
访问地址: http://localhost:3000/cloud.html)
|
||||
|
||||
@ -3426,7 +3426,7 @@ type='1009' 获取其 id, 如`/search?keywords= 代码时间 &type=1009`
|
||||
|
||||
主机模式:
|
||||
|
||||
代码可参考: https://github.com/neteasecloudmusicapireborn/api/blob/main/public/listen_together_host.html
|
||||
代码可参考: https://github.com/neteasecloudmusicapienhanced/api-enhanced/blob/main/public/listen_together_host.html
|
||||
|
||||
访问地址: http://localhost:3000/listen_together_host.html
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="KEYWords" contect="网易云音乐,网易云音乐 api,网易云音乐 nodejs,网易云音乐 node.js">
|
||||
<meta name="description" content="网易云音乐 NodeJS API Reborn">
|
||||
<title>网易云音乐 NodeJS API Reborn</title>
|
||||
<meta name="description" content="网易云音乐 NodeJS API Enhanced">
|
||||
<title>网易云音乐 NodeJS API Enhanced</title>
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<meta name="description" content="Description">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
@ -23,8 +23,8 @@
|
||||
</body>
|
||||
<script>
|
||||
window.$docsify = {
|
||||
name: '网易云音乐 API Reborn',
|
||||
repo: 'https://github.com/NeteaseCloudMusicApiReborn/api',
|
||||
name: '网易云音乐 API Enhanced',
|
||||
repo: 'https://github.com/neteasecloudmusicapienhanced/api-enhanced',
|
||||
coverpage: true,
|
||||
homepage: 'home.md',
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>网易云音乐 API Reborn</title>
|
||||
<title>网易云音乐 API Enhanced</title>
|
||||
<style>
|
||||
html, body {
|
||||
height: 100vh;
|
||||
@ -133,7 +133,7 @@
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>网易云音乐 API <span id="api-version" class="version"></span></h1>
|
||||
<h1>网易云音乐 API Enhanced <span id="api-version" class="version"></span></h1>
|
||||
<p>🎵 这是一个持续维护的第三方网易云音乐 API 服务,兼容原版接口,支持多平台部署。</p>
|
||||
<p>当你看到这个页面时,服务已成功运行!</p>
|
||||
<p class="current-url">当前访问:<span id="current-url"></span></p>
|
||||
@ -152,7 +152,7 @@
|
||||
<li><a href="./playlist_import.html">歌单导入工具</a></li>
|
||||
</ul>
|
||||
<div class="footer">
|
||||
<span>© 2025 网易云音乐 API Reborn | <a href="https://github.com/NeteaseCloudMusicApiReborn/api" target="_blank">GitHub</a></span>
|
||||
<span>© 2025 网易云音乐 API Enhanced(Reborn) | <a href="https://github.com/neteasecloudmusicapienhanced/api-enhanced" target="_blank">GitHub</a></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user