app.json 374 B

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