Skip to content

Commit

Permalink
fix: 重新整理组件列表
Browse files Browse the repository at this point in the history
  • Loading branch information
soulhat committed Jun 12, 2023
1 parent 871e569 commit e4d24fe
Showing 1 changed file with 74 additions and 95 deletions.
169 changes: 74 additions & 95 deletions sites/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
{
"name": "Image",
"type": "component",
"tarodoc": true,
"cName": "图片",
"desc": "增强版的 img 标签,提供多种图片填充模式,支持图片加载中提示、加载失败提示。",
"sort": 8,
Expand All @@ -71,6 +70,15 @@
"sort": 5,
"show": true,
"author": ""
},
{
"name": "Popup",
"sort": 9,
"cName": "弹出层",
"type": "component",
"show": true,
"desc": "弹出层容器,用于展示弹窗、信息提示等内容,支持多个弹出层叠加展示",
"author": ""
}
]
},
Expand Down Expand Up @@ -150,15 +158,6 @@
"name": "导航组件",
"enName": "nav",
"packages": [
{
"name": "BackTop",
"type": "component",
"cName": "返回顶部",
"desc": "提供较长的页面快捷返回顶部功能。",
"sort": 2,
"show": false,
"author": ""
},
{
"name": "Elevator",
"type": "component",
Expand All @@ -177,30 +176,39 @@
"show": true,
"author": ""
},
{
"name": "Indicator",
"type": "component",
"cName": "指示器",
"desc": "显示一个任务或流程的进度,常用于开通流程。",
"sort": 16,
"show": true,
"author": ""
},
{
"name": "NavBar",
"type": "component",
"cName": "头部导航",
"desc": "提供导航功能。",
"sort": 1,
"show": false,
"show": true,
"author": ""
},
{
"name": "SideNavBar",
"name": "Pagination",
"type": "component",
"cName": "侧边栏导航",
"desc": "用于内容选择和切换",
"sort": 9,
"cName": "分页",
"desc": "当数据量较多时,采用分页的形式分隔长列表。",
"sort": 6,
"show": true,
"author": ""
},
{
"name": "NavBar",
"name": "SideNavBar",
"type": "component",
"cName": "头部导航",
"desc": "提供导航功能。",
"sort": 5,
"cName": "侧边栏导航",
"desc": "用于内容选择和切换",
"sort": 9,
"show": true,
"author": ""
},
Expand Down Expand Up @@ -275,7 +283,6 @@
"desc": "地址组件",
"sort": 3,
"show": false,
"taro": true,
"author": ""
},
{
Expand Down Expand Up @@ -451,7 +458,7 @@
"cName": "搜索栏",
"desc": "用于搜索场景的输入框组件",
"sort": 16,
"show": false,
"show": true,
"author": ""
},
{
Expand All @@ -472,22 +479,13 @@
"show": false,
"author": ""
},
{
"name": "Switch",
"type": "component",
"cName": "开关",
"desc": "用来打开或关闭选项。",
"sort": 11,
"show": false,
"author": ""
},
{
"name": "TextArea",
"type": "component",
"cName": "文本域",
"desc": "文本框内输入或编辑文字,支持限制输入数量。",
"sort": 2,
"show": true,
"show": false,
"author": ""
},
{
Expand Down Expand Up @@ -523,22 +521,13 @@
"show": true,
"author": ""
},
{
"name": "Badge",
"type": "component",
"cName": "徽标",
"desc": "在图标或文字右上角的红色圆点、数字或者文字,表示有新内容或者待处理的信息。",
"sort": 4,
"show": false,
"author": ""
},
{
"name": "Dialog",
"type": "component",
"cName": "对话框",
"desc": "模态对话框",
"sort": 12,
"show": false,
"show": true,
"author": ""
},
{
Expand All @@ -550,15 +539,6 @@
"show": true,
"author": ""
},
{
"name": "Empty",
"type": "component",
"cName": "空状态",
"desc": "空状态时的占位提示",
"sort": 16,
"show": false,
"author": ""
},
{
"name": "InfiniteLoading",
"type": "component",
Expand All @@ -568,15 +548,6 @@
"show": false,
"author": ""
},
{
"name": "NoticeBar",
"type": "component",
"cName": "公告栏",
"desc": "用于循环播放展示一组消息通知。",
"sort": 11,
"show": false,
"author": ""
},
{
"name": "Notify",
"type": "component",
Expand Down Expand Up @@ -604,15 +575,6 @@
"show": false,
"author": ""
},
{
"name": "Skeleton",
"type": "component",
"cName": "骨架屏",
"desc": "在页面上待加载区域填充灰色的占位图,本质上是界面加载过程中的过渡效果。",
"sort": 15,
"show": true,
"author": ""
},
{
"name": "Swipe",
"type": "component",
Expand All @@ -623,18 +585,17 @@
"author": ""
},
{
"name": "Popup",
"sort": 9,
"cName": "弹出层",
"name": "Switch",
"type": "component",
"cName": "开关",
"desc": "用来打开或关闭选项。",
"sort": 11,
"show": true,
"desc": "弹出层容器,用于展示弹窗、信息提示等内容,支持多个弹出层叠加展示",
"author": ""
},
{
"name": "Toast",
"type": "component",
"tarodoc": true,
"cName": "吐司",
"desc": "轻提示",
"sort": 1,
Expand Down Expand Up @@ -693,6 +654,15 @@
"exportEmpty": true,
"author": ""
},
{
"name": "Badge",
"type": "component",
"cName": "徽标",
"desc": "在图标或文字右上角的红色圆点、数字或者文字,表示有新内容或者待处理的信息。",
"sort": 4,
"show": true,
"author": ""
},
{
"name": "CircleProgress",
"type": "component",
Expand Down Expand Up @@ -739,6 +709,15 @@
"show": true,
"author": ""
},
{
"name": "Empty",
"type": "component",
"cName": "空状态",
"desc": "空状态时的占位提示",
"sort": 16,
"show": true,
"author": ""
},
{
"name": "ImagePreview",
"type": "component",
Expand All @@ -749,11 +728,11 @@
"author": ""
},
{
"name": "Indicator",
"name": "NoticeBar",
"type": "component",
"cName": "指示器",
"desc": "显示一个任务或流程的进度,常用于开通流程",
"sort": 16,
"cName": "公告栏",
"desc": "用于循环播放展示一组消息通知",
"sort": 11,
"show": true,
"author": ""
},
Expand All @@ -766,15 +745,6 @@
"show": true,
"author": ""
},
{
"name": "Pagination",
"type": "component",
"cName": "分页",
"desc": "当数据量较多时,采用分页的形式分隔长列表。",
"sort": 6,
"show": true,
"author": ""
},
{
"name": "Price",
"type": "component",
Expand All @@ -793,6 +763,15 @@
"show": true,
"author": ""
},
{
"name": "Skeleton",
"type": "component",
"cName": "骨架屏",
"desc": "在页面上待加载区域填充灰色的占位图,本质上是界面加载过程中的过渡效果。",
"sort": 15,
"show": true,
"author": ""
},
{
"name": "Step",
"sort": 17,
Expand Down Expand Up @@ -849,6 +828,15 @@
"show": true,
"author": ""
},
{
"name": "TrendArrow",
"type": "component",
"cName": "趋势箭头",
"desc": "带有箭头指示的百分比数字,用以展示指标趋势",
"sort": 25,
"show": true,
"author": ""
},
{
"name": "Video",
"type": "component",
Expand Down Expand Up @@ -901,15 +889,6 @@
"show": true,
"author": ""
},
{
"name": "TrendArrow",
"type": "component",
"cName": "趋势箭头",
"desc": "带有箭头指示的百分比数字,用以展示指标趋势",
"sort": 25,
"show": true,
"author": ""
},
{
"name": "WaterMark",
"type": "component",
Expand Down

0 comments on commit e4d24fe

Please sign in to comment.