'588'
This commit is contained in:
@@ -706,7 +706,8 @@ const Index = () => {
|
||||
</View> */}
|
||||
|
||||
{/* 卡片 */}
|
||||
<View className="card">
|
||||
<View className="card">
|
||||
|
||||
{/* <View className="cardItem">
|
||||
<View className="cardItem_left">
|
||||
<Image
|
||||
@@ -781,8 +782,8 @@ const Index = () => {
|
||||
} else {
|
||||
// window.alert('isWeChat--', isWeChat)
|
||||
if (!!isWeChat) {
|
||||
//288元
|
||||
payh5("vip", 28800);
|
||||
//588元
|
||||
payh5("vip", 58800);
|
||||
} else {
|
||||
window.location.href = `https://mp.weixin.qq.com/s/16xcMIgxEEGBPY7fanNq0g`;
|
||||
}
|
||||
|
||||
@@ -1,10 +1,38 @@
|
||||
📚 资源共享 + 即时问答
|
||||
<img title="" src="https://minioweb.hackrobot.cn/hackrobot/image_20251231_015321_20586.jpg" alt="image_20251231_015321_20586.jpg" width="271">
|
||||
|
||||
|
||||
📖 付费解锁教程: 电子书(含视频):
|
||||
1️⃣《数字游民》:地理套利 + 自动化杠杆
|
||||
2️⃣ 《云手机》:低成本工作室搭建指南
|
||||
|
||||
🌟你将收获:
|
||||
🚀 业务方向:无人直播、RPA 自动化、聊天机器人
|
||||
🚀 业务方向:无人直播、RPA 自动化、web开发
|
||||
|
||||
⚙️ 技术杠杆:云手机、PVE 虚拟化、服务器集群
|
||||
🌐 海外平台:YouTube、TikTok、SaaS 运营实战
|
||||
|
||||
🌐 海外平台:YouTube、TikTok、SaaS 运营实战
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
📖 解锁=>电子书+视频教程
|
||||
|
||||
1️⃣[《数字游民》:地理套利 + 自动化杠杆](https://hackrobot.cn)
|
||||
|
||||
2️⃣ [《云手机》:低成本工作室搭建指南](https://android.hackrobot.cn)
|
||||
|
||||
<img src="https://minioweb.hackrobot.cn/hackrobot/20260101205143_20260101_205202_1552.png" title="" alt="20260101205143_20260101_205202_1552.png" width="180">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
📚 即时问答 (技术咨询)
|
||||
|
||||
<img src="https://minioweb.hackrobot.cn/hackrobot/20260101203904_20260101_204741_699.png" title="" alt="20260101203904_20260101_204741_699.png" width="284">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
㊙️私密社群
|
||||
|
||||
<img src="https://minioweb.hackrobot.cn/hackrobot/20260101204456_20260101_204802_768.png" title="" alt="20260101204456_20260101_204802_768.png" width="186">
|
||||
|
||||
@@ -18,9 +18,18 @@
|
||||
.markVip {
|
||||
padding-left: 100px;
|
||||
padding-right: 100px;
|
||||
img {
|
||||
display: block;
|
||||
margin: 20px auto; // 上下间距 + 水平居中
|
||||
max-width: 100%; // 响应式:不超过容器宽度
|
||||
height: auto; // 保持比例
|
||||
border-radius: 12px; // 可选:圆角美化
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); // 可选:轻微阴影提升质感
|
||||
}
|
||||
}
|
||||
.markdown-body p {
|
||||
font-size: 30px;
|
||||
// text-align: center !important;
|
||||
}
|
||||
.book_header_div {
|
||||
width: 100%;
|
||||
@@ -65,7 +74,20 @@
|
||||
justify-content: center;
|
||||
color: #69b1ff;
|
||||
}
|
||||
|
||||
// Markdown 图片居中 + 响应式优化
|
||||
// .markdown-body img {
|
||||
// display: block;
|
||||
// margin: 20px auto; // 上下间距 + 水平居中
|
||||
// max-width: 100%; // 响应式:不超过容器宽度
|
||||
// height: auto; // 保持比例
|
||||
// border-radius: 12px; // 可选:圆角美化
|
||||
// box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); // 可选:轻微阴影提升质感
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
|
||||
.index {
|
||||
// background-color: #002329;
|
||||
// width: 100vw;
|
||||
@@ -84,6 +106,8 @@
|
||||
flex-direction: column-reverse;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
// justify-content: center;
|
||||
|
||||
// background-color: #f0f0f0;
|
||||
// background-color: #f0f5ff;
|
||||
// background-color: yellow;
|
||||
@@ -94,7 +118,9 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
// justify-content: center;
|
||||
// background-color: rgb(208, 255, 0);
|
||||
|
||||
.left_title {
|
||||
font-size: 50px;
|
||||
font-weight: 700;
|
||||
@@ -121,6 +147,7 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
// background-color: #69b1ff;
|
||||
.cardItem {
|
||||
padding: 20px;
|
||||
// padding-top: 20px;
|
||||
@@ -217,6 +244,7 @@
|
||||
margin-top: 30px;
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
// margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -391,7 +419,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.payBtntext{
|
||||
.payBtntext {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user