9 lines
253 B
TypeScript
9 lines
253 B
TypeScript
export default {
|
|
navigationBarTitleText: '个人主页',
|
|
navigationBarBackgroundColor: '#FFFFFF',
|
|
navigationBarTextStyle: 'black',
|
|
backgroundColor: '#FAFAFA',
|
|
enablePullDownRefresh: false,
|
|
disableScroll: false,
|
|
navigationStyle: 'custom'
|
|
}
|