|
@@ -0,0 +1,158 @@
|
|
|
+export default {
|
|
|
+ // app应用名称
|
|
|
+ appName: '通用办公',
|
|
|
+
|
|
|
+ // 主题列表
|
|
|
+ themeList: [{
|
|
|
+ title: '官方',
|
|
|
+ name: 'rf',
|
|
|
+ color: '#149eff',
|
|
|
+ tabList: [
|
|
|
+ '/static/images/tabBar/tab-home-blue.png',
|
|
|
+ '/static/images/tabBar/tab-info-blue.png',
|
|
|
+ '/static/images/tabBar/tab-my-blue.png'
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '嫣红',
|
|
|
+ name: 'red',
|
|
|
+ color: '#e54d42',
|
|
|
+ tabList: [
|
|
|
+ '/static/images/tabBar/tab-home-red.png',
|
|
|
+ '/static/images/tabBar/tab-info-red.png',
|
|
|
+ '/static/images/tabBar/tab-my-red.png'
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '桔橙',
|
|
|
+ name: 'orange',
|
|
|
+ color: '#f37b1d',
|
|
|
+ tabList: [
|
|
|
+ '/static/images/tabBar/tab-home-orange.png',
|
|
|
+ '/static/images/tabBar/tab-info-orange.png',
|
|
|
+ '/static/images/tabBar/tab-my-orange.png'
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '明黄',
|
|
|
+ name: 'yellow',
|
|
|
+ color: '#fbbd08',
|
|
|
+ tabList: [
|
|
|
+ '/static/images/tabBar/tab-home-yellow.png',
|
|
|
+ '/static/images/tabBar/tab-info-yellow.png',
|
|
|
+ '/static/images/tabBar/tab-my-yellow.png'
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '橄榄',
|
|
|
+ name: 'olive',
|
|
|
+ color: '#8dc63f',
|
|
|
+ tabList: [
|
|
|
+ '/static/images/tabBar/tab-home-olive.png',
|
|
|
+ '/static/images/tabBar/tab-info-olive.png',
|
|
|
+ '/static/images/tabBar/tab-my-olive.png'
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '森绿',
|
|
|
+ name: 'green',
|
|
|
+ color: '#39b54a',
|
|
|
+ tabList: [
|
|
|
+ '/static/images/tabBar/tab-home-green.png',
|
|
|
+ '/static/images/tabBar/tab-info-green.png',
|
|
|
+ '/static/images/tabBar/tab-my-green.png'
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '天青',
|
|
|
+ name: 'cyan',
|
|
|
+ color: '#1cbbb4',
|
|
|
+ tabList: [
|
|
|
+ '/static/images/tabBar/tab-home-cyan.png',
|
|
|
+ '/static/images/tabBar/tab-info-cyan.png',
|
|
|
+ '/static/images/tabBar/tab-my-cyan.png'
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '海蓝',
|
|
|
+ name: 'blue',
|
|
|
+ color: '#0081ff',
|
|
|
+ tabList: [
|
|
|
+ '/static/images/tabBar/tab-home-blue.png',
|
|
|
+ '/static/images/tabBar/tab-info-blue.png',
|
|
|
+ '/static/images/tabBar/tab-my-blue.png'
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '姹紫',
|
|
|
+ name: 'purple',
|
|
|
+ color: '#6739b6',
|
|
|
+ tabList: [
|
|
|
+ '/static/images/tabBar/tab-home-purple.png',
|
|
|
+ '/static/images/tabBar/tab-info-purple.png',
|
|
|
+ '/static/images/tabBar/tab-my-purple.png'
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '木槿',
|
|
|
+ name: 'mauve',
|
|
|
+ color: '#9c26b0',
|
|
|
+ tabList: [
|
|
|
+ '/static/images/tabBar/tab-home-mauve.png',
|
|
|
+ '/static/images/tabBar/tab-info-mauve.png',
|
|
|
+ '/static/images/tabBar/tab-my-mauve.png'
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '桃粉',
|
|
|
+ name: 'pink',
|
|
|
+ color: '#e03997',
|
|
|
+ tabList: [
|
|
|
+ '/static/images/tabBar/tab-home-pink.png',
|
|
|
+ '/static/images/tabBar/tab-info-pink.png',
|
|
|
+ '/static/images/tabBar/tab-my-pink.png'
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '棕褐',
|
|
|
+ name: 'brown',
|
|
|
+ color: '#a5673f',
|
|
|
+ tabList: [
|
|
|
+ '/static/images/tabBar/tab-home-brown.png',
|
|
|
+ '/static/images/tabBar/tab-info-brown.png',
|
|
|
+ '/static/images/tabBar/tab-my-brown.png'
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '玄灰',
|
|
|
+ name: 'grey',
|
|
|
+ color: '#8799a3',
|
|
|
+ tabList: [
|
|
|
+ '/static/images/tabBar/tab-home-grey.png',
|
|
|
+ '/static/images/tabBar/tab-info-grey.png',
|
|
|
+ '/static/images/tabBar/tab-my-grey.png'
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '草灰',
|
|
|
+ name: 'gray',
|
|
|
+ color: '#aaaaaa',
|
|
|
+ tabList: [
|
|
|
+ '/static/images/tabBar/tab-home-gray.png',
|
|
|
+ '/static/images/tabBar/tab-info-gray.png',
|
|
|
+ '/static/images/tabBar/tab-my-gray.png'
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '墨黑',
|
|
|
+ name: 'black',
|
|
|
+ color: '#333333',
|
|
|
+ tabList: [
|
|
|
+ '/static/images/tabBar/tab-home-black.png',
|
|
|
+ '/static/images/tabBar/tab-info-black.png',
|
|
|
+ '/static/images/tabBar/tab-my-black.png'
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+
|
|
|
+};
|