pages.json 861 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/Home/index",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/Practice/index",
  11. "style": {
  12. "navigationBarTitleText": "“逻辑狗杯”预热练习"
  13. }
  14. },
  15. {
  16. "path": "pages/GameView/index",
  17. "style": {
  18. "navigationStyle": "custom",
  19. "disableScroll": true
  20. }
  21. },
  22. {
  23. "path": "pages/Practice/report",
  24. "style": {
  25. "navigationBarTitleText": "练习报告",
  26. "navigationBarBackgroundColor": "#fff"
  27. }
  28. },
  29. {
  30. "path": "pages/Practice/course",
  31. "style": {
  32. "navigationBarTitleText": "练习报告",
  33. "navigationBarBackgroundColor": "#fff"
  34. }
  35. }
  36. ],
  37. "globalStyle": {
  38. "navigationBarTextStyle": "black",
  39. "navigationBarTitleText": "逻辑狗思维魔法嘉年华",
  40. "navigationBarBackgroundColor": "#F8F8F8",
  41. "backgroundColor": "#F8F8F8"
  42. }
  43. }