Files
tuniao-ui/mock/template_page.js
2023-06-10 10:04:35 +08:00

247 lines
6.4 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'
},
{
icon: 'send',
title: '高端个人',
author: '图鸟北北',
url: '/templatePage/my/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: 'Jaylen',
url: '/templatePage/life/about/about'
},
{
icon: 'send',
title: '全新出发',
author: '你的小可爱',
url: '/templatePage/life/outset/outset'
},
{
icon: 'send',
title: '资讯左图',
author: '图鸟北北',
url: '/templatePage/article/demo1/demo1'
},
{
icon: 'send',
title: '资讯右图',
author: '图鸟北北',
url: '/templatePage/article/demo2/demo2'
},
{
icon: 'send',
title: '全屏轮播',
author: '图鸟北北',
url: '/templatePage/life/fullpage/fullpage'
},
{
icon: 'rocket',
title: '浏览器',
author: '图鸟北北',
url: '/templatePage/life/browser/browser'
},
{
icon: 'rocket',
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: '图鸟北北',
url: '/templatePage/animate/suspended/suspended'
},
{
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'
},
{
icon: 'send',
title: '泡泡飘出',
author: 'Jaylen',
url: '/templatePage/animate/bubble/bubble'
},
{
icon: 'send',
title: 'css波浪',
author: '图鸟北北',
url: '/templatePage/animate/wave/wave'
}
]
},
{
title: '群友力献',
backgroundColor: 'tn-cool-bg-color-1',
list: [
{
icon: 'send',
title: '3D全景(第三方约120¥一年)',
author: '图鸟北北 & 芊云全景',
url: '/templatePage/life/pano/pano'
},
{
icon: 'rocket',
title: 'Ucharts图表(第三方,免费开源)',
author: '图鸟北北 & Ucharts秋云',
url: '/templatePage/life/candle/candle'
},
{
icon: 'rocket',
title: '隔壁的小生(第三方赞赏6¥可商用)',
author: '隔壁的小生',
url: '/templatePage/life/candle/candle'
},
{
icon: 'rocket',
title: '阿凡提·污克西西(第三方,免费开源)',
author: '阿凡提·污克西西',
url: '/templatePage/life/candle/candle'
},
{
icon: 'rocket',
title: '微信红包封面',
author: '微信红包封面',
url: '/templatePage/life/cover/cover'
}
]
}
]
}