app.json 461 B

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