From 3bf033c9e4d875a65b8b3ecad4e84f952467dc3e Mon Sep 17 00:00:00 2001 From: Jerry Date: Fri, 16 Aug 2019 23:33:56 +0800 Subject: [PATCH] =?UTF-8?q?1.=20Fix:=20=E4=BF=AE=E5=BE=A9=E4=BD=BF?= =?UTF-8?q?=E7=94=A8hexo-asset-image,=E9=96=8B=E5=95=93=E6=87=B6=E5=8A=A0?= =?UTF-8?q?=E8=BC=89=E5=90=8E=EF=BC=8C=E5=9C=96=E7=89=87=E6=9C=83=E5=87=BA?= =?UTF-8?q?=E7=8F=BE=E7=84=A1=E6=B3=95=E5=8A=A0=E8=BC=89=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/post-lazyload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/post-lazyload.js b/scripts/post-lazyload.js index d738fe7..511648f 100644 --- a/scripts/post-lazyload.js +++ b/scripts/post-lazyload.js @@ -17,4 +17,4 @@ hexo.extend.filter.register('after_post_render', data => { }); data.content = $.html(); -}, 0); \ No newline at end of file +}, 100); \ No newline at end of file