多国语优化

Former-commit-id: 2fed3ac1f2125a17f6a1de911cb161c3c0af1468 [formerly 2fed3ac1f2125a17f6a1de911cb161c3c0af1468 [formerly 2fed3ac1f2125a17f6a1de911cb161c3c0af1468 [formerly 2fed3ac1f2125a17f6a1de911cb161c3c0af1468 [formerly 9f53058812f73d9c7b5b2efc2e62f95748cff32f [formerly e4f62faa260e49c6b14ee6c87300e32e2b265145]]]]]
Former-commit-id: 635539de87a375eb92359bd7d1d77f9df21d680f
Former-commit-id: ab6dd07fd08611194803a7f27b5d1e71f21fb914
Former-commit-id: e3ce68b034c5b18cc576ad95944228e4fa79a711 [formerly 2ea5df265f898946acddbf589533aec1466721e7]
Former-commit-id: e2b1336d0ed5c6dd0973a926b974d9fe37c7c17f
Former-commit-id: a907e97354f783d4d44d5fefe758d3178d350cf7
Former-commit-id: cd9ec9fd4fe269bea17156e0c7e910e719768fee
Former-commit-id: 16294ee7248c65232f9b0e812d1005a754eb76dc
Former-commit-id: b08e5ab1d54d6513411139bfa7039431e3626d74
This commit is contained in:
liyang
2019-05-22 14:26:39 +08:00
parent 0f68326c13
commit 7e84d020ca
9 changed files with 241 additions and 23 deletions

View File

@@ -5,7 +5,7 @@
style="width: 138px;"
@click="dialogVisible = true">
<el-dialog
title="帮助"
:title="$t('views.system.index.help.title')"
width="600px"
:visible.sync="dialogVisible"
:append-to-body="true">
@@ -13,28 +13,34 @@
<el-button-group class="d2-mb">
<el-button @click="$open('https://github.com/d2-projects/d2-admin')">
<d2-icon name="github" class="d2-mr-5"/>
主页
{{ $t('views.system.index.help.link.text.github') }}
</el-button>
<el-button @click="$open('https://doc.d2admin.fairyever.com/zh/')">
<el-button @click="$open($t('views.system.index.help.link.href.doc'))">
<d2-icon name="book" class="d2-mr-5"/>
中文文档
{{ $t('views.system.index.help.link.text.doc') }}
</el-button>
<el-button @click="$open('https://github.com/d2-projects/d2-admin/issues')">
<d2-icon name="question" class="d2-mr-5"/>
issues
{{ $t('views.system.index.help.link.text.issues') }}
</el-button>
<el-button @click="$open('https://github.com/d2-projects/d2-admin/issues/new/choose')">
<d2-icon name="plus" class="d2-mr-5"/>
New issue
{{ $t('views.system.index.help.link.text.new-issue') }}
</el-button>
</el-button-group>
<el-row :gutter="20">
<el-col :span="12">
<el-alert :closable="false" type="info" title="QQ群 [ 1500+ / 2000 人 ]" class="d2-mb"/>
<el-alert
:closable="false"
type="info"
:title="$t('views.system.index.help.chat.title.qq')" class="d2-mb"/>
<img src="./image/qq.jpg" style="width: 100%;">
</el-col>
<el-col :span="12">
<el-alert :closable="false" type="info" title="与作者成为好友后邀请进微信群" class="d2-mb"/>
<el-alert
:closable="false"
type="info"
:title="$t('views.system.index.help.chat.title.we')" class="d2-mb"/>
<img src="./image/we.jpg" style="width: 100%;">
</el-col>
</el-row>