's'
This commit is contained in:
@@ -378,7 +378,7 @@ const Book = () => {
|
|||||||
>
|
>
|
||||||
<AtIcon value="chevron-left"></AtIcon>
|
<AtIcon value="chevron-left"></AtIcon>
|
||||||
</View>
|
</View>
|
||||||
<View className="book_header_middle">{`数字游民`}</View>
|
<View className="book_header_middle">{`云手机`}</View>
|
||||||
<View
|
<View
|
||||||
className="book_header_right"
|
className="book_header_right"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
@@ -459,8 +459,8 @@ const Book = () => {
|
|||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
if (!!isWeChat) {
|
if (!!isWeChat) {
|
||||||
//88元
|
//288元
|
||||||
payh5("book", 8800);
|
payh5("book", 28800);
|
||||||
// window.location.href = `https://vip.hackrobot.cn`;
|
// window.location.href = `https://vip.hackrobot.cn`;
|
||||||
} else {
|
} else {
|
||||||
window.location.href = `https://mp.weixin.qq.com/s/PBbnS8qC_kqhL9HJO5m-Iw`;
|
window.location.href = `https://mp.weixin.qq.com/s/PBbnS8qC_kqhL9HJO5m-Iw`;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -359,7 +359,7 @@ const Index = () => {
|
|||||||
{/* 参考资料https://readmake.com/ */}
|
{/* 参考资料https://readmake.com/ */}
|
||||||
<View className="index-book animate__animated animate__pulse">
|
<View className="index-book animate__animated animate__pulse">
|
||||||
<View className="index_book_left">
|
<View className="index_book_left">
|
||||||
<View className="left_title">《数字游民:地理套利与自动化》</View>
|
<View className="left_title">《低成本工作室:云手机》</View>
|
||||||
{/* <View className="left_title">《云手机》</View> */}
|
{/* <View className="left_title">《云手机》</View> */}
|
||||||
|
|
||||||
{/* <View className="left_text">手册3</View> */}
|
{/* <View className="left_text">手册3</View> */}
|
||||||
@@ -397,8 +397,8 @@ const Index = () => {
|
|||||||
<View className="cardItem_left">
|
<View className="cardItem_left">
|
||||||
<Image
|
<Image
|
||||||
className="cardItem_left_img"
|
className="cardItem_left_img"
|
||||||
// src={laptop}
|
src={laptop}
|
||||||
src={youtube}
|
// src={youtube}
|
||||||
|
|
||||||
// src={`https://minioweb.hackrobot.cn/hackrobot/laptop.svg`}
|
// src={`https://minioweb.hackrobot.cn/hackrobot/laptop.svg`}
|
||||||
lazyLoad
|
lazyLoad
|
||||||
@@ -413,8 +413,8 @@ const Index = () => {
|
|||||||
<View className="cardItem_left">
|
<View className="cardItem_left">
|
||||||
<Image
|
<Image
|
||||||
className="cardItem_left_img"
|
className="cardItem_left_img"
|
||||||
// src={group}
|
src={group}
|
||||||
src={web}
|
// src={web}
|
||||||
|
|
||||||
// src={`https://minioweb.hackrobot.cn/hackrobot/propless.svg`}
|
// src={`https://minioweb.hackrobot.cn/hackrobot/propless.svg`}
|
||||||
lazyLoad
|
lazyLoad
|
||||||
@@ -422,7 +422,7 @@ const Index = () => {
|
|||||||
</View>
|
</View>
|
||||||
<View className="cardItem_right">
|
<View className="cardItem_right">
|
||||||
<View className="cardItem_rightUp">web</View>
|
<View className="cardItem_rightUp">web</View>
|
||||||
<View className="cardItem_rightDown">saas+web3</View>
|
<View className="cardItem_rightDown">web:saas+web3</View>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
@@ -444,8 +444,8 @@ const Index = () => {
|
|||||||
<View className="index_book_img">
|
<View className="index_book_img">
|
||||||
<Image
|
<Image
|
||||||
className="book_img"
|
className="book_img"
|
||||||
// src={phone2}
|
src={phone2}
|
||||||
src={dgnomad}
|
// src={dgnomad}
|
||||||
// src="https://minioweb.hackrobot.cn/hackrobot/phone2.png"
|
// src="https://minioweb.hackrobot.cn/hackrobot/phone2.png"
|
||||||
fetchpriority="high" // ✅ 提示浏览器尽快下载
|
fetchpriority="high" // ✅ 提示浏览器尽快下载
|
||||||
decoding="async" // ✅ 异步解码,加快渲染
|
decoding="async" // ✅ 异步解码,加快渲染
|
||||||
@@ -467,7 +467,7 @@ const Index = () => {
|
|||||||
|
|
||||||
lazyLoad
|
lazyLoad
|
||||||
/>
|
/>
|
||||||
<View className="bookImg_text">Tiktok无人直播</View>
|
<View className="bookImg_text">无人直播</View>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
<View className="bookImg">
|
<View className="bookImg">
|
||||||
@@ -479,7 +479,7 @@ const Index = () => {
|
|||||||
|
|
||||||
lazyLoad
|
lazyLoad
|
||||||
/>
|
/>
|
||||||
<View className="bookImg_text">Youtube自媒体</View>
|
<View className="bookImg_text">RPA自动化</View>
|
||||||
</View>
|
</View>
|
||||||
<View className="bookImg">
|
<View className="bookImg">
|
||||||
<Image
|
<Image
|
||||||
|
|||||||
@@ -74,8 +74,8 @@
|
|||||||
// background-color: #69b1ff;
|
// background-color: #69b1ff;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
// align-items: center;
|
align-items: center;
|
||||||
// justify-content: center;
|
justify-content: center;
|
||||||
margin-right: 40px;
|
margin-right: 40px;
|
||||||
.cardItem_left_img {
|
.cardItem_left_img {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
|
|||||||
Reference in New Issue
Block a user