app.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/learning/index",
  5. "pages/learning/learning",
  6. "pages/knowledge/knowledge",
  7. "pages/mine/mine"
  8. ],
  9. "window": {
  10. "backgroundTextStyle": "light",
  11. "navigationBarBackgroundColor": "#fff",
  12. "navigationBarTitleText": "中科院期刊平台",
  13. "navigationBarTextStyle": "black"
  14. },
  15. "tabBar": {
  16. "color": "#666666",
  17. "selectedColor": "#3780CD",
  18. "list": [
  19. {
  20. "ext-class": "nav",
  21. "pagePath": "pages/index/index",
  22. "text": "刊群导览",
  23. "iconPath": "pages/images/1.png",
  24. "selectedIconPath": "pages/images/1-1.png"
  25. },
  26. {
  27. "pagePath": "pages/learning/learning",
  28. "text": "学术交流",
  29. "iconPath": "pages/images/2.png",
  30. "selectedIconPath": "pages/images/2-2.png"
  31. },
  32. {
  33. "pagePath": "pages/knowledge/knowledge",
  34. "text": "知识服务",
  35. "iconPath": "pages/images/3.png",
  36. "selectedIconPath": "pages/images/3-3.png"
  37. },
  38. {
  39. "pagePath": "pages/mine/mine",
  40. "text": "我的",
  41. "iconPath": "pages/images/4.png",
  42. "selectedIconPath": "pages/images/4-4.png"
  43. }
  44. ]
  45. },
  46. "style": "v2",
  47. "sitemapLocation": "sitemap.json"
  48. }