app.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "pages": [
  3. "pages/index/sola/index",
  4. "pages/stamp/stamp",
  5. "pages/me/me",
  6. "pages/index/sell/index",
  7. "pages/index/history/index",
  8. "pages/list/message/index",
  9. "pages/list/notice/idnex"
  10. ],
  11. "window": {
  12. "backgroundTextStyle": "light",
  13. "navigationBarBackgroundColor": "#fff",
  14. "navigationBarTitleText": "邮贝·数字邮局",
  15. "navigationBarTextStyle": "black"
  16. },
  17. "tabBar": {
  18. "custom": true,
  19. "color": "#969696",
  20. "selectedColor": "#0C6E4D",
  21. "backgroundColor": "#FFFFFF",
  22. "borderStyle": "black",
  23. "list": [
  24. {
  25. "pagePath": "pages/index/sola/index",
  26. "text": "首页",
  27. "iconPath": "icon/index.png",
  28. "selectedIconPath": "icon/index-select.png"
  29. },
  30. {
  31. "pagePath": "pages/stamp/stamp",
  32. "text": "邮品",
  33. "iconPath": "icon/stamp.png",
  34. "selectedIconPath": "icon/stamp-select.png"
  35. },
  36. {
  37. "pagePath": "pages/me/me",
  38. "text": "我的",
  39. "iconPath": "icon/me.png",
  40. "selectedIconPath": "icon/me-select.png"
  41. }
  42. ]
  43. },
  44. "style": "v2",
  45. "sitemapLocation": "sitemap.json"
  46. }