app.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/classification/classification",
  5. "pages/collection/collection",
  6. "pages/user/user",
  7. "pages/index/bangdan/bangdan",
  8. "pages/details/details"
  9. ],
  10. "window": {
  11. "navigationBarTitleText": "喜马拉雅",
  12. "backgroundTextStyle": "light",
  13. "navigationBarBackgroundColor": "#fff",
  14. "navigationBarTextStyle": "black"
  15. },
  16. "tabBar": {
  17. "color":"#cdcdcd",
  18. "selectedColor": "#ff520f",
  19. "list": [{
  20. "pagePath": "pages/index/index",
  21. "text": "首页",
  22. "iconPath": "image/icon/home-icon.png",
  23. "selectedIconPath": "image/icon/home-selectIcon.png"
  24. },
  25. {
  26. "pagePath": "pages/classification/classification",
  27. "text": "分类",
  28. "iconPath": "image/icon/fen-icon.png",
  29. "selectedIconPath": "image/icon/fen-selectIcon.png"
  30. },
  31. {
  32. "pagePath": "pages/collection/collection",
  33. "text": "收藏",
  34. "iconPath": "image/icon/collection-icon.png",
  35. "selectedIconPath": "image/icon/collection-selecticon.png"
  36. },
  37. {
  38. "pagePath": "pages/user/user",
  39. "text": "我的",
  40. "iconPath": "image/icon/user-icon.png",
  41. "selectedIconPath": "image/icon/user-selectIcon.png"
  42. }]
  43. },
  44. "debug":true,
  45. "sitemapLocation": "sitemap.json"
  46. }