app.json 959 B

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