app.json 1.2 KB

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