This commit is contained in:
eric
2025-12-04 02:05:52 +08:00
parent 181bd3f9c0
commit edc65b9d22

View File

@@ -375,7 +375,8 @@ const Index = () => {
<View className="cardItem_left">
<Image
className="cardItem_left_img youtubeSvg"
src={`https://minioweb.nomadro.com/hackrobot/travel.svg`}
src={travel}
// src={`https://minioweb.nomadro.com/hackrobot/travel.svg`}
lazyLoad
></Image>
</View>
@@ -388,7 +389,8 @@ const Index = () => {
<View className="cardItem_left">
<Image
className="cardItem_left_img"
src={`https://minioweb.nomadro.com/hackrobot/laptop.svg`}
src={laptop}
// src={`https://minioweb.nomadro.com/hackrobot/laptop.svg`}
lazyLoad
></Image>
</View>
@@ -401,7 +403,8 @@ const Index = () => {
<View className="cardItem_left">
<Image
className="cardItem_left_img"
src={`https://minioweb.nomadro.com/hackrobot/propless.svg`}
src={group}
// src={`https://minioweb.nomadro.com/hackrobot/propless.svg`}
lazyLoad
></Image>
</View>
@@ -429,7 +432,8 @@ const Index = () => {
<View className="index_book_img">
<Image
className="book_img"
src="https://minioweb.nomadro.com/hackrobot/phone2.png"
src={phone2}
// src="https://minioweb.nomadro.com/hackrobot/phone2.png"
fetchpriority="high" // 提示浏览器尽快下载
decoding="async" // 异步解码加快渲染
lazyLoad={false} // 禁止延迟加载LCP 图必须优先加载