This commit is contained in:
eric
2025-09-10 08:46:57 +08:00
parent 59718010cf
commit ddf3fad972
6 changed files with 31 additions and 22 deletions

BIN
src/images/dsx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 KiB

BIN
src/images/youtube2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -8,20 +8,20 @@
<meta name="format-detection" content="telephone=no,address=no">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
<link rel="apple-touch-icon" href="/static/images/images/touxiang.png" />
<link rel="apple-touch-icon" href="/static/images/images/youtube.ico" />
<!-- <link rel="apple-touch-icon" href="/static/images/images/youtube.svg" /> -->
<link
rel="icon"
sizes="192x192"
href="/static/images/images/touxiang.png"
href="/static/images/images/youtube.ico"
/>
<title>异度世界</title>
<meta name="description" content="异度世界">
<meta property="og:description" content="异度世界">
<meta name="twitter:description" content="异度世界">
<title>youtube运营</title>
<meta name="description" content="youtube运营">
<meta property="og:description" content="youtube运营">
<meta name="twitter:description" content="youtube运营">
<script><%= htmlWebpackPlugin.options.script %></script>
<!-- 禁止缓存 -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">

View File

@@ -30,6 +30,10 @@ import { AtIcon } from "taro-ui";
import { VIEW } from "@tarojs/runtime";
import "animate.css";
import touxiang from "../../images/touxiang.png";
import dsx from "../../images/dsx.png";
import youtube2 from "../../images/youtube2.png";
import hackrobot from "../../images/hackrobot.png";
import cat from "../../images/cat.jpg";
@@ -466,7 +470,9 @@ 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>
@@ -508,8 +514,8 @@ const Index = () => {
<Image className="cardItem_left_img" src={group}></Image>
</View>
<View className="cardItem_right">
<View className="cardItem_rightUp">不只云手机</View>
<View className="cardItem_rightDown">折腾技术</View>
<View className="cardItem_rightUp">油管交流</View>
<View className="cardItem_rightDown">出海赚美金</View>
</View>
</View>
</View>
@@ -533,7 +539,7 @@ const Index = () => {
} else {
if (!!isWeChat) {
//19.8元
payh5("vip", 198);
payh5("vip", 1980);
} else {
window.location.href = `https://mp.weixin.qq.com/s/16xcMIgxEEGBPY7fanNq0g`;
}
@@ -559,13 +565,13 @@ const Index = () => {
<View>账号:{window.localStorage.getItem("username")}</View>
<Button onClick={handleCopyUsername}>复制账号</Button>
<View>密码:{"123456"}</View>{" "}
<Button onClick={handleCopyPassword}>复制密码</Button>
{/* <Button onClick={handleCopyPassword}>复制密码</Button> */}
<View>
添加
<span style={{ color: "green" }}>微信好友: hackrobot</span>
<span style={{ color: "green" }}>微信好友: Ella199406</span>
</View>
{/* <View>获取 账号</View> */}
<Image className="vipcodeImg" src={hackrobot}></Image>
<Image className="vipcodeImg" src={dsx}></Image>
</View>
)}
</View>
@@ -574,7 +580,7 @@ const Index = () => {
<Image
className="book_img"
// style="width: 40%px;height:100%;background: #fff;"
src={touxiang}
src={youtube2}
// src={phone2}
/>
</View>

View File

@@ -1,6 +1,9 @@
👋 还在一个人摸索吗?
📚 资源共享 & 问答,遇到问题,即时响应
🌟 在这里,你能得到:
✅ 业务方向(无人直播, RPA自动化,聊天机器人)
✅ 技术杠杆(云手机,PVE虚拟化,服务器集群)
✅ 海外平台YouTube、TikTok、Saas
😩 做 YouTube你是不是也遇到过
粉丝涨不动
视频没人看
收益遥遥无期
🔥 来社群吧!
这里有同样在路上的伙伴,互帮互助、实时答疑,不用再孤军奋战。
💡 一起摸清算法脉络,把创作当作事业,而不是孤单的试错。

View File

@@ -216,7 +216,7 @@
.index_book_img {
margin-top: 80px;
width: 400px;
height: 400px;
// height: 400px;
}
}
@@ -310,7 +310,7 @@
// height: 100%;
// background-color: yellow;
.book_img {
margin-bottom: 40px;
// margin-bottom: 40px;
}
}
}