mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
Add Enclose.IO link in footer
This commit is contained in:
parent
9f78e71c65
commit
d0bbfd3d2d
@ -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',
|
||||
|
@ -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>
|
||||
|
@ -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': '蚂蚁金服设计平台',
|
||||
|
Loading…
Reference in New Issue
Block a user