This commit is contained in:
hackrobot
2025-01-06 13:27:23 +08:00
parent d245229188
commit a29f316c2d
52 changed files with 37 additions and 341 deletions

View File

@@ -8,14 +8,16 @@
<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/robot192.png" />
<link rel="apple-touch-icon" href="/static/images/images/touxiang.png" />
<link
rel="icon"
sizes="192x192"
href="/static/images/images/touxiang.png"
/>
<title>异度星球</title>
<meta name="description" content="技术变现,数字游民社区">
<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

@@ -23,4 +23,15 @@
// color: red;
}
}
.joinSalon {
// position: relative;
// bottom: 20px;
// position: fixed;
width: 700px;
font-weight: 600;
background-color:#72D572 ;
border-color: #72D572 ;;
}
}

View File

@@ -141,7 +141,7 @@ const Book = () => {
}}
>
{/* {meetup == 1 ? "已加入" : `立即加入`} */}
{`立即阅读`}
{`阅读更多`}
</AtButton>
) : null}
</View>

View File

@@ -12,6 +12,9 @@
bottom: 20px;
position: fixed;
width: 700px;
font-weight: 600;
background-color:#72D572 ;
border-color: #72D572 ;;
}
.model-emoji {

View File

@@ -114,17 +114,17 @@ const Salon = () => {
</View>
<View className="at-article__content">
<View className="at-article__section">
<View className="at-article__h2"></View>
<View className="at-article__h2"></View>
<View className="at-article__h3">| 📣</View>
<View className="at-article__p">
{/* 微信群是一个交流技术的平台,不限软件/硬件 */}
<br />
<br />
,homelab
<br />
{/* <br />
长期更新 */}
</View>
<br />
<View className="at-article__h3">| 📋</View>
@@ -142,22 +142,22 @@ const Salon = () => {
<br />
<View className="at-article__h3">| 🟩</View>
<View className="at-article__p">
,
{/* 『微信群』是一个沟通平台,
<br />
,
<br />
加入后,会显示『入群口令』
<br /> */}
</View>
<br />
{/* <View className="at-article__h3">| ❌禁止以下行为</View>
<View className="at-article__h3">| 🔊</View>
<View className="at-article__p">
🚫营销推广
🚫广
<br />
🚫恶意捣乱
{/* 🚫恶意捣乱
<br />
<br />
❗群主精力有限,没有解答义务,勿随意@
</View> */}
<br /> */}
@群主
</View>
<br />
</View>
@@ -205,8 +205,8 @@ const Salon = () => {
return false;
} else {
if (!!isWeChat) {
// 98
payh5("meetup", 9800);
// 1
payh5("meetup", 100);
} else {
setmeetupQR(true);
}
@@ -214,7 +214,7 @@ const Salon = () => {
}}
>
{/* {meetup == 1 ? "已加入" : `立即加入`} */}
{`立即加入`}
{`立即加入 ¥1`}
</AtButton>
) : null}