app.json 1.0 KB

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