@vipl520/dk-ui 1.0.31 → 1.0.32

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -17883,8 +17883,8 @@
17883
17883
  const key = "preview-phone";
17884
17884
  const cache = JSON.parse(storage.get(key) || "{}");
17885
17885
  const form = require$$0.ref({
17886
- showLine: cache.showLine || false,
17887
- margin: cache.margin || 0,
17886
+ showLine: cache.showLine || true,
17887
+ margin: cache.margin || 2,
17888
17888
  preview: cache.preview || false,
17889
17889
  closeAnimate: cache.closeAnimate || false
17890
17890
  });