app.json 1.3 KB

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