@@ -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