app.json 554 B

123456789101112131415161718192021222324
  1. {
  2. "pages": [
  3. "pages/index/index"
  4. ],
  5. "window": {
  6. "navigationBarTextStyle": "black",
  7. "navigationStyle": "custom"
  8. },
  9. "style": "v2",
  10. "renderer": "skyline",
  11. "rendererOptions": {
  12. "skyline": {
  13. "defaultDisplayBlock": true,
  14. "defaultContentBox": true,
  15. "tagNameStyleIsolation": "legacy",
  16. "disableABTest": true,
  17. "sdkVersionBegin": "3.0.0",
  18. "sdkVersionEnd": "15.255.255"
  19. }
  20. },
  21. "componentFramework": "glass-easel",
  22. "sitemapLocation": "sitemap.json",
  23. "lazyCodeLoading": "requiredComponents"
  24. }