pages_init.json 371 B

123456789101112131415161718
  1. {
  2. "pages": [{
  3. "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
  4. "style": {
  5. "disableScroll": true,
  6. "app-plus": {
  7. "backgroundColorTop": "transparent",
  8. "background": "transparent",
  9. "titleNView": false,
  10. "scrollIndicator": false,
  11. "popGesture": "none",
  12. "animationType": "fade-in",
  13. "animationDuration": 200
  14. }
  15. }
  16. }]
  17. }