diff --git a/.gitignore b/.gitignore index b9957f0..83b4cd0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ node_modules examples/moddef.json bin anonymous_token +.vercel diff --git a/public/docs/README.md b/public/docs/home.md similarity index 100% rename from public/docs/README.md rename to public/docs/home.md diff --git a/public/docs/index.html b/public/docs/index.html index 966c514..a7adaa8 100644 --- a/public/docs/index.html +++ b/public/docs/index.html @@ -25,7 +25,8 @@ window.$docsify = { name: '网易云音乐 API', repo: 'https://github.com/Binaryify/NeteaseCloudMusicApi', - coverpage: true + coverpage: true, + homepage: 'home.md', }