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