fix: 文件重命名防止404

This commit is contained in:
binaryify 2024-01-29 18:21:45 +08:00
parent 0f458b1784
commit a34d4cfa2f
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ node_modules
examples/moddef.json
bin
anonymous_token
.vercel

View File

@ -25,7 +25,8 @@
window.$docsify = {
name: '网易云音乐 API',
repo: 'https://github.com/Binaryify/NeteaseCloudMusicApi',
coverpage: true
coverpage: true,
homepage: 'home.md',
}
</script>
<script src="https://unpkg.com/docsify@4.11.3/lib/docsify.min.js"></script>