app.json 527 B

12345678910111213141516171819202122
  1. {
  2. "pages": [
  3. "pages/home/index",
  4. "pages/interList/interList",
  5. "pages/detail/detail",
  6. "pages/marvellous/index"
  7. ],
  8. "window": {
  9. "backgroundColor": "#F6F6F6",
  10. "backgroundTextStyle": "light",
  11. "navigationBarBackgroundColor": "#F6F6F6",
  12. "navigationBarTitleText": "追寻红色记忆",
  13. "navigationBarTextStyle": "black"
  14. },
  15. "requiredBackgroundModes":["audio"],
  16. "sitemapLocation": "sitemap.json",
  17. "style": "v2",
  18. "useExtendedLib": {
  19. "weui": true
  20. },
  21. "onReachBottomDistance": 10
  22. }