app.json 1.0 KB

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