mirror of
https://gitee.com/TSpecific/tuniao-ui.git
synced 2026-03-07 08:14:01 +08:00
更新图标库
修复已知bug
This commit is contained in:
@@ -1,57 +1,88 @@
|
||||
/**
|
||||
* 页面展示列表数据
|
||||
*/
|
||||
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: 'font',
|
||||
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'
|
||||
}
|
||||
]
|
||||
/**
|
||||
* 页面展示列表数据
|
||||
*/
|
||||
export default {
|
||||
data: [
|
||||
{
|
||||
title: '基础元素',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
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: 'font',
|
||||
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'
|
||||
}
|
||||
]
|
||||
}, {
|
||||
title: '常用工具',
|
||||
backgroundColor: 'tn-cool-bg-color-2',
|
||||
list: [
|
||||
{
|
||||
icon: 'code',
|
||||
title: 'String工具',
|
||||
url: '/basicPage/utils/string/index'
|
||||
},
|
||||
{
|
||||
icon: 'code',
|
||||
title: 'Number工具',
|
||||
url: '/basicPage/utils/number/index'
|
||||
},
|
||||
{
|
||||
icon: 'code',
|
||||
title: 'Message工具',
|
||||
url: '/basicPage/utils/message/index'
|
||||
},
|
||||
{
|
||||
icon: 'code',
|
||||
title: 'Color工具',
|
||||
url: '/basicPage/utils/color/index'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,266 +1,266 @@
|
||||
/**
|
||||
* 页面展示列表数据
|
||||
*/
|
||||
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'
|
||||
},
|
||||
{
|
||||
icon: 'star',
|
||||
title: 'fab悬浮按钮',
|
||||
url: '/componentsPage/fab/fab'
|
||||
},
|
||||
{
|
||||
icon: 'star',
|
||||
title: '懒加载',
|
||||
url: '/componentsPage/lazy-load/lazy-load'
|
||||
},
|
||||
{
|
||||
icon: 'star',
|
||||
title: '加载更多',
|
||||
url: '/componentsPage/load-more/load-more'
|
||||
},
|
||||
{
|
||||
icon: 'star',
|
||||
title: '骨架屏',
|
||||
url: '/componentsPage/skeleton/skeleton'
|
||||
},
|
||||
{
|
||||
icon: 'star',
|
||||
title: '空页面',
|
||||
url: '/componentsPage/empty/empty'
|
||||
},
|
||||
{
|
||||
icon: 'star',
|
||||
title: '商品导航',
|
||||
url: '/componentsPage/goods-nav/goods-nav'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
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'
|
||||
},
|
||||
{
|
||||
icon: 'creative',
|
||||
title: '压屏窗',
|
||||
url: '/componentsPage/landscape/landscape'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '表单组件',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'image-text',
|
||||
title: 'Form表单',
|
||||
url: '/componentsPage/form/form'
|
||||
},
|
||||
{
|
||||
icon: 'image-text',
|
||||
title: 'Input输入框',
|
||||
url: '/componentsPage/input/input'
|
||||
},
|
||||
{
|
||||
icon: 'image-text',
|
||||
title: 'Radio单选框',
|
||||
url: '/componentsPage/radio/radio'
|
||||
},
|
||||
{
|
||||
icon: 'image-text',
|
||||
title: 'Checkbox复选框',
|
||||
url: '/componentsPage/check-box/check-box'
|
||||
},
|
||||
{
|
||||
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'
|
||||
},
|
||||
{
|
||||
icon: 'edit-write',
|
||||
title: '验证码输入',
|
||||
url: '/componentsPage/verification-code-input/verification-code-input'
|
||||
},
|
||||
{
|
||||
icon: 'edit-write',
|
||||
title: '分段器',
|
||||
url: '/componentsPage/subsection/subsection'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
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'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
/**
|
||||
* 页面展示列表数据
|
||||
*/
|
||||
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'
|
||||
},
|
||||
{
|
||||
icon: 'star',
|
||||
title: 'fab悬浮按钮',
|
||||
url: '/componentsPage/fab/fab'
|
||||
},
|
||||
{
|
||||
icon: 'star',
|
||||
title: '懒加载',
|
||||
url: '/componentsPage/lazy-load/lazy-load'
|
||||
},
|
||||
{
|
||||
icon: 'star',
|
||||
title: '加载更多',
|
||||
url: '/componentsPage/load-more/load-more'
|
||||
},
|
||||
{
|
||||
icon: 'star',
|
||||
title: '骨架屏',
|
||||
url: '/componentsPage/skeleton/skeleton'
|
||||
},
|
||||
{
|
||||
icon: 'star',
|
||||
title: '空页面',
|
||||
url: '/componentsPage/empty/empty'
|
||||
},
|
||||
{
|
||||
icon: 'star',
|
||||
title: '商品导航',
|
||||
url: '/componentsPage/goods-nav/goods-nav'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
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'
|
||||
},
|
||||
{
|
||||
icon: 'creative',
|
||||
title: '压屏窗',
|
||||
url: '/componentsPage/landscape/landscape'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '表单组件',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'image-text',
|
||||
title: 'Form表单',
|
||||
url: '/componentsPage/form/form'
|
||||
},
|
||||
{
|
||||
icon: 'image-text',
|
||||
title: 'Input输入框',
|
||||
url: '/componentsPage/input/input'
|
||||
},
|
||||
{
|
||||
icon: 'image-text',
|
||||
title: 'Radio单选框',
|
||||
url: '/componentsPage/radio/radio'
|
||||
},
|
||||
{
|
||||
icon: 'image-text',
|
||||
title: 'Checkbox复选框',
|
||||
url: '/componentsPage/check-box/check-box'
|
||||
},
|
||||
{
|
||||
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'
|
||||
},
|
||||
{
|
||||
icon: 'edit-write',
|
||||
title: '验证码输入',
|
||||
url: '/componentsPage/verification-code-input/verification-code-input'
|
||||
},
|
||||
{
|
||||
icon: 'edit-write',
|
||||
title: '分段器',
|
||||
url: '/componentsPage/subsection/subsection'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
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'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -10,25 +10,25 @@ export default {
|
||||
{
|
||||
icon: 'send',
|
||||
title: '火箭登录',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/login/demo1/demo1'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '粒子登录',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/login/demo2/demo2'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '背景登录',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/login/demo3/demo3'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '简约登录',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/login/demo4/demo4'
|
||||
}
|
||||
]
|
||||
@@ -40,20 +40,26 @@ export default {
|
||||
{
|
||||
icon: 'send',
|
||||
title: '夏天个人',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/my/demo1/demo1'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '图鸟个人',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/my/demo2/demo2'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '外卖个人',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/my/demo3/demo3'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '高端个人',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/my/demo4/demo4'
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -64,37 +70,37 @@ export default {
|
||||
{
|
||||
icon: 'send',
|
||||
title: '音乐首页',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/music/music'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '课程首页',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/course/course'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '设计首页',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/design/design'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '招聘首页',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/job/job'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '投屏首页',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/screen/screen'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '壁纸首页',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/wallpaper/wallpaper'
|
||||
},
|
||||
]
|
||||
@@ -106,26 +112,49 @@ export default {
|
||||
{
|
||||
icon: 'send',
|
||||
title: '健康码',
|
||||
author: '可我会像',
|
||||
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: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/life/fullpage/fullpage'
|
||||
},
|
||||
{
|
||||
icon: 'like-break',
|
||||
icon: 'rocket',
|
||||
title: '浏览器',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/life/browser/browser'
|
||||
},
|
||||
{
|
||||
icon: 'like-break',
|
||||
icon: 'rocket',
|
||||
title: '时钟',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/time/clock/clock'
|
||||
}
|
||||
]
|
||||
@@ -137,9 +166,15 @@ export default {
|
||||
{
|
||||
icon: 'send',
|
||||
title: '加载动画',
|
||||
author: '可我会像',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/loading/loading'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '流星悬浮',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/suspended/suspended'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '随机粒子',
|
||||
@@ -157,6 +192,18 @@ export default {
|
||||
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'
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -167,29 +214,29 @@ export default {
|
||||
{
|
||||
icon: 'send',
|
||||
title: '3D全景(第三方,约120¥一年)',
|
||||
author: '可我会像 & 芊云全景',
|
||||
author: '图鸟北北 & 芊云全景',
|
||||
url: '/templatePage/life/pano/pano'
|
||||
},
|
||||
{
|
||||
icon: 'like-break',
|
||||
icon: 'rocket',
|
||||
title: 'Ucharts图表(第三方,免费开源)',
|
||||
author: '可我会像 & Ucharts秋云',
|
||||
author: '图鸟北北 & Ucharts秋云',
|
||||
url: '/templatePage/life/candle/candle'
|
||||
},
|
||||
{
|
||||
icon: 'like-break',
|
||||
icon: 'rocket',
|
||||
title: '隔壁的小生(第三方,赞赏6¥可商用)',
|
||||
author: '隔壁的小生',
|
||||
url: '/templatePage/life/candle/candle'
|
||||
},
|
||||
{
|
||||
icon: 'like-break',
|
||||
icon: 'rocket',
|
||||
title: '阿凡提·污克西西(第三方,免费开源)',
|
||||
author: '阿凡提·污克西西',
|
||||
url: '/templatePage/life/candle/candle'
|
||||
},
|
||||
{
|
||||
icon: 'like-break',
|
||||
icon: 'rocket',
|
||||
title: '期待你的加入',
|
||||
author: '期待你的加入',
|
||||
url: '/templatePage/life/candle/candle'
|
||||
|
||||
Reference in New Issue
Block a user