export default { pages: [ 'pages/booking/index', 'pages/index/index', 'pages/test/index', 'pages/policy/index', 'pages/plan/index', 'pages/survey/index', 'pages/mine/index', 'pages/event-detail/index', 'pages/scan/index', 'pages/park-apply/index', 'pages/cert-apply/index', 'pages/park-transfer/index', 'pages/content/index', 'pages/content-detail/index', 'pages/tasks/index', 'pages/task-detail/index', 'pages/scan-login/index', 'pages/my-bookings/index', 'pages/my-tasks/index', 'pages/my-park/index', 'pages/my-cert/index' ], window: { backgroundTextStyle: 'light', navigationBarBackgroundColor: '#f7f9ff', // Soft UI 浅色,避免导航栏与页面标题间露出背景缝隙 navigationBarTitleText: '云超服OPC · 为进化而设计', navigationBarTextStyle: 'black', backgroundColor: '#f7f9ff' }, tabBar: { custom: true, color: '#8a8a93', selectedColor: '#6284ff', backgroundColor: '#ffffff', borderStyle: 'white', list: [ { pagePath: 'pages/booking/index', text: '活动' }, { pagePath: 'pages/test/index', text: '测评' }, { pagePath: 'pages/index/index', text: '首页' }, { pagePath: 'pages/content/index', text: '资讯' }, { pagePath: 'pages/mine/index', text: '我的' } ] } };