mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/StarCitizenBoxBrowserEx.git
synced 2025-07-29 15:27:36 +08:00
feat: image lazy load
This commit is contained in:
6
dist/firefox/action/default_popup.html
vendored
6
dist/firefox/action/default_popup.html
vendored
@ -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>
|
||||
|
Reference in New Issue
Block a user