app.json 972 B

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