forked from github/dataease
Merge pull request #5257 from dataease/pr@dev@refactor_bbs-link
refactor(首页): 增加首页论坛链接
This commit is contained in:
commit
b67e38a3ae
@ -2785,6 +2785,7 @@ export default {
|
|||||||
email: 'Email:',
|
email: 'Email:',
|
||||||
tel: 'Tel:',
|
tel: 'Tel:',
|
||||||
web: 'Web:',
|
web: 'Web:',
|
||||||
|
bbs: 'BBS:',
|
||||||
apply: 'Free Trial Application',
|
apply: 'Free Trial Application',
|
||||||
more: 'More',
|
more: 'More',
|
||||||
weChat_official_account: 'WeChat official account',
|
weChat_official_account: 'WeChat official account',
|
||||||
|
@ -2779,6 +2779,7 @@ export default {
|
|||||||
email: '郵箱:',
|
email: '郵箱:',
|
||||||
tel: '電話:',
|
tel: '電話:',
|
||||||
web: '網址:',
|
web: '網址:',
|
||||||
|
bbs: '論壇:',
|
||||||
apply: '免費試用申請',
|
apply: '免費試用申請',
|
||||||
more: '更多',
|
more: '更多',
|
||||||
weChat_official_account: '微信公眾號',
|
weChat_official_account: '微信公眾號',
|
||||||
|
@ -2794,6 +2794,7 @@ export default {
|
|||||||
email: '邮箱:',
|
email: '邮箱:',
|
||||||
tel: '电话:',
|
tel: '电话:',
|
||||||
web: '网址:',
|
web: '网址:',
|
||||||
|
bbs: '论坛:',
|
||||||
apply: '免费试用申请',
|
apply: '免费试用申请',
|
||||||
more: '更多',
|
more: '更多',
|
||||||
weChat_official_account: '微信公众号',
|
weChat_official_account: '微信公众号',
|
||||||
|
@ -98,6 +98,13 @@
|
|||||||
href="https://www.dataease.io"
|
href="https://www.dataease.io"
|
||||||
>www.dataease.io</a>
|
>www.dataease.io</a>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
<el-row class="contact_content">
|
||||||
|
{{ $t('wizard.bbs') }}<a
|
||||||
|
style="text-decoration:underline;"
|
||||||
|
target="_blank"
|
||||||
|
href="https://bbs.fit2cloud.com/c/de"
|
||||||
|
>https://bbs.fit2cloud.com/c/de</a>
|
||||||
|
</el-row>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content_bottom_qr_code">
|
<div class="content_bottom_qr_code">
|
||||||
|
Loading…
Reference in New Issue
Block a user