mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-23 17:31:11 +01:00
加入微信
This commit is contained in:
@@ -409,6 +409,7 @@ export default {
|
||||
'Release Note': '发布记录',
|
||||
'How to Upgrade': '升级方式',
|
||||
'Release': '发布',
|
||||
'Add Wechat to join discussion group': '添加微信 tikazyq1 加入交流群',
|
||||
|
||||
// 登录
|
||||
'Sign in': '登录',
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user