app.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/journal/index",
  5. "pages/market/index",
  6. "pages/my/index",
  7. "pages/list/index",
  8. "pages/details/index"
  9. ],
  10. "subPackages": [],
  11. "window": {
  12. "navigationBarTextStyle": "black",
  13. "navigationBarTitleText": "客户端",
  14. "navigationBarBackgroundColor": "#F8F8F8",
  15. "backgroundColor": "#F8F8F8"
  16. },
  17. "tabBar": {
  18. "color": "#000000",
  19. "selectedColor": "#ffd439",
  20. "backgroundColor": "#ffffff",
  21. "borderStyle": "black",
  22. "blurEffect": "none",
  23. "list": [
  24. {
  25. "pagePath": "pages/index/index",
  26. "text": "首页",
  27. "iconPath": "",
  28. "selectedIconPath": "",
  29. "visible": ""
  30. },
  31. {
  32. "pagePath": "pages/journal/index",
  33. "text": "杂志",
  34. "iconPath": "",
  35. "selectedIconPath": "",
  36. "visible": ""
  37. },
  38. {
  39. "pagePath": "pages/market/index",
  40. "text": "商城",
  41. "iconPath": "",
  42. "selectedIconPath": "",
  43. "visible": ""
  44. },
  45. {
  46. "pagePath": "pages/my/index",
  47. "text": "我的",
  48. "iconPath": "",
  49. "selectedIconPath": "",
  50. "visible": ""
  51. }
  52. ],
  53. "position": "bottom",
  54. "fontSize": "20px",
  55. "iconWidth": "24px",
  56. "spacing": "3px",
  57. "height": "50px",
  58. "midButton": {
  59. "width": "",
  60. "height": "",
  61. "text": "",
  62. "iconPath": "",
  63. "iconWidth": "",
  64. "backgroundImage": ""
  65. }
  66. },
  67. "usingComponents": {
  68. "navbar": "/components/nav-bar",
  69. "baner": "/components/swiper-baner",
  70. "list": "/components/list",
  71. "img-list": "/components/imgList",
  72. "goos-list": "/components/goosList"
  73. }
  74. }