加入微信

This commit is contained in:
marvzhang
2020-02-24 11:24:26 +08:00
parent b5bef9fda0
commit 4f704cd8c9
2 changed files with 26 additions and 0 deletions

View File

@@ -409,6 +409,7 @@ export default {
'Release Note': '发布记录',
'How to Upgrade': '升级方式',
'Release': '发布',
'Add Wechat to join discussion group': '添加微信 tikazyq1 加入交流群',
// 登录
'Sign in': '登录',

View File

@@ -61,6 +61,20 @@
<span style="margin-left: 5px;">{{$t('Upgrade')}}</span>
</el-badge>
</div>
<el-popover
class="wechat right"
trigger="click"
>
<div style="margin-bottom: 5px">
<label>{{$t('Add Wechat to join discussion group')}}</label>
</div>
<div>
<img class="wechat-img" src="http://static-docs.crawlab.cn/wechat.jpg">
</div>
<div slot="reference">
<i class="fa fa-wechat"></i>
</div>
</el-popover>
<div class="github right">
<!-- Place this tag where you want the button to render. -->
<github-button
@@ -277,6 +291,12 @@ docker-compose up -d
}
}
.wechat {
color: #606266;
margin-right: 35px;
cursor: pointer;
}
.right {
float: right
}
@@ -287,3 +307,8 @@ docker-compose up -d
padding-top: 0;
}
</style>
<style>
.wechat-img {
width: 240px;
}
</style>