您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

19 行
463 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. ],
  11. "window": {
  12. "backgroundTextStyle": "light",
  13. "navigationBarBackgroundColor": "#fff",
  14. "navigationBarTitleText": "Weixin",
  15. "navigationBarTextStyle": "black"
  16. },
  17. "style": "v2",
  18. "sitemapLocation": "sitemap.json"
  19. }