{ "pages": [ "pages/index/index", "pages/course-add/course-add", "pages/ocr-import/ocr-import", "pages/profile/profile" ], "window": { "navigationBarTextStyle": "white", "navigationBarTitleText": "课表助手", "navigationBarBackgroundColor": "#1296db", "backgroundColor": "#f8f8f8", "backgroundTextStyle": "light" }, "tabBar": { "color": "#999999", "selectedColor": "#1296db", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "images/tab-home.png", "selectedIconPath": "images/tab-home-active.png" }, { "pagePath": "pages/profile/profile", "text": "个人中心", "iconPath": "images/tab-profile.png", "selectedIconPath": "images/tab-profile-active.png" } ] }, "style": "v2", "componentFramework": "glass-easel", "lazyCodeLoading": "requiredComponents" }