Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

47 Zeilen
1.2KB

  1. {
  2. "pages": [
  3. "pages/login/login",
  4. "pages/store/store",
  5. "pages/coupon/coupon",
  6. "pages/record/record",
  7. "pages/home/home"
  8. ],
  9. "permission": {
  10. "scope.userLocation": {
  11. "desc": "你的位置信息将用于小程序定位离你最近的门店"
  12. }
  13. },
  14. "window": {
  15. "backgroundTextStyle": "light",
  16. "navigationBarBackgroundColor": "#fff",
  17. "navigationBarTitleText": "老门框",
  18. "navigationBarTextStyle": "black"
  19. },
  20. "tabBar": {
  21. "color": "#666666",
  22. "selectedColor": "#eb6100",
  23. "backgroundColor": "#ffffff",
  24. "borderStyle": "black",
  25. "list": [
  26. {
  27. "pagePath": "pages/home/home",
  28. "text": "核销大厅",
  29. "iconPath": "static/tabBar/home0.png",
  30. "selectedIconPath": "static/tabBar/home1.png"
  31. },
  32. {
  33. "pagePath": "pages/store/store",
  34. "text": "门店查询",
  35. "iconPath": "static/tabBar/store0.png",
  36. "selectedIconPath": "static/tabBar/store1.png"
  37. },
  38. {
  39. "pagePath": "pages/record/record",
  40. "text": "核销记录",
  41. "iconPath": "static/tabBar/record0.png",
  42. "selectedIconPath": "static/tabBar/record1.png"
  43. }
  44. ]
  45. },
  46. "sitemapLocation": "sitemap.json"
  47. }