'ss'
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -23,4 +23,15 @@
|
||||
// color: red;
|
||||
}
|
||||
}
|
||||
|
||||
.joinSalon {
|
||||
// position: relative;
|
||||
// bottom: 20px;
|
||||
// position: fixed;
|
||||
width: 700px;
|
||||
font-weight: 600;
|
||||
background-color:#72D572 ;
|
||||
border-color: #72D572 ;;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -141,7 +141,7 @@ const Book = () => {
|
||||
}}
|
||||
>
|
||||
{/* {meetup == 1 ? "已加入" : `立即加入`} */}
|
||||
{`立即阅读`}
|
||||
{`阅读更多`}
|
||||
</AtButton>
|
||||
) : null}
|
||||
</View>
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
bottom: 20px;
|
||||
position: fixed;
|
||||
width: 700px;
|
||||
font-weight: 600;
|
||||
background-color:#72D572 ;
|
||||
border-color: #72D572 ;;
|
||||
}
|
||||
|
||||
.model-emoji {
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user