Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
5a78de4d
Commit
5a78de4d
authored
Dec 05, 2018
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增Discord在线交流地址
parent
3964313a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
CHANGELOG.md
CHANGELOG.md
+1
-0
en.js
source/language/en.js
+2
-1
zh.js
source/language/zh.js
+2
-1
about.js
source/modules/settings/about.js
+2
-1
No files found.
CHANGELOG.md
View file @
5a78de4d
...
...
@@ -44,6 +44,7 @@
```
*
JSP Shell 基础信息调整, 现在默认的目录为 shell 编译后的 class 文件所在目录
*
关于页面新增
[
Discord 在线交流地址
](
https://discord.gg/Uzh5nUf
)
## 2018/09/12 `(v2.0.1)`
...
...
source/language/en.js
View file @
5a78de4d
...
...
@@ -506,7 +506,8 @@ module.exports = {
header
:
'AntSword'
,
homepage
:
'Home'
,
document
:
'Document'
,
qqgroup
:
'QQ Group'
qqgroup
:
'QQ Group'
,
discord
:
'Discord'
},
language
:
{
title
:
'Language setting'
,
...
...
source/language/zh.js
View file @
5a78de4d
...
...
@@ -507,7 +507,8 @@ module.exports = {
header
:
'中国蚁剑'
,
homepage
:
'主页'
,
document
:
'文档'
,
qqgroup
:
'Q群'
qqgroup
:
'Q群'
,
discord
:
'在线交流'
},
language
:
{
title
:
'语言设置'
,
...
...
source/modules/settings/about.js
View file @
5a78de4d
...
...
@@ -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>
`
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment