app.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/activity/index",
  5. "pages/match/index",
  6. "pages/pkResult/index",
  7. "pages/medalStore/index",
  8. "pages/my/index",
  9. "pages/score/index",
  10. "pages/pkPage/index",
  11. "pages/rankIntro/index",
  12. "pages/ranking/index",
  13. "pages/userWorks/index",
  14. "pages/works/index",
  15. "pages/personal/index",
  16. "pages/childClassify/index",
  17. "pages/reading/index",
  18. "pages/editUser/index",
  19. "pages/notice/index",
  20. "pages/friend/index",
  21. "pages/searchFriend/index"
  22. ],
  23. "tabBar": {
  24. "custom": true,
  25. "list": [{
  26. "pagePath": "pages/index/index",
  27. "text": "推荐"
  28. }, {
  29. "pagePath": "pages/activity/index",
  30. "text": "活动"
  31. }, {
  32. "pagePath": "pages/works/index",
  33. "text": "作品"
  34. }, {
  35. "pagePath": "pages/my/index",
  36. "text": "我的"
  37. }]
  38. },
  39. "window": {
  40. "backgroundTextStyle": "light",
  41. "navigationBarBackgroundColor": "#F2F6FC",
  42. "navigationBarTitleText": "朗读小咖秀",
  43. "navigationBarTextStyle": "black",
  44. "onReachBottomDistance": 50,
  45. "enablePullDownRefresh": false
  46. },
  47. "resolveAlias": {
  48. "~/*": "/*"
  49. },
  50. "sitemapLocation": "sitemap.json"
  51. }