Commit e852cbcc authored by Medicean's avatar Medicean

(Modules:Settings) 关于页面新增「报告漏洞」链接

parent b1ed898e
......@@ -620,6 +620,7 @@ Hot Keys:
document: 'Document',
qqgroup: 'QQ Group',
discord: 'Discord',
securityreport: 'Security Report',
wechat: 'Fllow us on WeChat'
},
language: {
......
......@@ -620,6 +620,7 @@ module.exports = {
document: '文档',
qqgroup: 'Q群',
discord: '在线交流',
securityreport: '报告漏洞',
wechat: '关注微信公众号'
},
language: {
......
......@@ -619,6 +619,7 @@ module.exports = {
document: '文檔',
qqgroup: 'Q羣',
discord: '在線交流',
securityreport: '報告漏洞',
wechat: '關注微信公眾號'
},
language: {
......
......@@ -619,6 +619,7 @@ module.exports = {
document: '文檔',
qqgroup: 'Q群',
discord: '在線交流',
securityreport: '報告漏洞',
wechat: '關注微信公眾號'
},
language: {
......
......@@ -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;"/>
......
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