From d3254de43781a6561808164f9c8925d4d73e919f Mon Sep 17 00:00:00 2001 From: zeekling Date: Tue, 6 Oct 2020 22:05:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9B=BE=E7=89=87=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bolo-fantastic/article-list.ftl | 8 +- bolo-fantastic/article.ftl | 4 +- bolo-fantastic/footer.ftl | 12 +- bolo-fantastic/js/lazyload.js | 320 ++++++++++++++++++++++++++++++++ bolo-fantastic/side-right.ftl | 3 +- bolo-fantastic/side.ftl | 4 +- 6 files changed, 337 insertions(+), 14 deletions(-) create mode 100644 bolo-fantastic/js/lazyload.js diff --git a/bolo-fantastic/article-list.ftl b/bolo-fantastic/article-list.ftl index 19cf830..accbdf1 100644 --- a/bolo-fantastic/article-list.ftl +++ b/bolo-fantastic/article-list.ftl @@ -33,7 +33,9 @@
@@ -65,7 +67,9 @@
diff --git a/bolo-fantastic/article.ftl b/bolo-fantastic/article.ftl index b495ac0..c086845 100644 --- a/bolo-fantastic/article.ftl +++ b/bolo-fantastic/article.ftl @@ -187,7 +187,7 @@ }, 1000) } }, 3000) - })**/ + }) $(document).ready(function(){ var content = $("#post-article"); var img_url = content.attr("data-img"); @@ -195,7 +195,7 @@ var img = content.find("p a").get(0); img.remove(); } - }) + })**/ diff --git a/bolo-fantastic/footer.ftl b/bolo-fantastic/footer.ftl index 26d41db..ab4a5d9 100644 --- a/bolo-fantastic/footer.ftl +++ b/bolo-fantastic/footer.ftl @@ -31,8 +31,6 @@
Powered by Bolo Theme ${skinDirName} - [ref]
<#-- @@ -49,6 +47,7 @@ +