mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
docs: Update MorePage.tsx (#26322)
This commit is contained in:
parent
d6488ca6d1
commit
c79ba580f1
@ -17,6 +17,24 @@ const SourceImages = {
|
||||
};
|
||||
|
||||
const MORE_LIST: MoreProps[] = [
|
||||
{
|
||||
title: '智能组件探索:这个工具栏会自动布局',
|
||||
description:
|
||||
'工程师只需要选择「我要展示哪些元素、每个元素有多少」,而「这些元素怎么摆」、「间距是多少」等细节问题都会根据规则自动生成。',
|
||||
img: 'https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*A_F0SL5shbEAAAAAAAAAAAAAARQnAQ',
|
||||
date: '2020-08-19',
|
||||
source: 'zhihu',
|
||||
href: 'https://zhuanlan.zhihu.com/p/188693322',
|
||||
},
|
||||
{
|
||||
title: '一个好用的智能栅格工具是如何诞生的?',
|
||||
description:
|
||||
'和大家分享一下整个智能栅格的设计开发过程,并从中感受到设计的「穿透力」,聊聊如何打破界限、从表面到内核、从表象到本质。',
|
||||
img: 'https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*hk19TqWVSDsAAAAAAAAAAAAAARQnAQ',
|
||||
date: '2020-08-09',
|
||||
source: 'zhihu',
|
||||
href: 'https://zhuanlan.zhihu.com/p/176534657',
|
||||
},
|
||||
{
|
||||
title: '设计考古:工具类产品 Office',
|
||||
description:
|
||||
@ -26,24 +44,6 @@ const MORE_LIST: MoreProps[] = [
|
||||
source: 'zhihu',
|
||||
href: 'https://zhuanlan.zhihu.com/p/90304083',
|
||||
},
|
||||
{
|
||||
title: '数据可视化的驱动与使能',
|
||||
description:
|
||||
'“指哪打哪”形容听从驱使。在数据可视化设计中,操作“听从驱使”的可视化作品又是一种什么样的体验呢?',
|
||||
img: 'https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*kGFrS4JCGo8AAAAAAAAAAABkARQnAQ',
|
||||
date: '2019-10-30',
|
||||
source: 'zhihu',
|
||||
href: 'https://zhuanlan.zhihu.com/p/89352118',
|
||||
},
|
||||
{
|
||||
title: '【AntV 关系图编辑器】交互设计沉思录',
|
||||
description:
|
||||
'AntV 是 Ant Design 设计语言中的可视化部分。本文讲述的是关系型数据 G6 中流程图编辑器的搭建经验。',
|
||||
img: 'https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*1fTSTKxbOqAAAAAAAAAAAABkARQnAQ',
|
||||
date: '2019-09-11',
|
||||
source: 'zhihu',
|
||||
href: 'https://zhuanlan.zhihu.com/p/82146871',
|
||||
},
|
||||
{
|
||||
title: '设计法则「映射」: 让你的设计更符合直觉',
|
||||
description: '影响一个东西好不好用的因素有很多,本文将从125条通用设计法则中的「映射Mapping」出发,探讨一下这个法则对事物可用性的影响。',
|
||||
|
Loading…
Reference in New Issue
Block a user