site: add link to design platform

This commit is contained in:
Benjy Cui 2017-03-30 09:29:13 +08:00
parent aa23606166
commit dda79aa88e
3 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,7 @@ module.exports = {
'app.footer.eggjs': 'Enterprise Node Framework',
'app.footer.motion': 'Motion Soluction',
'app.footer.antd-library': 'Axure library',
'app.footer.design-platform': 'Ant Financial Design Platform',
'app.footer.antux': 'Sitemap Template',
'app.footer.community': 'Community',
'app.footer.change-log': 'Change Log',

View File

@ -69,6 +69,11 @@ class Footer extends React.Component {
</li>
<li>
<h2><Icon type="link" /> <FormattedMessage id="app.footer.links" /></h2>
<div>
<a href="https://design.alipay.com/">
<FormattedMessage id="app.footer.design-platform" />
</a>
</div>
<div>
<a href="http://mobile.ant.design">Ant Design Mobile</a>
<span> - </span>

View File

@ -41,6 +41,7 @@ module.exports = {
'app.footer.eggjs': '企业级 Node 开发框架',
'app.footer.motion': '设计动效',
'app.footer.antd-library': 'Axure 部件库',
'app.footer.design-platform': '蚂蚁金服设计平台',
'app.footer.antux': '页面逻辑素材',
'app.footer.community': '社区',
'app.footer.change-log': '更新记录',