@vipl520/dk-ui 1.0.31 → 1.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
  });