@golstats/gsc-landing 1.0.143 → 1.0.144
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/gsc-landing.js +12 -6
- package/dist/gsc-landing.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/gsc-landing.js
CHANGED
|
@@ -45291,10 +45291,16 @@ const Kt = $6(), _F = {
|
|
|
45291
45291
|
this.gamesOfTheDayPreMatchIds.size && this.gamesOfTheDayPreMatchIds.forEach((s) => {
|
|
45292
45292
|
const e = this.seasonsGamesMap.get(s);
|
|
45293
45293
|
if (e) {
|
|
45294
|
-
const t = (/* @__PURE__ */ new Date()).valueOf()
|
|
45295
|
-
|
|
45296
|
-
|
|
45297
|
-
|
|
45294
|
+
const t = (/* @__PURE__ */ new Date()).valueOf();
|
|
45295
|
+
if (60 * 1e3 * 30 + e.dateTimeMillis - t > 0) {
|
|
45296
|
+
const a = e.dateTimeMillis - t - 3e5;
|
|
45297
|
+
setTimeout(
|
|
45298
|
+
() => {
|
|
45299
|
+
this.createCheckLiveGamesInterval();
|
|
45300
|
+
},
|
|
45301
|
+
a > 0 ? a : 0
|
|
45302
|
+
);
|
|
45303
|
+
}
|
|
45298
45304
|
}
|
|
45299
45305
|
});
|
|
45300
45306
|
},
|
|
@@ -45540,7 +45546,7 @@ const Kt = $6(), _F = {
|
|
|
45540
45546
|
beforeUnmount() {
|
|
45541
45547
|
this.resetGamesLiveInterval();
|
|
45542
45548
|
}
|
|
45543
|
-
}, Kn = (s) => (Ze("data-v-
|
|
45549
|
+
}, Kn = (s) => (Ze("data-v-087a20b0"), s = s(), Qe(), s), TF = {
|
|
45544
45550
|
class: "gsclanding",
|
|
45545
45551
|
ref: "landingref"
|
|
45546
45552
|
}, xF = {
|
|
@@ -45868,7 +45874,7 @@ function s7(s, e, t, i, a, n) {
|
|
|
45868
45874
|
], 2)
|
|
45869
45875
|
], 512);
|
|
45870
45876
|
}
|
|
45871
|
-
const h7 = /* @__PURE__ */ xt(_F, [["render", s7], ["__scopeId", "data-v-
|
|
45877
|
+
const h7 = /* @__PURE__ */ xt(_F, [["render", s7], ["__scopeId", "data-v-087a20b0"]]);
|
|
45872
45878
|
export {
|
|
45873
45879
|
h7 as GSCLanding
|
|
45874
45880
|
};
|