app.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "requiredPrivateInfo": [
  3. "camera"
  4. ],
  5. "pages": [
  6. "pages/index/index",
  7. "pages/logs/logs",
  8. "pages/settings/settings",
  9. "pages/theme/theme",
  10. "pages/community/community",
  11. "pages/personalCenter/personalCenter"
  12. ],
  13. "window": {
  14. "backgroundTextStyle": "light",
  15. "navigationBarBackgroundColor": "#E7624F",
  16. "navigationBarTitleText": "WeChat",
  17. "navigationBarTextStyle": "white"
  18. },
  19. "tabBar": {
  20. "selectedColor": "#000000",
  21. "list": [
  22. {
  23. "pagePath": "pages/index/index",
  24. "text": "计时",
  25. "iconPath": "./images/jishi2.png",
  26. "selectedIconPath": "./images/jishi.png"
  27. },
  28. {
  29. "pagePath": "pages/logs/logs",
  30. "text": "统计",
  31. "iconPath": "./images/tongji2.png",
  32. "selectedIconPath": "./images/tongji.png"
  33. },
  34. {
  35. "pagePath": "pages/community/community",
  36. "text": "社区",
  37. "iconPath": "./images/community2.png",
  38. "selectedIconPath": "./images/community.png"
  39. },
  40. {
  41. "pagePath": "pages/settings/settings",
  42. "text": "设置",
  43. "iconPath": "./images/setting2.png",
  44. "selectedIconPath": "./images/setting.png"
  45. }
  46. ]
  47. }
  48. }