Add Enclose.IO link in footer

This commit is contained in:
Minqi Pan 2017-06-25 20:00:06 +08:00
parent 9f78e71c65
commit d0bbfd3d2d
3 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,7 @@ module.exports = {
'app.footer.mobile': 'Mobile UI',
'app.footer.data-vis': 'Data Visualization',
'app.footer.eggjs': 'Enterprise Node Framework',
'app.footer.encloseio': 'Node.js Compiler',
'app.footer.motion': 'Motion Solution',
'app.footer.antd-library': 'Axure library',
'app.footer.design-platform': 'Ant Financial Design Platform',

View File

@ -116,6 +116,11 @@ class Footer extends React.Component {
<span> - </span>
<FormattedMessage id="app.footer.antux" />
</div>
<div>
<a target="_blank" rel="noopener noreferrer" href="http://enclose.io/">Enclose.IO</a>
<span> - </span>
<FormattedMessage id="app.footer.encloseio" />
</div>
</li>
<li>
<h2><Icon type="customer-service" /> <FormattedMessage id="app.footer.community" /></h2>

View File

@ -41,6 +41,7 @@ module.exports = {
'app.footer.mobile': '移动版',
'app.footer.data-vis': '数据可视化',
'app.footer.eggjs': '企业级 Node 开发框架',
'app.footer.encloseio': 'Node.js 编译器',
'app.footer.motion': '设计动效',
'app.footer.antd-library': 'Axure 部件库',
'app.footer.design-platform': '蚂蚁金服设计平台',