's'
This commit is contained in:
@@ -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 图必须优先加载)
|
||||
|
||||
Reference in New Issue
Block a user