mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
site: update footer links
This commit is contained in:
parent
5dd292f8b7
commit
7a4107eab8
@ -50,7 +50,8 @@ module.exports = {
|
||||
'app.footer.kitchen': 'Sketch Toolkit',
|
||||
'app.footer.scaffolds': 'Scaffold Market',
|
||||
'app.footer.dev-tools': 'Developer Tools',
|
||||
'app.footer.dva': 'Framework',
|
||||
'app.footer.umi': 'React Application Framework',
|
||||
'app.footer.dva': 'Data Flow Framework',
|
||||
'app.footer.resources': 'Resources',
|
||||
'app.footer.data-vis': 'Data Visualization',
|
||||
'app.footer.eggjs': 'Enterprise Node Framework',
|
||||
|
@ -121,6 +121,9 @@ class Footer extends React.Component {
|
||||
<span> - </span>
|
||||
<FormattedMessage id="app.footer.scaffolds" />
|
||||
</div>
|
||||
<div>
|
||||
<a target="_blank" rel="noopener noreferrer" href="http://umijs.org/">Umi</a> - <FormattedMessage id="app.footer.umi" />
|
||||
</div>
|
||||
<div>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://github.com/dvajs/dva">dva</a> - <FormattedMessage id="app.footer.dva" />
|
||||
</div>
|
||||
@ -139,11 +142,6 @@ class Footer extends React.Component {
|
||||
<span> - </span>
|
||||
<FormattedMessage id="app.footer.antux" />
|
||||
</div>
|
||||
<div>
|
||||
<a target="_blank " href="https://www.yuque.com/ant-design/course">
|
||||
<FormattedMessage id="app.footer.course" />
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a target="_blank " href="http://ant-design.gitee.io/">
|
||||
<FormattedMessage id="app.footer.chinamirror" />
|
||||
@ -181,6 +179,11 @@ class Footer extends React.Component {
|
||||
<span> - </span>
|
||||
<FormattedMessage id="app.footer.seeconf" />
|
||||
</div>
|
||||
<div>
|
||||
<a target="_blank " href="/docs/spec/work-with-us">
|
||||
<FormattedMessage id="app.footer.work_with_us" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</Col>
|
||||
<Col md={6} sm={24} xs={24}>
|
||||
@ -196,6 +199,11 @@ class Footer extends React.Component {
|
||||
<FormattedMessage id="app.footer.change-log" />
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a target="_blank " href="https://www.yuque.com/ant-design/course">
|
||||
<FormattedMessage id="app.footer.course" />
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://github.com/ant-design/ant-design/wiki/FAQ">
|
||||
<FormattedMessage id="app.footer.faq" />
|
||||
|
@ -50,7 +50,8 @@ module.exports = {
|
||||
'app.footer.scaffold': '脚手架',
|
||||
'app.footer.scaffolds': '脚手架市场',
|
||||
'app.footer.dev-tools': '开发工具',
|
||||
'app.footer.dva': '应用框架',
|
||||
'app.footer.umi': 'React 应用开发框架',
|
||||
'app.footer.dva': '数据流前端框架',
|
||||
'app.footer.resources': '相关资源',
|
||||
'app.footer.data-vis': '数据可视化',
|
||||
'app.footer.eggjs': '企业级 Node 开发框架',
|
||||
|
Loading…
Reference in New Issue
Block a user