3
0

app.json 1.3 KB

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