Skip to content

Commit

Permalink
feat: 1024 (ant-design#27336)
Browse files Browse the repository at this point in the history
yuanyao
  • Loading branch information
yuanyao1225 committed Oct 24, 2020
1 parent 1ceaa3a commit 8ba4da5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions site/theme/template/Home/RecommendPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ interface Recommend {

const LIST_CN: Recommend[] = [
{
title: '树形控件在生产力工具中的设计',
description: '惊!半年实践血泪史,3000 字深度好文,一个爱树的设计师手把手教你如何设计「树 」!',
img: 'https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*Z4eXS55fMigAAAAAAAAAAAAAARQnAQ',
href: 'https://zhuanlan.zhihu.com/p/260068653',
title: '这几个 Ant Design 色彩的小知识,我猜你不知道!',
description: '今天不说大道理,就给大家科普几个 Ant Design 色彩的小知识——',
img: 'https://pic4.zhimg.com/v2-254eebfe6b092b0b9c1f8d17f3c64d3d_1440w.jpg?source=172ae18b',
href: 'https://zhuanlan.zhihu.com/p/268168773',
popularize: true,
},
{
Expand All @@ -39,11 +39,11 @@ const LIST_CN: Recommend[] = [

const LIST_EN: Recommend[] = [
{
title: 'How to Design Tree Component',
title: 'These a few color knowledge of Ant Design, I guess you do not know!',
description:
'🌲 Surprise! With half-a-year practice of blood and tears, here comes a designer who deeply loves trees to teach you how to design 「tree」component!',
img: 'https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*Z4eXS55fMigAAAAAAAAAAAAAARQnAQ',
href: 'https://zhuanlan.zhihu.com/p/260068653',
'🎨 This time, we do not talk about theoretical knowledge, just a few color design skills of Ant Design',
img: 'https://pic4.zhimg.com/v2-254eebfe6b092b0b9c1f8d17f3c64d3d_1440w.jpg?source=172ae18b',
href: 'https://zhuanlan.zhihu.com/p/268168773',
popularize: true,
},
{
Expand Down

0 comments on commit 8ba4da5

Please sign in to comment.