app.json 632 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "pages": [
  3. "pages/shouye/shouye",
  4. "pages/index/index",
  5. "pages/logs/logs"
  6. ],
  7. "window": {
  8. "backgroundTextStyle": "light",
  9. "navigationBarBackgroundColor": "#fff",
  10. "navigationBarTitleText": "大优惠",
  11. "navigationBarTextStyle": "black"
  12. },
  13. "tabBar": {
  14. "color": "#a9b7b7",
  15. "selectedColor": "#11cd6e",
  16. "borderStyle": "black" ,
  17. "list": [
  18. {
  19. "pagePath": "pages/shouye/shouye",
  20. "text": "首页"
  21. },
  22. {
  23. "pagePath": "pages/index/index",
  24. "text": "我的"
  25. }
  26. ]
  27. },
  28. "style": "v2",
  29. "sitemapLocation": "sitemap.json"
  30. }