微信小程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

54 řádky
1.6 KiB

  1. {
  2. "pages": [
  3. "pages/show/show",
  4. "pages/index/index",
  5. "pages/wxAuth/wxAuth",
  6. "pages/logs/logs",
  7. "component/scrollTab/scrollTab"
  8. ],
  9. "window": {
  10. "backgroundTextStyle": "light",
  11. "navigationBarBackgroundColor": "#fff",
  12. "navigationBarTitleText": "微信框架",
  13. "navigationBarTextStyle": "black"
  14. },
  15. "style": "v2",
  16. "sitemapLocation": "sitemap.json",
  17. "permission": {
  18. "scope.userLocation": {
  19. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  20. }
  21. },
  22. "tabBar": {
  23. "color": "#7A7E83",
  24. "selectedColor": "#3cc51f",
  25. "borderStyle": "black",
  26. "backgroundColor": "#ffffff",
  27. "list": [
  28. {
  29. "pagePath": "pages/show/show",
  30. "iconPath": "image/gwc1.png",
  31. "selectedIconPath": "image/gwc2.png",
  32. "text": "首页"
  33. },
  34. {
  35. "pagePath": "pages/index/index",
  36. "iconPath": "image/gwc1.png",
  37. "selectedIconPath": "image/gwc2.png",
  38. "text": "分类"
  39. },
  40. {
  41. "pagePath": "pages/index/index",
  42. "iconPath": "image/gwc1.png",
  43. "selectedIconPath": "image/gwc2.png",
  44. "text": "购物车"
  45. },
  46. {
  47. "pagePath": "pages/index/index",
  48. "iconPath": "image/gwc1.png",
  49. "selectedIconPath": "image/gwc2.png",
  50. "text": "我的"
  51. }
  52. ]
  53. }
  54. }