From b061a3a539fbd22f25a65e3cdaefd32e3fcc53ca Mon Sep 17 00:00:00 2001 From: nikogu <644506165@qq.com> Date: Fri, 27 Oct 2017 17:15:19 +0800 Subject: [PATCH] update components doc --- src/components/AvatarList/index.md | 2 +- src/components/Charts/index.md | 2 +- src/components/CountDown/index.md | 2 +- src/components/DescriptionList/index.md | 2 +- src/components/Exception/index.md | 2 +- src/components/FooterToolbar/index.md | 2 +- src/components/GlobalFooter/index.md | 2 +- src/components/HeaderSearch/index.md | 2 +- src/components/NoticeIcon/index.md | 2 +- src/components/NumberInfo/index.md | 2 +- src/components/PageHeader/index.md | 2 +- src/components/Result/index.md | 2 +- src/components/TagSelect/index.md | 2 +- src/components/Trend/index.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/AvatarList/index.md b/src/components/AvatarList/index.md index e1e24cd7..fecdb2e8 100644 --- a/src/components/AvatarList/index.md +++ b/src/components/AvatarList/index.md @@ -1,7 +1,7 @@ --- -type: General title: AvatarList subtitle: 用户头像列表 +order: 1 cols: 1 --- diff --git a/src/components/Charts/index.md b/src/components/Charts/index.md index 6b5ef558..9fc6cfae 100644 --- a/src/components/Charts/index.md +++ b/src/components/Charts/index.md @@ -1,7 +1,7 @@ --- -type: General title: Charts subtitle: 图表 +order: 2 cols: 2 --- diff --git a/src/components/CountDown/index.md b/src/components/CountDown/index.md index b441a059..c337eac0 100644 --- a/src/components/CountDown/index.md +++ b/src/components/CountDown/index.md @@ -1,8 +1,8 @@ --- -type: General title: CountDown subtitle: 倒计时 cols: 1 +order: 3 --- 倒计时组件。 diff --git a/src/components/DescriptionList/index.md b/src/components/DescriptionList/index.md index f744aaad..377d0351 100644 --- a/src/components/DescriptionList/index.md +++ b/src/components/DescriptionList/index.md @@ -1,8 +1,8 @@ --- -type: General title: DescriptionList subtitle: 描述列表 cols: 1 +order: 4 --- 描述列表用来展示一系列文本信息。 diff --git a/src/components/Exception/index.md b/src/components/Exception/index.md index 8eea00c5..da310583 100644 --- a/src/components/Exception/index.md +++ b/src/components/Exception/index.md @@ -1,8 +1,8 @@ --- -type: General title: Exception subtitle: 异常 cols: 1 +order: 5 --- 异常页用于对页面特定的异常状态进行反馈。通常,它包含对错误状态的阐述,并向用户提供建议或操作,避免用户感到迷失和困惑。 diff --git a/src/components/FooterToolbar/index.md b/src/components/FooterToolbar/index.md index 5a4a23e3..421ac08e 100644 --- a/src/components/FooterToolbar/index.md +++ b/src/components/FooterToolbar/index.md @@ -1,8 +1,8 @@ --- -type: General title: FooterToolbar subtitle: 底部工具栏 cols: 1 +order: 6 --- 固定在底部的工具栏。 diff --git a/src/components/GlobalFooter/index.md b/src/components/GlobalFooter/index.md index 8b935572..96e04fee 100644 --- a/src/components/GlobalFooter/index.md +++ b/src/components/GlobalFooter/index.md @@ -1,8 +1,8 @@ --- -type: General title: GlobalFooter subtitle: 全局页脚 cols: 1 +order: 7 --- 页脚属于全局导航的一部分,作为对顶部导航的补充,通过传递数据控制展示内容。 diff --git a/src/components/HeaderSearch/index.md b/src/components/HeaderSearch/index.md index 97aeba3d..106fac0d 100644 --- a/src/components/HeaderSearch/index.md +++ b/src/components/HeaderSearch/index.md @@ -1,8 +1,8 @@ --- -type: General title: HeaderSearch subtitle: 顶部搜索框 cols: 1 +order: 8 --- 用在顶部导航上,提供应用全局搜索入口。 diff --git a/src/components/NoticeIcon/index.md b/src/components/NoticeIcon/index.md index 9109e2ff..abd8fb08 100644 --- a/src/components/NoticeIcon/index.md +++ b/src/components/NoticeIcon/index.md @@ -1,8 +1,8 @@ --- -type: General title: NoticeIcon subtitle: 通知菜单 cols: 1 +order: 9 --- 用在顶部导航上,作为整个产品统一的通知中心。 diff --git a/src/components/NumberInfo/index.md b/src/components/NumberInfo/index.md index 05a9552d..887099bb 100644 --- a/src/components/NumberInfo/index.md +++ b/src/components/NumberInfo/index.md @@ -1,8 +1,8 @@ --- -type: General title: NumberInfo subtitle: 数据文本 cols: 1 +order: 10 --- 常用在数据卡片中,用于突出展示某个业务数据。 diff --git a/src/components/PageHeader/index.md b/src/components/PageHeader/index.md index 5900e703..f17dc79a 100644 --- a/src/components/PageHeader/index.md +++ b/src/components/PageHeader/index.md @@ -1,8 +1,8 @@ --- -type: General title: PageHeader subtitle: 页头 cols: 1 +order: 11 --- 页头用来声明页面的主题,包含了用户所关注的最重要的信息,使用户可以快速理解当前页面是什么以及它的功能。 diff --git a/src/components/Result/index.md b/src/components/Result/index.md index 24f84965..05e1c0e2 100644 --- a/src/components/Result/index.md +++ b/src/components/Result/index.md @@ -1,8 +1,8 @@ --- -type: General title: Result subtitle: 处理结果 cols: 1 +order: 12 --- 结果页用于对用户进行的一系列任务处理结果进行反馈。 diff --git a/src/components/TagSelect/index.md b/src/components/TagSelect/index.md index 59ab8f31..31c2e025 100644 --- a/src/components/TagSelect/index.md +++ b/src/components/TagSelect/index.md @@ -1,8 +1,8 @@ --- -type: General title: TagSelect subtitle: 标签选择器 cols: 1 +order: 13 --- 一组标签选择器,带全选/展开/收起功能。 diff --git a/src/components/Trend/index.md b/src/components/Trend/index.md index d6ec34f9..7948bf43 100644 --- a/src/components/Trend/index.md +++ b/src/components/Trend/index.md @@ -1,8 +1,8 @@ --- -type: General title: Trend subtitle: 趋势标记 cols: 1 +order: 14 --- 趋势符号,标记上升和下降状态。 -- GitLab