This commit is contained in:
eric
2025-12-18 03:07:13 -06:00
parent c824641a9e
commit e5ea2ae7c9
9 changed files with 21 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"> <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<title>云手机</title> <title>数字游民:地理套利与自动化杠杆</title>
<meta name="description" content="云手机"> <meta name="description" content="数字游民">
<!-- Icons --> <!-- Icons -->
<link rel="apple-touch-icon" href="https://minioweb.hackrobot.cn/hackrobot/phone2.png" /> <link rel="apple-touch-icon" href="https://minioweb.hackrobot.cn/hackrobot/phone2.png" />

View File

@@ -1,6 +1,9 @@
# 前言 # 前言
## 🚀 云手机 ## 🚀 数字游民:地理套利与自动化杠杆
> 低成本工作室
自建`云手机`集群,实现tiktok无人直播,youtube运营自动化,以及saas开发(web3)
![images.png](https://minioweb.hackrobot.cn/hackrobot/images.png) ![images.png](https://minioweb.hackrobot.cn/hackrobot/images.png)

View File

@@ -1,3 +1,3 @@
export default { export default {
navigationBarTitleText: '云手机' navigationBarTitleText: '数字游民'
} }

View File

@@ -163,7 +163,7 @@ const payh5 = (type, total_fee = 1000) => {
> >
<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={() => {

View File

@@ -1,7 +1,9 @@
# 前言 # 前言
# 🚀云手机教程 ## 🚀 数字游民:地理套利与自动化杠杆
> 低成本工作室
自建`云手机`集群,实现tiktok无人直播,youtube运营自动化,以及saas开发(web3)
<!-- ![2024-12-22-01-00-03-Escrcpy.png](https://hackrobot-1258475618.cos.ap-shenzhen-fsi.myqcloud.com/2024-12-22-01-00-03-Escrcpy.png?imageSlim) --> <!-- ![2024-12-22-01-00-03-Escrcpy.png](https://hackrobot-1258475618.cos.ap-shenzhen-fsi.myqcloud.com/2024-12-22-01-00-03-Escrcpy.png?imageSlim) -->
<!-- > tiktokz直播 <!-- > tiktokz直播

View File

@@ -1,3 +1,3 @@
export default { export default {
navigationBarTitleText: '云手机' navigationBarTitleText: '数字游民'
} }

View File

@@ -57,6 +57,8 @@ import travel from "../../images/travel.svg";
import group from "../../images/group.svg"; import group from "../../images/group.svg";
import book from "../../images/book.svg"; import book from "../../images/book.svg";
import youtubesvg from "../../images/youtube.svg"; import youtubesvg from "../../images/youtube.svg";
import dgnomad from "../../images/dgnomad.png";
// export default class Index extends Component { // export default class Index extends Component {
const Index = () => { const Index = () => {
const [current, setcurrent] = useState(0); const [current, setcurrent] = useState(0);
@@ -330,7 +332,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_text">手册3</View> */} {/* <View className="left_text">手册3</View> */}
{/* <View className="left_mobile"> {/* <View className="left_mobile">
<Text>🚀 边旅行转赚钱</Text> <Text>🚀 边旅行转赚钱</Text>
@@ -407,7 +409,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="https://minioweb.hackrobot.cn/hackrobot/phone2.png" // src="https://minioweb.hackrobot.cn/hackrobot/phone2.png"
fetchpriority="high" // 提示浏览器尽快下载 fetchpriority="high" // 提示浏览器尽快下载
decoding="async" // 异步解码加快渲染 decoding="async" // 异步解码加快渲染

View File

@@ -143,8 +143,9 @@
} }
.index_book_img { .index_book_img {
margin-top: 80px; margin-top: 80px;
width: 400px; width: 300px;
height: 400px; height: 300px;
margin-bottom: 40px;
} }
} }

View File

@@ -1,3 +1,3 @@
export default { export default {
navigationBarTitleText: '云手机' navigationBarTitleText: '数字游民'
} }