From a34d4cfa2f3176adc460d768fb1cda294a7b4b0f Mon Sep 17 00:00:00 2001 From: binaryify <821374382@qq.com> Date: Mon, 29 Jan 2024 18:21:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E4=BB=B6=E9=87=8D=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E9=98=B2=E6=AD=A2404?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + public/docs/{README.md => home.md} | 0 public/docs/index.html | 3 ++- 3 files changed, 3 insertions(+), 1 deletion(-) rename public/docs/{README.md => home.md} (100%) 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', }