app.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "pages": [
  3. "pages/home/home",
  4. "pages/Postage/Postage",
  5. "pages/me/me",
  6. "pages/new/new",
  7. "pages/information/information",
  8. "pages/my/my",
  9. "pages/change/change"
  10. ],
  11. "tabBar": {
  12. "color": "#969696",
  13. "selectedColor": "#0C6E4D ",
  14. "backgroundColor": "#FFFFFF",
  15. "position": "bottom",
  16. "borderStyle": "black",
  17. "list": [
  18. {
  19. "pagePath": "pages/home/home",
  20. "text": "首页",
  21. "iconPath": "images/首页未选择.png",
  22. "selectedIconPath": "images/首页已选择.png"
  23. },
  24. {
  25. "pagePath": "pages/Postage/Postage",
  26. "text": "邮票",
  27. "iconPath": "images/邮品未选择.png",
  28. "selectedIconPath": "images/邮票已选择.png"
  29. },
  30. {
  31. "pagePath": "pages/me/me",
  32. "text": "我的",
  33. "iconPath": "images/我未选择.png",
  34. "selectedIconPath": "images/我的已选择.png"
  35. }
  36. ]
  37. },
  38. "window": {
  39. "backgroundColor": "#F6F6F6",
  40. "backgroundTextStyle": "light",
  41. "navigationBarBackgroundColor": "#F6F6F6",
  42. "navigationBarTextStyle": "black"
  43. },
  44. "sitemapLocation": "sitemap.json",
  45. "style": "v2"
  46. }