app.json 1.1 KB

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