Clock.config.ts 372 B

12345678910111213
  1. export default definePageConfig({
  2. // "lazyCodeLoading": "requiredComponents",
  3. // "componentFramework": "glass-easel",
  4. // "renderer": "skyline",
  5. // "rendererOptions": {
  6. // "skyline": {
  7. // "disableABTest": true,
  8. // "defaultDisplayBlock": true
  9. // }
  10. // },
  11. "disableScroll": true,
  12. "navigationStyle":"custom"
  13. })