-
-
-
-
短信余额
-
{balance.sms_balance}
-
-
-
语音余额
-
{balance.voice_balance}
-
-
-
邮件余额
-
{balance.mail_balance}
- {isVip ? (
-
+ 会员免费20封 / 天
- ) : (
-
会员免费20封 / 天
- )}
-
-
-
微信公众号余额
-
{balance.wx_mp_balance}
- {isVip ? (
-
+ 会员免费100条 / 天
- ) : (
-
会员免费20封 / 天
- )}
-
+
+
+
短信余额
+
{balance.sms_balance}
-
+
+
语音余额
+
{balance.voice_balance}
+
+
+
邮件余额
+
{balance.mail_balance}
+ {isVip ? (
+
+ 会员赠送{balance.mail_free}封 / 天
+ ) : (
+
+ )}
+
+
+
微信公众号余额
+
{balance.wx_mp_balance}
+ {isVip ? (
+
+ 会员赠送{balance.wx_mp_free}条 / 天
+ ) : (
+
+ )}
+
+
+
) : null}
-
+
)
})
\ No newline at end of file
diff --git a/spug_web/src/pages/system/setting/SecuritySetting.js b/spug_web/src/pages/system/setting/SecuritySetting.js
index ff644011..b1c3bb98 100644
--- a/spug_web/src/pages/system/setting/SecuritySetting.js
+++ b/spug_web/src/pages/system/setting/SecuritySetting.js
@@ -95,9 +95,9 @@ export default observer(function () {
label="登录MFA(两步)认证"
style={{marginTop: 24}}
extra={visible ? '输入验证码,通过验证后开启。' :
-
建议开启,登录时额外使用验证码进行身份验证。开启前至少要确保管理员账户配置了推送标识(账户管理/编辑),开启后未配置的账户将无法登录,建议开启,登录时额外使用验证码进行身份验证。开启前至少要确保管理员账户配置了MFA标识(账户管理/编辑),开启后未配置的账户将无法登录。什么是微信Token?}>
+ href="https://push.spug.cc/guide/spug">配置手册}>
{visible ? (
diff --git a/spug_web/src/pages/system/setting/index.module.css b/spug_web/src/pages/system/setting/index.module.css
index 3f5c3132..9bcf44f0 100644
--- a/spug_web/src/pages/system/setting/index.module.css
+++ b/spug_web/src/pages/system/setting/index.module.css
@@ -37,6 +37,21 @@
.body {
display: flex;
flex-direction: row;
+ position: relative;
+
+ .badge {
+ border-radius: 4px;
+ line-height: 20px;
+ height: 20px;
+ font-size: 12px;
+ padding: 0 8px;
+ background: #2563fc;
+ font-weight: bold;
+ color: #ffffff;
+ cursor: pointer;
+ position: absolute;
+ right: 0;
+ }
.item {
position: relative;
@@ -83,13 +98,11 @@
line-height: 20px;
text-align: center;
padding: 0 8px;
- cursor: pointer;
}
.active {
- cursor: initial;
- background: #f7af40;
- color: #ffffff;
+ color: #2563fc;
+ background: #ffffff;
}
}
diff --git a/spug_web/src/pages/welcome/info/Basic.js b/spug_web/src/pages/welcome/info/Basic.js
index 8fbfbda2..4c9da111 100644
--- a/spug_web/src/pages/welcome/info/Basic.js
+++ b/spug_web/src/pages/welcome/info/Basic.js
@@ -45,9 +45,6 @@ export default observer(function Basic(props) {
- 什么是微信Token?}>
-
-
diff --git a/spug_web/src/pages/welcome/info/Reset.js b/spug_web/src/pages/welcome/info/Reset.js
index fed58152..9db49a8a 100644
--- a/spug_web/src/pages/welcome/info/Reset.js
+++ b/spug_web/src/pages/welcome/info/Reset.js
@@ -42,10 +42,10 @@ export default function Reset(props) {
setOldPassword(e.target.value)}/>
- setNewPassword(e.target.value)}/>
+ setNewPassword(e.target.value)}/>
- setNew2Password(e.target.value)}/>
+ setNew2Password(e.target.value)}/>