@gup-fe/js-sdk 2.4.0 → 2.4.2
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/js-sdk.bundle.js +3 -3
- package/dist/js-sdk.bundle.umd.js +1 -1
- package/dist/js-sdk.js +3 -3
- package/dist/js-sdk.umd.js +1 -1
- package/package.json +3 -3
package/dist/js-sdk.js
CHANGED
|
@@ -18994,11 +18994,11 @@ function Oh({
|
|
|
18994
18994
|
children: /* @__PURE__ */ P(Tc, { children: /* @__PURE__ */ P(zc, { className: "size-3 text-[var(--jssdk-primary-color)]", strokeWidth: 4 }) })
|
|
18995
18995
|
}
|
|
18996
18996
|
),
|
|
18997
|
-
/* @__PURE__ */ P("span", { className: "ml-2", children: "我已详细阅读并同意" }),
|
|
18997
|
+
/* @__PURE__ */ P("span", { className: "ml-2 text-xs md:text-sm", children: "我已详细阅读并同意" }),
|
|
18998
18998
|
/* @__PURE__ */ P(
|
|
18999
18999
|
It,
|
|
19000
19000
|
{
|
|
19001
|
-
className: "text-[var(--jssdk-primary-color)]",
|
|
19001
|
+
className: "text-[var(--jssdk-primary-color)] text-xs md:text-sm",
|
|
19002
19002
|
onClick: () => r(!0),
|
|
19003
19003
|
type: "button",
|
|
19004
19004
|
children: "《用户协议》"
|
|
@@ -19008,7 +19008,7 @@ function Oh({
|
|
|
19008
19008
|
/* @__PURE__ */ P(
|
|
19009
19009
|
It,
|
|
19010
19010
|
{
|
|
19011
|
-
className: "text-[var(--jssdk-primary-color)]",
|
|
19011
|
+
className: "text-[var(--jssdk-primary-color)] text-xs md:text-sm",
|
|
19012
19012
|
onClick: () => s(!0),
|
|
19013
19013
|
type: "button",
|
|
19014
19014
|
children: "《隐私政策》"
|