Files
tuniao-ui/mock/template_page.js

164 lines
4.1 KiB
JavaScript

/**
* 页面展示列表数据
*/
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/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/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全景',
author: '可我会像 & 芊云全景',
url: '/templatePage/life/pano/pano'
},
{
icon: 'like-break',
title: '隔壁的小生',
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'
}
]
}
]
}