2022-04-11 18:37:36 +08:00

32 lines
640 B
TypeScript

export default {
pages: [
'pages/index/index',
'pages/search/index',
'pages/user/index',
'pages/searchList/index',
'pages/details/index',
],
window: {
backgroundTextStyle: 'light',
navigationBarBackgroundColor: '#fff',
navigationBarTitleText: 'WeChat',
navigationBarTextStyle: 'black'
},
tabBar: {
list: [
{
pagePath: 'pages/index/index',
text: '首页'
},
{
pagePath: 'pages/user/index',
text: '我的'
}
],
'color': '#707070',
'selectedColor': '#2680EB',
'backgroundColor': '#fff',
'borderStyle': 'white'
},
}