1. Fix: 修復使用hexo-asset-image,開啓懶加載后,圖片會出現無法加載問題

This commit is contained in:
Jerry
2019-08-16 23:33:56 +08:00
Unverified
parent bb8e98c68a
commit 3bf033c9e4

View File

@@ -17,4 +17,4 @@ hexo.extend.filter.register('after_post_render', data => {
});
data.content = $.html();
}, 0);
}, 100);