Commit e852cbcc authored by Medicean's avatar Medicean

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

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