From d4b3146ca7d2ec138e0efe2a473ef9e90fa6783a Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Thu, 18 Nov 2021 15:59:06 +0800 Subject: [PATCH] rm loading --- .gitignore | 3 ++- nav.config.ts | 2 +- src/index.html | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ef26e9f..c46c1b5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,8 @@ /build /tmp /out-tsc -/public +* +!/public # dependencies /node_modules diff --git a/nav.config.ts b/nav.config.ts index 8d8d56b..b4c1d83 100644 --- a/nav.config.ts +++ b/nav.config.ts @@ -17,7 +17,7 @@ const c: IConfig = { // If you have a good-looking Loading, please contact us! // 页面Loading: loading1 | loading2 | loading3 | random // 如果您有好看的加载Loading请联系我们! - loading: 'loading3', // 随机加载 + // loading: 'loading3', // 随机加载 // Whether the route is in Hash mode, if it is deployed on github pages, it must be set to true // 路由是否Hash模式, 如果是部署在github pages 务必设为 true diff --git a/src/index.html b/src/index.html index 36586a9..1d8a14e 100644 --- a/src/index.html +++ b/src/index.html @@ -42,7 +42,7 @@ - + -- GitLab