app.json 478 B

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