's'
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
|
||||
<title>云手机</title>
|
||||
<meta name="description" content="云手机">
|
||||
<title>数字游民:地理套利与自动化杠杆</title>
|
||||
<meta name="description" content="数字游民">
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="apple-touch-icon" href="https://minioweb.hackrobot.cn/hackrobot/phone2.png" />
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
# 前言
|
||||
|
||||
## 🚀 云手机
|
||||
## 🚀 数字游民:地理套利与自动化杠杆
|
||||
> 低成本工作室
|
||||
|
||||
自建`云手机`集群,实现tiktok无人直播,youtube运营自动化,以及saas开发(web3)
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export default {
|
||||
navigationBarTitleText: '云手机'
|
||||
navigationBarTitleText: '数字游民'
|
||||
}
|
||||
|
||||
@@ -163,7 +163,7 @@ const payh5 = (type, total_fee = 1000) => {
|
||||
>
|
||||
<AtIcon value="chevron-left"></AtIcon>
|
||||
</View>
|
||||
<View className="book_header_middle">{`云手机`}</View>
|
||||
<View className="book_header_middle">{`数字游民`}</View>
|
||||
<View
|
||||
className="book_header_right"
|
||||
onClick={() => {
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
# 前言
|
||||
|
||||
# 🚀云手机教程
|
||||
## 🚀 数字游民:地理套利与自动化杠杆
|
||||
> 低成本工作室
|
||||
|
||||
自建`云手机`集群,实现tiktok无人直播,youtube运营自动化,以及saas开发(web3)
|
||||
<!--  -->
|
||||
|
||||
<!-- > tiktokz直播
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export default {
|
||||
navigationBarTitleText: '云手机'
|
||||
navigationBarTitleText: '数字游民'
|
||||
}
|
||||
|
||||
@@ -57,6 +57,8 @@ import travel from "../../images/travel.svg";
|
||||
import group from "../../images/group.svg";
|
||||
import book from "../../images/book.svg";
|
||||
import youtubesvg from "../../images/youtube.svg";
|
||||
import dgnomad from "../../images/dgnomad.png";
|
||||
|
||||
// export default class Index extends Component {
|
||||
const Index = () => {
|
||||
const [current, setcurrent] = useState(0);
|
||||
@@ -330,7 +332,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_text">手册3</View> */}
|
||||
{/* <View className="left_mobile">
|
||||
<Text>🚀 边旅行转赚钱</Text>
|
||||
@@ -407,7 +409,8 @@ const Index = () => {
|
||||
<View className="index_book_img">
|
||||
<Image
|
||||
className="book_img"
|
||||
src={phone2}
|
||||
// src={phone2}
|
||||
src={dgnomad}
|
||||
// src="https://minioweb.hackrobot.cn/hackrobot/phone2.png"
|
||||
fetchpriority="high" // ✅ 提示浏览器尽快下载
|
||||
decoding="async" // ✅ 异步解码,加快渲染
|
||||
|
||||
@@ -143,8 +143,9 @@
|
||||
}
|
||||
.index_book_img {
|
||||
margin-top: 80px;
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export default {
|
||||
navigationBarTitleText: '云手机'
|
||||
navigationBarTitleText: '数字游民'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user