mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/StarCitizenBoxBrowserEx.git
synced 2025-05-09 21:51:25 +08:00
feat: image lazy load
This commit is contained in:
parent
72185370c9
commit
a6d286e905
6
dist/chrome/action/default_popup.html
vendored
6
dist/chrome/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>
|
||||
|
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>
|
||||
|
2
dist/firefox/content_scripts/content-0.js
vendored
2
dist/firefox/content_scripts/content-0.js
vendored
File diff suppressed because one or more lines are too long
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user