Skip to content

Commit

Permalink
(Modules:Settings) 关于页面新增「报告漏洞」链接
Browse files Browse the repository at this point in the history
  • Loading branch information
Medicean committed Oct 30, 2019
1 parent b1ed898 commit e852cbc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/language/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ Hot Keys:
document: 'Document',
qqgroup: 'QQ Group',
discord: 'Discord',
securityreport: 'Security Report',
wechat: 'Fllow us on WeChat'
},
language: {
Expand Down
1 change: 1 addition & 0 deletions source/language/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ module.exports = {
document: '文档',
qqgroup: 'Q群',
discord: '在线交流',
securityreport: '报告漏洞',
wechat: '关注微信公众号'
},
language: {
Expand Down
1 change: 1 addition & 0 deletions source/language/zh_hk.js
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ module.exports = {
document: '文檔',
qqgroup: 'Q羣',
discord: '在線交流',
securityreport: '報告漏洞',
wechat: '關注微信公眾號'
},
language: {
Expand Down
1 change: 1 addition & 0 deletions source/language/zh_tw.js
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ module.exports = {
document: '文檔',
qqgroup: 'Q群',
discord: '在線交流',
securityreport: '報告漏洞',
wechat: '關注微信公眾號'
},
language: {
Expand Down
3 changes: 2 additions & 1 deletion source/modules/settings/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class About {
<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="https://discord.gg/Uzh5nUf"><i class="fa fa-comments"></i> ${LANG['discord']}</a>
<a href="https://discord.gg/Uzh5nUf"><i class="fa fa-comments"></i> ${LANG['discord']}</a> /
<a href="https://forms.gle/HrUMxedsyREeXw4R9"><i class="fa fa-bug"></i> ${LANG['securityreport']}</a>
</p>
<div>
<img src="ant-static://imgs/qrcode.jpg" style="width:100px;"/>
Expand Down

0 comments on commit e852cbc

Please sign in to comment.