app.json 521 B

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