图鸟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

57
mock/basic_page.js Normal file
View File

@@ -0,0 +1,57 @@
/**
* 页面展示列表数据
*/
export default {
data: [
{
icon: 'menu-more',
title: 'Flex布局',
url: '/basicPage/flex-layout/flex-layout'
},
{
icon: 'menu-circle',
title: 'Grid布局',
url: '/basicPage/grid-layout/grid-layout'
},
{
icon: 'gloves',
title: '配色',
url: '/basicPage/color/color'
},
{
icon: 'topics',
title: '图标',
url: '/basicPage/icon/icon'
},
{
icon: 'circle-fill',
title: '按钮',
url: '/basicPage/button/button'
},
{
icon: 'tag',
title: '标签',
url: '/basicPage/tag/tag'
},
{
icon: 'square',
title: '边框',
url: '/basicPage/border/border'
},
{
icon: 'copy-fill',
title: '阴影',
url: '/basicPage/shadow/shadow'
},
{
icon: 'moon',
title: '微标',
url: '/basicPage/badge/badge'
},
{
icon: 'emoji-good',
title: '头像',
url: '/basicPage/avatar/avatar'
}
]
}

206
mock/components_page.js Normal file
View File

@@ -0,0 +1,206 @@
/**
* 页面展示列表数据
*/
export default {
data: [
{
title: '基础组件',
backgroundColor: 'tn-cool-bg-color-1',
list: [
{
icon: 'signpost',
title: '列表',
url: '/componentsPage/list/list'
},
{
icon: 'circle-arrow',
title: 'Loading加载',
url: '/componentsPage/loading/loading'
},
{
icon: 'share',
title: 'tabs标签',
url: '/componentsPage/tabs/tabs'
},
{
icon: 'receipt',
title: 'sticky吸顶',
url: '/componentsPage/sticky/sticky'
},
{
icon: 'all',
title: 'navBar导航栏',
url: '/componentsPage/nav-bar/nav-bar'
},
{
icon: 'sound',
title: 'noticeBar通知栏',
url: '/componentsPage/notice-bar/notice-bar'
},
{
icon: 'image',
title: 'swiper轮播图',
url: '/componentsPage/swiper/swiper'
},
{
icon: 'server',
title: 'collapse折叠面板',
url: '/componentsPage/collapse/collapse'
},
{
icon: 'more-circle',
title: 'readMore查看更多',
url: '/componentsPage/read-more/read-more'
},
{
icon: 'success-square',
title: 'steps步骤条',
url: '/componentsPage/steps/steps'
},
{
icon: 'clock',
title: 'timeLine时间轴',
url: '/componentsPage/time-line/time-line'
},
{
icon: 'level',
title: 'indexList索引列表',
url: '/componentsPage/index-list/index-list'
},
{
icon: 'group-square',
title: 'scrollList横向滚动',
url: '/componentsPage/scroll-list/scroll-list'
},
{
icon: 'star',
title: 'swipeAction滑动菜单',
url: '/componentsPage/swipe-action/swipe-action'
}
]
},
{
title: '弹框组件',
backgroundColor: 'tn-cool-bg-color-1',
list: [
{
icon: 'prize',
title: '弹出层',
url: '/componentsPage/popup/popup'
},
{
icon: 'bankcard',
title: '模态框',
url: '/componentsPage/modal/modal'
},
{
icon: 'comment',
title: 'Toast',
url: '/componentsPage/toast/toast'
},
{
icon: 'creative',
title: '提示信息框',
url: '/componentsPage/tips/tips'
},
]
},
{
title: '表单组件',
backgroundColor: 'tn-cool-bg-color-1',
list: [
{
icon: 'image-text',
title: 'Form表单',
url: '/componentsPage/form/form'
},
{
icon: 'ticket',
title: 'ActionSheet操作菜单',
url: '/componentsPage/action-sheet/action-sheet'
},
{
icon: 'deploy',
title: 'Picker选择器',
url: '/componentsPage/picker/picker'
},
{
icon: 'organizatio',
title: 'Select列选择器',
url: '/componentsPage/select/select'
},
{
icon: 'data',
title: '验证码倒计时',
url: '/componentsPage/verification-code/verification-code'
},
{
icon: 'power',
title: 'Switch开关',
url: '/componentsPage/switch/switch'
},
{
icon: 'upload',
title: '图片上传',
url: '/componentsPage/image-upload/image-upload'
},
{
icon: 'calendar',
title: '日历',
url: '/componentsPage/calendar/calendar'
},
{
icon: 'edit-write',
title: '签名板',
url: '/componentsPage/sign-board/sign-board'
},
]
},
{
title: '数据组件',
backgroundColor: 'tn-cool-bg-color-1',
list: [
{
icon: 'watercup',
title: 'Progress进度条',
url: '/componentsPage/progress/progress'
},
{
icon: 'star',
title: 'rate评分',
url: '/componentsPage/rate/rate'
},
{
icon: 'light',
title: 'slider滑动条',
url: '/componentsPage/slider/slider'
},
{
icon: 'statistics',
title: 'numberBox步进输入',
url: '/componentsPage/number-box/number-box'
},
{
icon: 'keyboard-circle',
title: 'keyboard键盘',
url: '/componentsPage/keyboard/keyboard'
},
{
icon: 'time',
title: 'countDown倒计时',
url: '/componentsPage/count-down/count-down'
},
{
icon: 'group-circle',
title: 'countTo数字跳转',
url: '/componentsPage/count-to/count-to'
},
{
icon: 'sequence-vertical',
title: 'countScroll数字滚动',
url: '/componentsPage/count-scroll/count-scroll'
}
]
}
]
}

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'
}
]
}
]
}