From 5eac3756b2706982d27f74e1dbc361a3bcdb74ed Mon Sep 17 00:00:00 2001 From: liuzhihang Date: Sat, 31 Dec 2022 21:03:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=8A=A0=E8=BD=BD=E5=8A=A8?= =?UTF-8?q?=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/links.html | 40 -------------------------- templates/modules/layouts/layout.html | 2 +- templates/modules/loading-box.html | 41 +++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 41 deletions(-) diff --git a/templates/links.html b/templates/links.html index e3b27d96..1a439dd8 100644 --- a/templates/links.html +++ b/templates/links.html @@ -1,46 +1,6 @@ - - - -
diff --git a/templates/modules/layouts/layout.html b/templates/modules/layouts/layout.html index 4ce2615d..a1f3b8a8 100644 --- a/templates/modules/layouts/layout.html +++ b/templates/modules/layouts/layout.html @@ -98,7 +98,7 @@ coverColor(); } - if ([[${theme.config.other.loadingBox} and not ${#strings.isEmpty(theme.config.other.loadingBoxImg)}]]) { + if ([[${theme.config.other.loadingBox}]]) { // 移除加载动画 removeLoading(); } diff --git a/templates/modules/loading-box.html b/templates/modules/loading-box.html index 27c8332e..9a1b5cbc 100644 --- a/templates/modules/loading-box.html +++ b/templates/modules/loading-box.html @@ -5,6 +5,47 @@
+ + + +