app.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/index/fortune",
  5. "pages/template/index",
  6. "pages/material/index",
  7. "pages/mine/index",
  8. "pages/recharge/index"
  9. ],
  10. "window": {
  11. "navigationBarTextStyle": "black",
  12. "navigationBarTitleText": "手机壳",
  13. "navigationBarBackgroundColor": "#F8F8F8",
  14. "backgroundColor": "#F8F8F8",
  15. "navigationStyle": "custom"
  16. },
  17. "tabBar": {
  18. "color": "#7A7E83",
  19. "borderStyle": "black",
  20. "selectedColor": "#37cb7e",
  21. "backgroundColor": "#ffffff",
  22. "list": [
  23. {
  24. "pagePath": "pages/index/index",
  25. "iconPath": "/static/images/home1.png",
  26. "selectedIconPath": "/static/images/home.png",
  27. "text": "主页"
  28. },
  29. {
  30. "pagePath": "pages/template/index",
  31. "iconPath": "/static/images/moban1.png",
  32. "selectedIconPath": "/static/images/moban.png",
  33. "text": "模板"
  34. },
  35. {
  36. "pagePath": "pages/material/index",
  37. "iconPath": "/static/images/sucai1.png",
  38. "selectedIconPath": "/static/images/sucai.png",
  39. "text": "素材"
  40. },
  41. {
  42. "pagePath": "pages/mine/index",
  43. "iconPath": "/static/images/wode1.png",
  44. "selectedIconPath": "/static/images/wode.png",
  45. "text": "我的"
  46. }
  47. ]
  48. },
  49. "usingComponents": {}
  50. }