app.json 1.0 KB

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