新增10+页面模板

新增form表单部分组件的演示代码

新增图标

添加第三方开发插件演示(所属权归属第三方)

新增tn-scroll-view下拉组件开发(会员)

新增tn-stack-swiper堆叠轮播添加垂直滚动属性(会员)

新增tn-waterfall瀑布流组件(会员)

新增tn-tree-view树形菜单组件(会员)

新增tn-cascade-selection级联选择组件(会员)

新增tn-custom-swiper组件(会员【实验室】)

新增tn-lazy-load懒加载组件

新增tn-load-more加载更多组件

新增tn-sekeleton骨架屏组件

新增tn-empty空白页组件

新增tn-landscape压屏窗组件

新增tn-verification-code-input验证码输入组件

新增tn-goods-nav商品导航组件

修复tn-slider在tn-form-item下在H5端无法滑动的bug

修复tn-swipe-action-item点击回调事件中无法读取name属性的bug

修复群友已反馈的bug

优化部分页面在iphone上底部确实的问题
This commit is contained in:
JaylenTech
2022-03-16 09:13:58 +08:00
parent 4883c3ff4c
commit 81579ccee5
56 changed files with 6297 additions and 487 deletions
+55
View File
@@ -81,6 +81,31 @@ export default {
icon: 'star',
title: 'fab悬浮按钮',
url: '/componentsPage/fab/fab'
},
{
icon: 'star',
title: '懒加载',
url: '/componentsPage/lazy-load/lazy-load'
},
{
icon: 'star',
title: '加载更多',
url: '/componentsPage/load-more/load-more'
},
{
icon: 'star',
title: '骨架屏',
url: '/componentsPage/skeleton/skeleton'
},
{
icon: 'star',
title: '空页面',
url: '/componentsPage/empty/empty'
},
{
icon: 'star',
title: '商品导航',
url: '/componentsPage/goods-nav/goods-nav'
}
]
},
@@ -108,6 +133,11 @@ export default {
title: '提示信息框',
url: '/componentsPage/tips/tips'
},
{
icon: 'creative',
title: '压屏窗',
url: '/componentsPage/landscape/landscape'
}
]
},
{
@@ -119,6 +149,21 @@ export default {
title: 'Form表单',
url: '/componentsPage/form/form'
},
{
icon: 'image-text',
title: 'Input输入框',
url: '/componentsPage/input/input'
},
{
icon: 'image-text',
title: 'Radio单选框',
url: '/componentsPage/radio/radio'
},
{
icon: 'image-text',
title: 'Checkbox复选框',
url: '/componentsPage/check-box/check-box'
},
{
icon: 'ticket',
title: 'ActionSheet操作菜单',
@@ -159,6 +204,16 @@ export default {
title: '签名板',
url: '/componentsPage/sign-board/sign-board'
},
{
icon: 'edit-write',
title: '验证码输入',
url: '/componentsPage/verification-code-input/verification-code-input'
},
{
icon: 'edit-write',
title: '分段器',
url: '/componentsPage/subsection/subsection'
}
]
},
{