图鸟UI V1.0.0 版本提交

This commit is contained in:
JaylenTech
2021-12-29 11:14:34 +08:00
commit cb0af8c384
203 changed files with 44944 additions and 0 deletions

107
mock/template_page.js Normal file
View File

@@ -0,0 +1,107 @@
/**
* 页面展示列表数据
*/
export default {
data: [
{
title: '登录注册',
backgroundColor: 'tn-cool-bg-color-1',
list: [
{
icon: 'order',
title: '火箭登录',
url: '/templatePage/login/demo1/demo1'
},
{
icon: 'order',
title: '粒子登录',
url: '/templatePage/login/demo2/demo2'
}
]
},
{
title: '常用首页',
backgroundColor: 'tn-cool-bg-color-1',
list: [
{
icon: 'order',
title: '音乐首页',
url: '/templatePage/home/music/music'
},
{
icon: 'order',
title: '课程首页',
url: '/templatePage/home/course/course'
},
{
icon: 'order',
title: '设计首页',
url: '/templatePage/home/design/design'
},
{
icon: 'order',
title: '招聘首页',
url: '/templatePage/home/job/job'
},
{
icon: 'order',
title: '投屏首页',
url: '/templatePage/home/screen/screen'
},
{
icon: 'order',
title: '壁纸首页',
url: '/templatePage/home/wallpaper/wallpaper'
},
]
},
{
title: '其他页面',
backgroundColor: 'tn-cool-bg-color-1',
list: [
{
icon: 'order',
title: '健康码',
url: '/templatePage/health/qrcode/qrcode'
},
{
icon: 'order',
title: '全屏轮播',
url: '/templatePage/life/fullpage/fullpage'
},
{
icon: 'order',
title: '浏览器',
url: '/templatePage/life/browser/browser'
}
]
},
{
title: '动效元素',
backgroundColor: 'tn-cool-bg-color-1',
list: [
{
icon: 'order',
title: '加载动画',
url: '/templatePage/animate/loading/loading'
},
{
icon: 'order',
title: '随机粒子',
url: '/templatePage/animate/particle/particle'
},
{
icon: 'order',
title: '相册图集',
url: '/templatePage/animate/photo/photo'
},
{
icon: 'order',
title: '镂空效果',
url: '/templatePage/animate/hollow/hollow'
}
]
}
]
}