You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 rivejä
487 B

  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/logs/logs",
  5. "pages/payOrder/payOrder",
  6. "pages/payHistory/payHistory",
  7. "pages/chat/chat",
  8. "pages/orderDetail/orderDetail",
  9. "pages/userProtocol/userProtocol",
  10. "pages/mine/mine"
  11. ],
  12. "window": {
  13. "backgroundTextStyle": "light",
  14. "navigationBarBackgroundColor": "#fff",
  15. "navigationBarTitleText": "Weixin",
  16. "navigationBarTextStyle": "black"
  17. },
  18. "style": "v2",
  19. "sitemapLocation": "sitemap.json"
  20. }