app.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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/otherWork/index",
  19. "pages/editUser/index",
  20. "pages/notice/index",
  21. "pages/friend/index",
  22. "pages/searchFriend/index"
  23. ],
  24. "tabBar": {
  25. "custom": true,
  26. "list": [{
  27. "pagePath": "pages/index/index",
  28. "text": "推荐"
  29. }, {
  30. "pagePath": "pages/activity/index",
  31. "text": "活动"
  32. }, {
  33. "pagePath": "pages/works/index",
  34. "text": "作品"
  35. }, {
  36. "pagePath": "pages/my/index",
  37. "text": "我的"
  38. }]
  39. },
  40. "window": {
  41. "backgroundTextStyle": "light",
  42. "navigationBarBackgroundColor": "#F2F6FC",
  43. "navigationBarTitleText": "朗读小咖秀",
  44. "navigationBarTextStyle": "black",
  45. "onReachBottomDistance": 50,
  46. "enablePullDownRefresh": false
  47. },
  48. "resolveAlias": {
  49. "~/*": "/*"
  50. },
  51. "sitemapLocation": "sitemap.json"
  52. }