pages.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/discover/discover",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": ""
  8. }
  9. },
  10. {
  11. "path": "pages/codebase/codebase",
  12. "style": {
  13. "navigationStyle": "custom",
  14. "navigationBarTitleText": ""
  15. }
  16. },
  17. {
  18. "path": "pages/editor/editor",
  19. "style": {
  20. "navigationStyle": "custom",
  21. "navigationBarTitleText": ""
  22. }
  23. },
  24. {
  25. "path": "pages/study/study",
  26. "style": {
  27. "navigationStyle": "custom",
  28. "navigationBarTitleText": ""
  29. }
  30. },
  31. {
  32. "path": "pages/profile/profile",
  33. "style": {
  34. "navigationStyle": "custom",
  35. "navigationBarTitleText": ""
  36. }
  37. }
  38. ],
  39. "globalStyle": {
  40. "navigationBarTextStyle": "black",
  41. "navigationBarTitleText": "Python学习",
  42. "navigationBarBackgroundColor": "#ffffff",
  43. "backgroundColor": "#f5f5f5"
  44. },
  45. "tabBar": {
  46. "color": "#999999",
  47. "selectedColor": "#667eea",
  48. "borderStyle": "white",
  49. "backgroundColor": "#ffffff",
  50. "list": [
  51. {
  52. "pagePath": "pages/discover/discover",
  53. "iconPath": "static/tabbar/discover_normal.png",
  54. "selectedIconPath": "static/tabbar/discover_selected.png",
  55. "text": "发现"
  56. },
  57. {
  58. "pagePath": "pages/codebase/codebase",
  59. "iconPath": "static/tabbar/codebase_normal.png",
  60. "selectedIconPath": "static/tabbar/codebase_selected.png",
  61. "text": "代码库"
  62. },
  63. {
  64. "pagePath": "pages/editor/editor",
  65. "iconPath": "static/tabbar/editor_normal.png",
  66. "selectedIconPath": "static/tabbar/editor_selected.png",
  67. "text": "编辑器"
  68. },
  69. {
  70. "pagePath": "pages/study/study",
  71. "iconPath": "static/tabbar/study_normal.png",
  72. "selectedIconPath": "static/tabbar/study_selected.png",
  73. "text": "学习"
  74. },
  75. {
  76. "pagePath": "pages/profile/profile",
  77. "iconPath": "static/tabbar/profile_normal.png",
  78. "selectedIconPath": "static/tabbar/profile_selected.png",
  79. "text": "账号"
  80. }
  81. ]
  82. },
  83. "uniIdRouter": {}
  84. }