app.json 996 B

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