Add the doc link.

This commit is contained in:
zicla
2019-05-29 02:53:04 +08:00
parent ce9b721ebc
commit 4807ea1d21
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -81,6 +81,13 @@
</span>
</div>
<div class="col-md-12 form-info" v-if="user.role === UserRole.ADMINISTRATOR">
<span>{{$t('user.docLink')}}:</span>
<a href="https://tank-doc.eyeblue.cn">
https://tank-doc.eyeblue.cn
</a>
</div>
</div>
+2
View File
@@ -229,6 +229,7 @@ let i18nMessage = {
statusActive: "Ok",
statusDisabled: "Disabled",
webdavLink: "WebDAV Link",
docLink: "Document Link",
},
model: {
usernameRule: "only lowercase letter and number and _ is permitted.",
@@ -493,6 +494,7 @@ let i18nMessage = {
statusActive: "正常",
statusDisabled: "禁用",
webdavLink: "WebDAV 地址",
docLink: "文档链接",
},
model: {
usernameRule: "用户名只能包含字母,数字和\"_\"",