kaiyuanshe / kaiyuanshe.github.io

The Official Web site of KaiYuanShe
https://kaiyuanshe.cn/
26 stars 14 forks source link

图片懒加载无效 #228

Closed TechQuery closed 1 year ago

TechQuery commented 1 year ago

测试页面

https://kaiyuanshe.cn/activity/coscon-2023

典型现象

以下两种技术实现都无法延迟加载图片:

https://github.com/kaiyuanshe/kaiyuanshe.github.io/blob/c16ed621c12e703a03dc20cf02b0cb7a662a3c84/components/Base/LarkImage.tsx#L14-L17

https://github.com/kaiyuanshe/kaiyuanshe.github.io/blob/c16ed621c12e703a03dc20cf02b0cb7a662a3c84/components/Base/LazyImage.tsx#L11-L40