perf(HomeHero): 将图片加载方式从eager改为lazy以优化性能

This commit is contained in:
2026-05-02 12:27:48 +08:00
parent 0c1bcd6237
commit a5d681d55b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ defineExpose({ play })
:src="image"
alt=""
decoding="async"
loading="eager"
loading="lazy"
/>
</div>
</div>