pages.json 921 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "每日运势"
  7. }
  8. },
  9. {
  10. "path": "pages/drawLots/index",
  11. "style": {
  12. "navigationBarTitleText": "每日运势"
  13. }
  14. },
  15. {
  16. "path": "pages/drawLots/form",
  17. "style": {
  18. "navigationBarTitleText": "信息采集"
  19. }
  20. },
  21. {
  22. "path": "pages/drawLots/journal",
  23. "style": {
  24. "navigationBarTitleText": "手账"
  25. }
  26. }
  27. ],
  28. "subPackages": [
  29. {
  30. "root": "pagesA",
  31. "pages": [
  32. {
  33. "path": "agreement/user",
  34. "style": {
  35. "navigationBarTitleText": "用户协议"
  36. }
  37. },
  38. {
  39. "path": "agreement/privacy",
  40. "style": {
  41. "navigationBarTitleText": "隐私协议"
  42. }
  43. }
  44. ]
  45. }
  46. ],
  47. "globalStyle": {
  48. "navigationBarTextStyle": "black",
  49. "navigationBarTitleText": "辞图科技",
  50. "navigationBarBackgroundColor": "#ffffff",
  51. "backgroundColor": "#ffffff"
  52. }
  53. }