app.json 870 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "pages": [
  3. "pages/rili/index",
  4. "pages/index/index",
  5. "pages/user/index/index"
  6. ],
  7. "tabBar": {
  8. "color": "#6e6d6b",
  9. "selectedColor": "#ff9966",
  10. "borderStyle": "black",
  11. "backgroundColor": "#ffffff",
  12. "list": [
  13. {
  14. "pagePath": "pages/rili/index",
  15. "text": "日历",
  16. "iconPath": "/assets/tabBar/record.png",
  17. "selectedIconPath": "/assets/tabBar/record-select.png"
  18. },
  19. {
  20. "pagePath": "pages/user/index/index",
  21. "text": "我的",
  22. "iconPath": "/assets/tabBar/my.png",
  23. "selectedIconPath": "/assets/tabBar/my-select.png"
  24. }
  25. ]
  26. },
  27. "window": {
  28. "navigationBarBackgroundColor": "#ffffff",
  29. "navigationBarTitleText": "莅临&外出",
  30. "navigationBarTextStyle": "black",
  31. "backgroundTextStyle": "dark"
  32. },
  33. "sitemapLocation": "sitemap.json"
  34. }