's'
This commit is contained in:
@@ -376,6 +376,7 @@ const Index = () => {
|
||||
<Image
|
||||
className="cardItem_left_img youtubeSvg"
|
||||
src={`https://minioweb.hackrobot.cn/hackrobot/travel.svg`}
|
||||
lazyLoad
|
||||
></Image>
|
||||
</View>
|
||||
<View className="cardItem_right">
|
||||
@@ -388,6 +389,7 @@ const Index = () => {
|
||||
<Image
|
||||
className="cardItem_left_img"
|
||||
src={`https://minioweb.hackrobot.cn/hackrobot/laptop.svg`}
|
||||
lazyLoad
|
||||
></Image>
|
||||
</View>
|
||||
<View className="cardItem_right">
|
||||
@@ -400,6 +402,7 @@ const Index = () => {
|
||||
<Image
|
||||
className="cardItem_left_img"
|
||||
src={`https://minioweb.hackrobot.cn/hackrobot/propless.svg`}
|
||||
lazyLoad
|
||||
></Image>
|
||||
</View>
|
||||
<View className="cardItem_right">
|
||||
@@ -426,9 +429,11 @@ const Index = () => {
|
||||
<View className="index_book_img">
|
||||
<Image
|
||||
className="book_img"
|
||||
// style="width: 40%px;height:100%;background: #fff;"
|
||||
// src={nomadro}
|
||||
src={`https://minioweb.hackrobot.cn/hackrobot/phone2.png`}
|
||||
src="https://minioweb.hackrobot.cn/hackrobot/phone2.png"
|
||||
fetchpriority="high" // ✅ 提示浏览器尽快下载
|
||||
decoding="async" // ✅ 异步解码,加快渲染
|
||||
lazyLoad={false} // ✅ 禁止延迟加载(LCP 图必须优先加载)
|
||||
alt="云手机封面"
|
||||
/>
|
||||
</View>
|
||||
</View>
|
||||
@@ -441,6 +446,7 @@ const Index = () => {
|
||||
// src={book}
|
||||
src={laptop}
|
||||
// src={phone2}
|
||||
lazyLoad
|
||||
/>
|
||||
<View className="bookImg_text">无人直播</View>
|
||||
</View>
|
||||
@@ -450,6 +456,7 @@ const Index = () => {
|
||||
// style="width: 40%px;height:100%;background: #fff;"
|
||||
// src={book}
|
||||
src={travel}
|
||||
lazyLoad
|
||||
/>
|
||||
<View className="bookImg_text">RPA自动化</View>
|
||||
</View>
|
||||
@@ -458,6 +465,7 @@ const Index = () => {
|
||||
// style="width: 40%px;height:100%;background: #fff;"
|
||||
// src={book}
|
||||
src={code}
|
||||
lazyLoad
|
||||
/>
|
||||
<View className="bookImg_text">聊天机器人</View>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user