{ "pages": [ { "path": "pages/discover/discover", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/codebase/codebase", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/editor/editor", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/study/study", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/profile/profile", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "Python学习", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#f5f5f5" }, "tabBar": { "color": "#999999", "selectedColor": "#667eea", "borderStyle": "white", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/discover/discover", "iconPath": "static/tabbar/discover_normal.png", "selectedIconPath": "static/tabbar/discover_selected.png", "text": "发现" }, { "pagePath": "pages/codebase/codebase", "iconPath": "static/tabbar/codebase_normal.png", "selectedIconPath": "static/tabbar/codebase_selected.png", "text": "代码库" }, { "pagePath": "pages/editor/editor", "iconPath": "static/tabbar/editor_normal.png", "selectedIconPath": "static/tabbar/editor_selected.png", "text": "编辑器" }, { "pagePath": "pages/study/study", "iconPath": "static/tabbar/study_normal.png", "selectedIconPath": "static/tabbar/study_selected.png", "text": "学习" }, { "pagePath": "pages/profile/profile", "iconPath": "static/tabbar/profile_normal.png", "selectedIconPath": "static/tabbar/profile_selected.png", "text": "账号" } ] }, "uniIdRouter": {} }