Commit 5a78de4d authored by Medicean's avatar Medicean

新增Discord在线交流地址

parent 3964313a
......@@ -44,6 +44,7 @@
```
* JSP Shell 基础信息调整, 现在默认的目录为 shell 编译后的 class 文件所在目录
* 关于页面新增 [Discord 在线交流地址](https://discord.gg/Uzh5nUf)
## 2018/09/12 `(v2.0.1)`
......
......@@ -506,7 +506,8 @@ module.exports = {
header: 'AntSword',
homepage: 'Home',
document: 'Document',
qqgroup: 'QQ Group'
qqgroup: 'QQ Group',
discord: 'Discord'
},
language: {
title: 'Language setting',
......
......@@ -507,7 +507,8 @@ module.exports = {
header: '中国蚁剑',
homepage: '主页',
document: '文档',
qqgroup: 'Q群'
qqgroup: 'Q群',
discord: '在线交流'
},
language: {
title: '语言设置',
......
......@@ -20,7 +20,8 @@ class About {
<h2>${LANG['header']}<span> v${antSword['package']['version']}</span></h2>
<p>
<a href="https://github.com/AntSwordProject/AntSword"><i class="fa fa-github-alt"></i> GitHub</a> /
<a href="http://doc.u0u.us"><i class="fa fa-book"></i> ${LANG['document']}</a>
<a href="http://doc.u0u.us"><i class="fa fa-book"></i> ${LANG['document']}</a> /
<a href="https://discord.gg/Uzh5nUf"><i class="fa fa-comments"></i> ${LANG['discord']}</a>
</p>
</div>
`);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment