Files
tuniao-ui/mock/template_page.js
JaylenTech 81579ccee5 新增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上底部确实的问题
2022-03-16 09:13:58 +08:00

200 lines
5.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* 页面展示列表数据
*/
export default {
data: [
{
title: '登录注册',
backgroundColor: 'tn-cool-bg-color-1',
list: [
{
icon: 'send',
title: '火箭登录',
author: '可我会像',
url: '/templatePage/login/demo1/demo1'
},
{
icon: 'send',
title: '粒子登录',
author: '可我会像',
url: '/templatePage/login/demo2/demo2'
},
{
icon: 'send',
title: '背景登录',
author: '可我会像',
url: '/templatePage/login/demo3/demo3'
},
{
icon: 'send',
title: '简约登录',
author: '可我会像',
url: '/templatePage/login/demo4/demo4'
}
]
},
{
title: '个人中心',
backgroundColor: 'tn-cool-bg-color-1',
list: [
{
icon: 'send',
title: '夏天个人',
author: '可我会像',
url: '/templatePage/my/demo1/demo1'
},
{
icon: 'send',
title: '图鸟个人',
author: '可我会像',
url: '/templatePage/my/demo2/demo2'
},
{
icon: 'send',
title: '外卖个人',
author: '可我会像',
url: '/templatePage/my/demo3/demo3'
}
]
},
{
title: '常用首页',
backgroundColor: 'tn-cool-bg-color-1',
list: [
{
icon: 'send',
title: '音乐首页',
author: '可我会像',
url: '/templatePage/home/music/music'
},
{
icon: 'send',
title: '课程首页',
author: '可我会像',
url: '/templatePage/home/course/course'
},
{
icon: 'send',
title: '设计首页',
author: '可我会像',
url: '/templatePage/home/design/design'
},
{
icon: 'send',
title: '招聘首页',
author: '可我会像',
url: '/templatePage/home/job/job'
},
{
icon: 'send',
title: '投屏首页',
author: '可我会像',
url: '/templatePage/home/screen/screen'
},
{
icon: 'send',
title: '壁纸首页',
author: '可我会像',
url: '/templatePage/home/wallpaper/wallpaper'
},
]
},
{
title: '骚气页面',
backgroundColor: 'tn-cool-bg-color-1',
list: [
{
icon: 'send',
title: '健康码',
author: '可我会像',
url: '/templatePage/health/qrcode/qrcode'
},
{
icon: 'send',
title: '全屏轮播',
author: '可我会像',
url: '/templatePage/life/fullpage/fullpage'
},
{
icon: 'like-break',
title: '浏览器',
author: '可我会像',
url: '/templatePage/life/browser/browser'
},
{
icon: 'like-break',
title: '时钟',
author: '可我会像',
url: '/templatePage/time/clock/clock'
}
]
},
{
title: '动效元素',
backgroundColor: 'tn-cool-bg-color-1',
list: [
{
icon: 'send',
title: '加载动画',
author: '可我会像',
url: '/templatePage/animate/loading/loading'
},
{
icon: 'send',
title: '随机粒子',
author: 'Jaylen',
url: '/templatePage/animate/particle/particle'
},
{
icon: 'send',
title: '相册图集',
author: '你的小可爱',
url: '/templatePage/animate/photo/photo'
},
{
icon: 'send',
title: '镂空效果',
author: '你的小可爱',
url: '/templatePage/animate/hollow/hollow'
}
]
},
{
title: '群友力献',
backgroundColor: 'tn-cool-bg-color-1',
list: [
{
icon: 'send',
title: '3D全景(第三方约120¥一年)',
author: '可我会像 & 芊云全景',
url: '/templatePage/life/pano/pano'
},
{
icon: 'like-break',
title: 'Ucharts图表(第三方,免费开源)',
author: '可我会像 & Ucharts秋云',
url: '/templatePage/life/candle/candle'
},
{
icon: 'like-break',
title: '隔壁的小生(第三方赞赏6¥可商用)',
author: '隔壁的小生',
url: '/templatePage/life/candle/candle'
},
{
icon: 'like-break',
title: '阿凡提·污克西西(第三方,免费开源)',
author: '阿凡提·污克西西',
url: '/templatePage/life/candle/candle'
},
{
icon: 'like-break',
title: '期待你的加入',
author: '期待你的加入',
url: '/templatePage/life/candle/candle'
}
]
}
]
}