feat: image lazy load

This commit is contained in:
xkeyC 2025-05-09 00:01:01 +08:00
parent 72185370c9
commit a6d286e905
4 changed files with 10 additions and 10 deletions

View File

@ -66,7 +66,7 @@
<div class="card">
<a href="https://uexcorp.space" target="_blank">
<img src="https://assets.uexcorp.space/img/logo.svg" alt="">
<img src="https://assets.uexcorp.space/img/logo.svg" loading="lazy">
<h3>UEX</h3>
<p>采矿、精炼、贸易计算器、价格、船信息</p>
</a>
@ -74,7 +74,7 @@
<div class="card">
<a href="https://www.erkul.games/live/calculator" target="_blank">
<img src="https://www.erkul.games/assets/icons/icon-512x512.png">
<img src="https://www.erkul.games/assets/icons/icon-512x512.png" loading="lazy">
<h3>DPS 计算器</h3>
<p>在线改船,查询伤害数值和配件购买地点</p>
</a>
@ -82,7 +82,7 @@
<div class="card">
<a href="https://ccugame.app" target="_blank">
<img src="https://ccugame.app/assets/images/logo/logo.png">
<img src="https://ccugame.app/assets/images/logo/logo.png" loading="lazy">
<h3>CCUGame官方汉化</h3>
<p>资产管理和舰队规划,一定要理性消费.jpg</p>
</a>

View File

@ -66,7 +66,7 @@
<div class="card">
<a href="https://uexcorp.space" target="_blank">
<img src="https://assets.uexcorp.space/img/logo.svg" alt="">
<img src="https://assets.uexcorp.space/img/logo.svg" loading="lazy">
<h3>UEX</h3>
<p>采矿、精炼、贸易计算器、价格、船信息</p>
</a>
@ -74,7 +74,7 @@
<div class="card">
<a href="https://www.erkul.games/live/calculator" target="_blank">
<img src="https://www.erkul.games/assets/icons/icon-512x512.png">
<img src="https://www.erkul.games/assets/icons/icon-512x512.png" loading="lazy">
<h3>DPS 计算器</h3>
<p>在线改船,查询伤害数值和配件购买地点</p>
</a>
@ -82,7 +82,7 @@
<div class="card">
<a href="https://ccugame.app" target="_blank">
<img src="https://ccugame.app/assets/images/logo/logo.png">
<img src="https://ccugame.app/assets/images/logo/logo.png" loading="lazy">
<h3>CCUGame官方汉化</h3>
<p>资产管理和舰队规划,一定要理性消费.jpg</p>
</a>

File diff suppressed because one or more lines are too long

View File

@ -73,7 +73,7 @@
<div class="card">
<a href="https://uexcorp.space" target="_blank">
<img src="https://assets.uexcorp.space/img/logo.svg" alt="">
<img src="https://assets.uexcorp.space/img/logo.svg" loading="lazy">
<h3>UEX</h3>
<p>采矿、精炼、贸易计算器、价格、船信息</p>
</a>
@ -81,7 +81,7 @@
<div class="card">
<a href="https://www.erkul.games/live/calculator" target="_blank">
<img src="https://www.erkul.games/assets/icons/icon-512x512.png">
<img src="https://www.erkul.games/assets/icons/icon-512x512.png" loading="lazy">
<h3>DPS 计算器</h3>
<p>在线改船,查询伤害数值和配件购买地点</p>
</a>
@ -89,7 +89,7 @@
<div class="card">
<a href="https://ccugame.app" target="_blank">
<img src="https://ccugame.app/assets/images/logo/logo.png">
<img src="https://ccugame.app/assets/images/logo/logo.png" loading="lazy">
<h3>CCUGame官方汉化</h3>
<p>资产管理和舰队规划,一定要理性消费.jpg</p>
</a>