Skip to content

Commit e43d376

Browse files
committed
doc: update README
1 parent 9f452b0 commit e43d376

File tree

6 files changed

+20
-7
lines changed

6 files changed

+20
-7
lines changed

packages/core/src/DragDrawer/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ DragDrawer 拖曳抽屉
55

66
可自定义拖曳抽屉高度。
77

8+
> 🚧 注意:测试版本谨慎使用。
9+
<!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->
10+
811
### 基础示例
912

1013
```jsx

packages/core/src/Form/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Form 表单
33

44
集成react-native-uiw表单控件,并支持自定义组件
55

6+
> 🚧 注意:测试版本谨慎使用。
7+
<!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->
8+
69
### 基础示例
710

811
<!--DemoStart-->

packages/core/src/Picker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Picker 选择器
22
---
33

44
解决 ios 与 android 和用户交互方式不同问题.
5-
5+
> 🚧测试版本
66
> 避免出现样式错乱问题, 请尽量使用统一整数数字高度。
77
> 激活状态尽量不要改变高度, 只是修改颜色作为标记。
88
<!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->

packages/core/src/SpeedDial/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ SpeedDial 悬浮标记
33

44
SpeedDial 悬浮标记组件按下时,浮动动作按钮可以以快速显示标记的形式显示指定相关动作。
55

6+
> 🚧 注意:测试版本谨慎使用。
7+
<!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->
8+
69
![](https://user-images.githubusercontent.com/57083007/146733457-f6cb4866-2f5c-4757-bb16-007881c5ef25.gif)<!--rehype:style=zoom: 33%;float: right; margin-left: 15px;-->
710

811
### 基础示例

packages/core/src/Swiper/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Swiper 轮播图
33

44
最基础的轮播图,可承载图片。
55

6+
> 🚧 注意:测试版本谨慎使用。
7+
<!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->
8+
69
![](https://user-images.githubusercontent.com/57083007/146733725-30e20a33-796a-49ec-9a95-4448a629c7b7.gif)<!--rehype:style=zoom: 33%;float: right; margin-left: 15px;-->
710

811
### 基础示例

website/src/routes/menus.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export const componentMenus: MenuData[] = [
1919
{ path: '/components/expandablesection', name: 'ExpandableSection 展开缩放组件' },
2020
{ path: '/components/cardcollapse', name: 'CardCollapse 可折叠卡片列表' },
2121
{ divider: true, name: 'Data Entry' },
22-
{ path: '/components/form', name: 'Form 表单' },
2322
{ path: '/components/buttongroup', name: 'ButtonGroup 按钮组' },
2423
{ path: '/components/checkbox', name: 'CheckBox 复选框' },
2524
{ path: '/components/calendar', name: 'Calendar 日历' },
@@ -30,7 +29,6 @@ export const componentMenus: MenuData[] = [
3029
{ path: '/components/slider', name: 'Slider 滑块输入条' },
3130
{ path: '/components/switch', name: 'Switch 开关' },
3231
{ path: '/components/searchbar', name: 'SearchBar 模糊搜素组件' },
33-
{ path: '/components/picker', name: 'Picker 选择器' },
3432
{ divider: true, name: 'Data Display' },
3533
{ path: '/components/avatar', name: 'Avatar 头像' },
3634
{ path: '/components/badge', name: 'Badge 标记' },
@@ -43,15 +41,13 @@ export const componentMenus: MenuData[] = [
4341
{ path: '/components/quicklist', name: 'QuicList 快速列表' },
4442
{ path: '/components/card', name: 'Card 卡片' },
4543
{ path: '/components/noticebar', name: 'NoticeBar 通告栏' },
46-
{ path: '/components/swiper', name: 'Swiper 轮播图' },
4744
{ divider: true, name: 'Feedback' },
4845
{ path: '/components/loader', name: 'Loader 加载' },
4946
{ path: '/components/modal', name: 'Modal 模态框' },
5047
{ path: '/components/masklayer', name: 'MaskLayer 遮罩层' },
5148
{ path: '/components/result', name: 'Result 结果页' },
5249
{ path: '/components/toast', name: 'Toast 轻提示' },
5350
{ path: '/components/tabs', name: 'Tabs 选项卡' },
54-
{ path: '/components/speeddial', name: 'SpeedDial 悬浮标记' },
5551
{ path: '/components/stepper', name: 'Stepper 步进器' },
5652
{ path: '/components/tile', name: 'Tile 卡片' },
5753
{ path: '/components/transitionImage', name: 'TransitionImage 图片过渡' },
@@ -60,10 +56,15 @@ export const componentMenus: MenuData[] = [
6056
{ path: '/components/actionSheet', name: 'ActionSheet 动作面板' },
6157
{ path: '/components/search-input-bar', name: 'SearchInputBar 搜索栏' },
6258
{ path: '/components/pagination', name: 'Pagination 分页器' },
63-
{ path: '/components/treeSelect', name: 'TreeSelect 级联选择器' },
64-
{ path: '/components/dragdrawer', name: 'Dragdrawer 拖拽抽屉' },
6559
{ path: '/components/textarea', name: 'TextArea 多行输入框' },
6660
{ path: '/components/imageViewer', name: 'ImageViewer 图片查看' },
61+
{ divider: true, name: 'Test components' },
62+
{ path: '/components/form', name: 'Form 表单 🚧' },
63+
{ path: '/components/picker', name: 'Picker 选择器 🚧' },
64+
{ path: '/components/treeSelect', name: 'TreeSelect 级联选择器 🚧' },
65+
{ path: '/components/swiper', name: 'Swiper 轮播图 🚧' },
66+
{ path: '/components/speeddial', name: 'SpeedDial 悬浮标记 🚧' },
67+
{ path: '/components/dragdrawer', name: 'Dragdrawer 拖拽抽屉 🚧' },
6768
{ divider: true, name: '其它' },
6869
{ href: 'https://github.com/uiwjs/react-native-alipay', name: 'Alipay 支付宝', target: '__blank' },
6970
{

0 commit comments

Comments
 (0)