This commit is contained in:
eric
2025-09-06 16:34:52 +08:00
parent 43b923876c
commit 9f017d4569
6 changed files with 43 additions and 35 deletions

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/phone2.png" />
<link rel="apple-touch-icon" href="/static/images/images/touxiang.png" />
<!-- <link rel="apple-touch-icon" href="/static/images/images/youtube.svg" /> -->
<link
rel="icon"
sizes="192x192"
href="/static/images/images/phone2.png"
href="/static/images/images/touxiang.png"
/>
<title>云手机</title>
<meta name="description" content="云手机">
<meta property="og:description" content="云手机">
<meta name="twitter:description" content="云手机">
<title>异度世界</title>
<meta name="description" content="异度世界">
<meta property="og:description" content="异度世界">
<meta name="twitter:description" content="异度世界">
<script><%= htmlWebpackPlugin.options.script %></script>
<!-- 禁止缓存 -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">

View File

@@ -1,3 +1,3 @@
export default {
navigationBarTitleText: '云手机'
navigationBarTitleText: '异度世界'
}

View File

@@ -1,3 +1,3 @@
export default {
navigationBarTitleText: '云手机'
navigationBarTitleText: '异度世界'
}

View File

@@ -59,6 +59,7 @@ import book from "../../images/book.svg";
import youtubesvg from "../../images/youtube.svg";
// export default class Index extends Component {
const Index = () => {
const [vip, setvip] = useState(window.localStorage.getItem("vip"));
const [current, setcurrent] = useState(0);
const [openId, setopenId] = useState(null);
const [wxid, setwxid] = useState(null);
@@ -273,7 +274,6 @@ const Index = () => {
// 入群申请
useEffect(() => {
let inwechat = isWeChatFun();
if (inwechat) {
// 获取openId
@@ -356,7 +356,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>
@@ -372,7 +372,7 @@ const Index = () => {
{/* 卡片 */}
<View className="card">
<View className="cardItem">
{/* <View className="cardItem">
<View className="cardItem_left">
<Image
className="cardItem_left_img youtubeSvg"
@@ -381,9 +381,7 @@ const Index = () => {
</View>
<View className="cardItem_right">
<View className="cardItem_rightUp">无人直播</View>
<View className="cardItem_rightDown">
录播素材/数字人
</View>
<View className="cardItem_rightDown">录播素材/数字人</View>
</View>
</View>
<View className="cardItem">
@@ -392,11 +390,9 @@ const Index = () => {
</View>
<View className="cardItem_right">
<View className="cardItem_rightUp">RPA自动化</View>
<View className="cardItem_rightDown">
自动私信/数据分析
</View>
<View className="cardItem_rightDown">自动私信/数据分析</View>
</View>
</View>
</View> */}
<View className="cardItem">
<View className="cardItem_left">
<Image className="cardItem_left_img" src={group}></Image>
@@ -409,26 +405,38 @@ const Index = () => {
</View>
<View className="left_btn ">
<AtButton
onClick={() => {
goRead();
}}
className="startRead"
type="primary"
size="small"
circle
>
开始阅读
</AtButton>
{vip != 1 ? (
<AtButton
onClick={() => {
// md页面
// goRead();
if (vip == 1) {
return false;
} else {
if (!!isWeChat) {
//98元
payh5("vip", 9800);
} else {
window.location.href = `https://mp.weixin.qq.com/s/16xcMIgxEEGBPY7fanNq0g`;
}
}
}}
className="startRead"
type="primary"
size="small"
circle
>
加群
</AtButton>
) : null}
</View>
</View>
<View className="index_book_img">
<Image
className="book_img"
className="book_img"
// style="width: 40%px;height:100%;background: #fff;"
// src={nomadro}
src={phone2}
src={touxiang}
// src={phone2}
/>
</View>
</View>
@@ -441,7 +449,6 @@ const Index = () => {
// src={book}
src={laptop}
// src={phone2}
/>
<View className="bookImg_text">无人直播</View>
</View>

View File

@@ -31,6 +31,7 @@
font-size: 50px;
font-weight: 700;
color: #69b1ff;
margin-top: 10px;
}
.left_text {
font-size: 30px;

View File

@@ -1,3 +1,3 @@
export default {
navigationBarTitleText: '云手机'
navigationBarTitleText: '异度世界'
}