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