@partex/one-core 2.0.43 → 2.0.44
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/lib/one-core.cjs +1 -1
- package/lib/one-core.js +3 -2
- package/lib/one-core.umd.cjs +1 -1
- package/package.json +1 -1
package/lib/one-core.js
CHANGED
|
@@ -486,7 +486,7 @@ class zs {
|
|
|
486
486
|
const dt = new zs("partex"), oo = (e, o, t) => {
|
|
487
487
|
const n = /* @__PURE__ */ new Date();
|
|
488
488
|
return (/* @__PURE__ */ new Date(
|
|
489
|
-
`${e || n.getFullYear()}
|
|
489
|
+
`${e || n.getFullYear()}/${o || n.getMonth() + 1}/${t || n.getDate()} 00:00:00`
|
|
490
490
|
)).getTime();
|
|
491
491
|
};
|
|
492
492
|
function ve(e, o, t = 3e4) {
|
|
@@ -830,7 +830,7 @@ const Fs = {
|
|
|
830
830
|
"zh-CN": { ...Fs },
|
|
831
831
|
"fr-FR": {}
|
|
832
832
|
}
|
|
833
|
-
}), pe = Rs, Wa = "2.0.
|
|
833
|
+
}), pe = Rs, Wa = "2.0.44", xt = {
|
|
834
834
|
Components: {
|
|
835
835
|
platformName: () => `${pe.global.t("Platform.components")} v${Wa}`,
|
|
836
836
|
platformType: "T0",
|
|
@@ -7491,6 +7491,7 @@ const Pe = (e, o, t) => {
|
|
|
7491
7491
|
const n = {
|
|
7492
7492
|
type: e,
|
|
7493
7493
|
time: Date.now(),
|
|
7494
|
+
key: "c604902e-4088-4c64-bc73-edfbc971805b",
|
|
7494
7495
|
url: encodeURIComponent(o || location.href),
|
|
7495
7496
|
title: document.title,
|
|
7496
7497
|
browser: Cy(),
|