mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
parent
074148acbc
commit
6e74617001
@ -22,7 +22,7 @@ We provide comprehensive design guidelines, best practices, resources, and tools
|
||||
- [Design patterns](/docs/spec/overview)
|
||||
- [Visualization](/docs/spec/visual)
|
||||
- [Illustrations](/docs/spec/illustration)
|
||||
- [Design resources](/docs/spec/download)
|
||||
- [Design resources](/docs/resources)
|
||||
- [Sketch toolbox](http://kitchen.alipay.com/)
|
||||
- [Articles](/docs/spec/article)
|
||||
|
||||
|
@ -22,7 +22,7 @@ title: 介绍
|
||||
- [设计模式](/docs/spec/overview)
|
||||
- [可视化](/docs/spec/visual)
|
||||
- [插画](/docs/spec/illustration)
|
||||
- [设计资源](/docs/spec/download)
|
||||
- [设计资源](/docs/resources)
|
||||
- [Sketch 工具集](http://kitchen.alipay.com/)
|
||||
- [文章](/docs/spec/article)
|
||||
|
||||
|
@ -123,7 +123,10 @@ class Footer extends React.Component<WrappedComponentProps> {
|
||||
},
|
||||
{
|
||||
title: <FormattedMessage id="app.footer.design-resources" />,
|
||||
url: getLocalizedPathname('/docs/resources', isZhCN),
|
||||
url: getLocalizedPathname('/docs/resources', isZhCN, {
|
||||
zhCN: '设计资源',
|
||||
enUS: 'Design-Resources',
|
||||
}),
|
||||
LinkComponent: Link,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user