update:文档更新

This commit is contained in:
binaryify 2024-02-28 11:02:07 +08:00
parent 4b3cf00c8c
commit 2be88c6a86
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# 更新日志 # 更新日志
### 4.15.4 | 2024.02.28 ### 4.15.5 | 2024.02.28
- 文档更新 - 文档更新
### 4.15.3 | 2024.01.29 ### 4.15.3 | 2024.01.29

View File

@ -1,6 +1,6 @@
{ {
"name": "NeteaseCloudMusicApi", "name": "NeteaseCloudMusicApi",
"version": "4.15.4", "version": "4.15.5",
"description": "网易云音乐 NodeJS 版 API", "description": "网易云音乐 NodeJS 版 API",
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",

View File

@ -7,7 +7,7 @@
- 更完善的文档 - 更完善的文档
[GitHub](https://github.com/Binaryify/NeteaseCloudMusicApi) [GitLab](https://gitlab.com/Binaryify/NeteaseCloudMusicApi)
[Get Started](#neteasecloudmusicapi) [Get Started](#neteasecloudmusicapi)
![color](#ffffff) ![color](#ffffff)

View File

@ -24,7 +24,7 @@
<script> <script>
window.$docsify = { window.$docsify = {
name: '网易云音乐 API', name: '网易云音乐 API',
repo: 'https://github.com/Binaryify/NeteaseCloudMusicApi', repo: 'https://gitlab.com/Binaryify/NeteaseCloudMusicApi',
coverpage: true, coverpage: true,
homepage: 'home.md', homepage: 'home.md',
} }