app.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/social/works/works",
  5. "pages/social/insideMessage/insideMessage",
  6. "pages/social/replyDetail/replyDetail",
  7. "pages/social/littleFlower/littleFlower",
  8. "pages/social/prize/prize",
  9. "pages/main/class/class",
  10. "pages/main/books/books",
  11. "pages/main/week/week",
  12. "pages/main/reading/reading",
  13. "pages/main/searchResult/searchResult",
  14. "pages/groupPage/discount-group/discount-group",
  15. "pages/groupPage/group-details/group-details",
  16. "pages/groupPage/grade-details/grade-details",
  17. "pages/groupPage/collage-details/collage-details",
  18. "pages/groupPage/my-group/my-group",
  19. "pages/groupPage/make-money/make-money",
  20. "pages/user/myEdit/myEdit",
  21. "pages/user/myconcern/myconcern",
  22. "pages/user/myWallet/myWallet",
  23. "pages/user/mycourse/mycourse",
  24. "pages/user/myread/myread",
  25. "pages/user/mycollection/mycollection",
  26. "pages/user/walletDetails/walletDetails",
  27. "pages/user/myworks/myworks"
  28. ],
  29. "window": {
  30. "backgroundTextStyle": "light",
  31. "navigationBarBackgroundColor": "#12C962",
  32. "navigationBarTitleText": "小学课文朗读配音",
  33. "navigationBarTextStyle": "white",
  34. "backgroundColor": "#12C962",
  35. "onReachBottomDistance": 50,
  36. "enablePullDownRefresh": true
  37. },
  38. "debug": false,
  39. "sitemapLocation": "sitemap.json"
  40. }