Commit 5a78de4d authored by Medicean's avatar Medicean

新增Discord在线交流地址

parent 3964313a
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
``` ```
* JSP Shell 基础信息调整, 现在默认的目录为 shell 编译后的 class 文件所在目录 * JSP Shell 基础信息调整, 现在默认的目录为 shell 编译后的 class 文件所在目录
* 关于页面新增 [Discord 在线交流地址](https://discord.gg/Uzh5nUf)
## 2018/09/12 `(v2.0.1)` ## 2018/09/12 `(v2.0.1)`
......
...@@ -506,7 +506,8 @@ module.exports = { ...@@ -506,7 +506,8 @@ module.exports = {
header: 'AntSword', header: 'AntSword',
homepage: 'Home', homepage: 'Home',
document: 'Document', document: 'Document',
qqgroup: 'QQ Group' qqgroup: 'QQ Group',
discord: 'Discord'
}, },
language: { language: {
title: 'Language setting', title: 'Language setting',
......
...@@ -507,7 +507,8 @@ module.exports = { ...@@ -507,7 +507,8 @@ module.exports = {
header: '中国蚁剑', header: '中国蚁剑',
homepage: '主页', homepage: '主页',
document: '文档', document: '文档',
qqgroup: 'Q群' qqgroup: 'Q群',
discord: '在线交流'
}, },
language: { language: {
title: '语言设置', title: '语言设置',
......
...@@ -20,7 +20,8 @@ class About { ...@@ -20,7 +20,8 @@ class About {
<h2>${LANG['header']}<span> v${antSword['package']['version']}</span></h2> <h2>${LANG['header']}<span> v${antSword['package']['version']}</span></h2>
<p> <p>
<a href="https://github.com/AntSwordProject/AntSword"><i class="fa fa-github-alt"></i> GitHub</a> / <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> </p>
</div> </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