Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

42 rindas
1.1KB

  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. "window": {
  10. "backgroundTextStyle": "light",
  11. "navigationBarBackgroundColor": "#fff",
  12. "navigationBarTitleText": "老门框",
  13. "navigationBarTextStyle": "black"
  14. },
  15. "tabBar": {
  16. "color": "#666666",
  17. "selectedColor": "#eb6100",
  18. "backgroundColor": "#ffffff",
  19. "borderStyle": "black",
  20. "list": [
  21. {
  22. "pagePath": "pages/home/home",
  23. "text": "核销大厅",
  24. "iconPath": "static/tabBar/home0.png",
  25. "selectedIconPath": "static/tabBar/home1.png"
  26. },
  27. {
  28. "pagePath": "pages/store/store",
  29. "text": "门店查询",
  30. "iconPath": "static/tabBar/store0.png",
  31. "selectedIconPath": "static/tabBar/store1.png"
  32. },
  33. {
  34. "pagePath": "pages/record/record",
  35. "text": "核销记录",
  36. "iconPath": "static/tabBar/record0.png",
  37. "selectedIconPath": "static/tabBar/record1.png"
  38. }
  39. ]
  40. },
  41. "sitemapLocation": "sitemap.json"
  42. }