feat: 移除 lazyload 插件,改用浏览器原生懒加载

This commit is contained in:
2026-01-12 15:17:52 +08:00
parent e604c8ed4c
commit e1039dcee4
9 changed files with 22 additions and 154 deletions

View File

@@ -4096,16 +4096,9 @@ html.filter-grayscale {
}
.post-thumbnail.lazyload {
/* 图片加载过渡效果 */
.post-thumbnail {
transition: opacity 0.3s ease 0s;
}
.post-thumbnail.lazyload.lazyload-loaded {
opacity: 1 !important;
}
.single .post-thumbnail,