app.json 362 B

1234567891011121314151617
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/download/index"
  5. ],
  6. "window": {
  7. "navigationBarTextStyle": "black",
  8. "navigationBarTitleText": "Weixin",
  9. "navigationBarBackgroundColor": "#ffffff"
  10. },
  11. "style": "v2",
  12. "componentFramework": "glass-easel",
  13. "sitemapLocation": "sitemap.json",
  14. "lazyCodeLoading": "requiredComponents"
  15. }