pages.json 649 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "leftWindow": {},
  3. "topWindow": {},
  4. "pages": [
  5. {
  6. "path": "pages/home/index",
  7. "style": {
  8. "landscape": true
  9. }
  10. }
  11. ],
  12. "globalStyle": {
  13. "navigationBarTitleText": "喵缘礼堂",
  14. "pageOrientation": "portrait",
  15. "backgroundColor": "#F8F8F8",
  16. "backgroundColorTop": "#F4F5F6",
  17. "backgroundColorBottom": "#F4F5F6",
  18. "mp-360": {
  19. "navigationStyle": "custom"
  20. },
  21. "h5": {
  22. "maxWidth": 1190,
  23. "navigationBarTextStyle": "black",
  24. "navigationBarBackgroundColor": "#F1F1F1"
  25. }
  26. },
  27. "tabBar": {
  28. "color": "#7A7E83",
  29. "selectedColor": "#007AFF",
  30. "borderStyle": "black",
  31. "backgroundColor": "#F8F8F8",
  32. "list": []
  33. }
  34. }