mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
fix: 文件重命名防止404
This commit is contained in:
parent
0f458b1784
commit
a34d4cfa2f
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ node_modules
|
|||||||
examples/moddef.json
|
examples/moddef.json
|
||||||
bin
|
bin
|
||||||
anonymous_token
|
anonymous_token
|
||||||
|
.vercel
|
||||||
|
@ -25,7 +25,8 @@
|
|||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
name: '网易云音乐 API',
|
name: '网易云音乐 API',
|
||||||
repo: 'https://github.com/Binaryify/NeteaseCloudMusicApi',
|
repo: 'https://github.com/Binaryify/NeteaseCloudMusicApi',
|
||||||
coverpage: true
|
coverpage: true,
|
||||||
|
homepage: 'home.md',
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script src="https://unpkg.com/docsify@4.11.3/lib/docsify.min.js"></script>
|
<script src="https://unpkg.com/docsify@4.11.3/lib/docsify.min.js"></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user