chore: bump version to v0.9.656 并调整widget关闭状态样式及禁用Shadow DOM模式
This commit is contained in:
+1
-2
@@ -19,7 +19,7 @@
|
||||
popupImage = "",
|
||||
popupClosable = "true",
|
||||
showPopup = "true",
|
||||
useShadowDom = "true"
|
||||
useShadowDom = "false"
|
||||
} = d.currentScript.dataset;
|
||||
const _src = d.currentScript.src;
|
||||
const origin = new URL(_src).origin;
|
||||
@@ -31,7 +31,6 @@
|
||||
|
||||
const baseStyles = {
|
||||
position: "fixed",
|
||||
right: "16px",
|
||||
[position]: "16px", // [position] = [right] or [left]
|
||||
bottom: "16px",
|
||||
border: "none",
|
||||
|
||||
Reference in New Issue
Block a user