app.json 1000 B

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