姨妈管家小程序代码

app.json 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/status/status",
  5. "pages/mine/mine",
  6. "pages/myRecord/myRecord",
  7. "pages/setting/setting",
  8. "pages/firstSetting/firstSetting"
  9. ],
  10. "window": {
  11. "backgroundTextStyle": "dark",
  12. "navigationBarBackgroundColor": "#fff",
  13. "navigationBarTitleText": "美多经期助手",
  14. "navigationBarTextStyle": "black",
  15. "enablePullDownRefresh": false,
  16. "onReachBottomDistance": 10
  17. },
  18. "tabBar": {
  19. "color": "#666",
  20. "selectedColor": "#333",
  21. "borderStyle": "#aaa",
  22. "backgroundColor": "#f8f8f9",
  23. "list": [
  24. {
  25. "selectedIconPath": "pages/tabicon/index-on.png",
  26. "iconPath": "pages/tabicon/index.png",
  27. "pagePath": "pages/status/status",
  28. "text": "状态"
  29. },
  30. {
  31. "selectedIconPath": "pages/tabicon/calculate-on.png",
  32. "iconPath": "pages/tabicon/calculate.png",
  33. "pagePath": "pages/index/index",
  34. "text": "日历"
  35. },
  36. {
  37. "selectedIconPath": "pages/tabicon/mine-on.png",
  38. "iconPath": "pages/tabicon/mine.png",
  39. "pagePath": "pages/mine/mine",
  40. "text": "我的"
  41. }
  42. ]
  43. },
  44. "debug": true
  45. }