123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "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": {}
- }
|