mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
docs: update zhihu blog url (#38737)
This commit is contained in:
parent
712f1894f6
commit
68b1062ef1
@ -15,7 +15,7 @@ import {
|
|||||||
TwitterOutlined,
|
TwitterOutlined,
|
||||||
UsergroupAddOutlined,
|
UsergroupAddOutlined,
|
||||||
ZhihuOutlined,
|
ZhihuOutlined,
|
||||||
YuqueOutlined,
|
YuqueFilled,
|
||||||
} from '@ant-design/icons';
|
} from '@ant-design/icons';
|
||||||
import useLocation from '../../../hooks/useLocation';
|
import useLocation from '../../../hooks/useLocation';
|
||||||
import { css } from '@emotion/react';
|
import { css } from '@emotion/react';
|
||||||
@ -181,7 +181,7 @@ const Footer = () => {
|
|||||||
openExternal: true,
|
openExternal: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: <YuqueOutlined style={{ color: '#00b96b' }} />,
|
icon: <YuqueFilled style={{ color: '#00b96b' }} />,
|
||||||
title: <FormattedMessage id="app.footer.yuque.repo" />,
|
title: <FormattedMessage id="app.footer.yuque.repo" />,
|
||||||
url: 'https://yuque.com/ant-design/ant-design',
|
url: 'https://yuque.com/ant-design/ant-design',
|
||||||
openExternal: true,
|
openExternal: true,
|
||||||
@ -189,7 +189,7 @@ const Footer = () => {
|
|||||||
{
|
{
|
||||||
icon: <ZhihuOutlined style={{ color: '#0084ff' }} />,
|
icon: <ZhihuOutlined style={{ color: '#0084ff' }} />,
|
||||||
title: <FormattedMessage id="app.footer.zhihu" />,
|
title: <FormattedMessage id="app.footer.zhihu" />,
|
||||||
url: 'http://zhuanlan.zhihu.com/antdesign',
|
url: 'https://www.zhihu.com/column/c_1564262000561106944',
|
||||||
openExternal: true,
|
openExternal: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -19,7 +19,7 @@ timeline: true
|
|||||||
|
|
||||||
`2022-11-18`
|
`2022-11-18`
|
||||||
|
|
||||||
🏆 Ant Design 5.0.0 is released, welcome to try it out!
|
🏆 Ant Design 5.0.0 is released, see our [release note](https://github.com/ant-design/ant-design/issues/38671) for more details.
|
||||||
|
|
||||||
#### Read it before migration
|
#### Read it before migration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user