60p82u21t54k 0.3.16 → 0.3.17
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/60p82u21t54k.es.js +59 -59
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/model/casinoGameList/getCasinoGameListResponse.d.ts.map +1 -1
- package/dist/model/fishGameList/getFishGameListResponse.d.ts.map +1 -1
- package/dist/model/gameList/getGameListResponse.d.ts.map +1 -1
- package/dist/model/getFavouriteGame/getGetFavouriteGameResponse.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -97,15 +97,15 @@ function U(e, a) {
|
|
|
97
97
|
const t = te(), n = (a == null ? void 0 : a.weekStartsOn) ?? ((m = (l = a == null ? void 0 : a.locale) == null ? void 0 : l.options) == null ? void 0 : m.weekStartsOn) ?? t.weekStartsOn ?? ((c = (i = t.locale) == null ? void 0 : i.options) == null ? void 0 : c.weekStartsOn) ?? 0, r = I(e, a == null ? void 0 : a.in), s = r.getDay(), o = (s < n ? 7 : 0) + s - n;
|
|
98
98
|
return r.setDate(r.getDate() - o), r.setHours(0, 0, 0, 0), r;
|
|
99
99
|
}
|
|
100
|
-
function
|
|
100
|
+
function ee(e, a) {
|
|
101
101
|
return U(e, { ...a, weekStartsOn: 1 });
|
|
102
102
|
}
|
|
103
103
|
function aa(e, a) {
|
|
104
104
|
const t = I(e, a == null ? void 0 : a.in), n = t.getFullYear(), r = j(t, 0);
|
|
105
105
|
r.setFullYear(n + 1, 0, 4), r.setHours(0, 0, 0, 0);
|
|
106
|
-
const s =
|
|
106
|
+
const s = ee(r), o = j(t, 0);
|
|
107
107
|
o.setFullYear(n, 0, 4), o.setHours(0, 0, 0, 0);
|
|
108
|
-
const l =
|
|
108
|
+
const l = ee(o);
|
|
109
109
|
return t.getTime() >= s.getTime() ? n + 1 : t.getTime() >= l.getTime() ? n : n - 1;
|
|
110
110
|
}
|
|
111
111
|
function de(e) {
|
|
@@ -143,7 +143,7 @@ function xa(e, a, t) {
|
|
|
143
143
|
}
|
|
144
144
|
function Oa(e, a) {
|
|
145
145
|
const t = aa(e, a), n = j(e, 0);
|
|
146
|
-
return n.setFullYear(t, 0, 4), n.setHours(0, 0, 0, 0),
|
|
146
|
+
return n.setFullYear(t, 0, 4), n.setHours(0, 0, 0, 0), ee(n);
|
|
147
147
|
}
|
|
148
148
|
function Ma(e) {
|
|
149
149
|
return e instanceof Date || typeof e == "object" && Object.prototype.toString.call(e) === "[object Date]";
|
|
@@ -591,7 +591,7 @@ function dn(e, a) {
|
|
|
591
591
|
return xa(t, Ia(t)) + 1;
|
|
592
592
|
}
|
|
593
593
|
function ra(e, a) {
|
|
594
|
-
const t = I(e, a == null ? void 0 : a.in), n = +
|
|
594
|
+
const t = I(e, a == null ? void 0 : a.in), n = +ee(t) - +Oa(t);
|
|
595
595
|
return Math.round(n / ea) + 1;
|
|
596
596
|
}
|
|
597
597
|
function Ge(e, a) {
|
|
@@ -670,7 +670,7 @@ const H = {
|
|
|
670
670
|
);
|
|
671
671
|
return R(r, a.length);
|
|
672
672
|
}
|
|
673
|
-
},
|
|
673
|
+
}, Z = {
|
|
674
674
|
midnight: "midnight",
|
|
675
675
|
noon: "noon",
|
|
676
676
|
morning: "morning",
|
|
@@ -1060,7 +1060,7 @@ const H = {
|
|
|
1060
1060
|
b: function(e, a, t) {
|
|
1061
1061
|
const n = e.getHours();
|
|
1062
1062
|
let r;
|
|
1063
|
-
switch (n === 12 ? r =
|
|
1063
|
+
switch (n === 12 ? r = Z.noon : n === 0 ? r = Z.midnight : r = n / 12 >= 1 ? "pm" : "am", a) {
|
|
1064
1064
|
case "b":
|
|
1065
1065
|
case "bb":
|
|
1066
1066
|
return t.dayPeriod(r, {
|
|
@@ -1089,7 +1089,7 @@ const H = {
|
|
|
1089
1089
|
B: function(e, a, t) {
|
|
1090
1090
|
const n = e.getHours();
|
|
1091
1091
|
let r;
|
|
1092
|
-
switch (n >= 17 ? r =
|
|
1092
|
+
switch (n >= 17 ? r = Z.evening : n >= 12 ? r = Z.afternoon : n >= 4 ? r = Z.morning : r = Z.night, a) {
|
|
1093
1093
|
case "B":
|
|
1094
1094
|
case "BB":
|
|
1095
1095
|
case "BBB":
|
|
@@ -1158,7 +1158,7 @@ const H = {
|
|
|
1158
1158
|
// so this token always has the same output as `XX`
|
|
1159
1159
|
case "XXXX":
|
|
1160
1160
|
case "XX":
|
|
1161
|
-
return
|
|
1161
|
+
return A(n);
|
|
1162
1162
|
// Hours, minutes and optional seconds with `:` delimiter
|
|
1163
1163
|
// Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
|
|
1164
1164
|
// so this token always has the same output as `XXX`
|
|
@@ -1166,7 +1166,7 @@ const H = {
|
|
|
1166
1166
|
case "XXX":
|
|
1167
1167
|
// Hours and minutes with `:` delimiter
|
|
1168
1168
|
default:
|
|
1169
|
-
return
|
|
1169
|
+
return A(n, ":");
|
|
1170
1170
|
}
|
|
1171
1171
|
},
|
|
1172
1172
|
// Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
|
|
@@ -1181,7 +1181,7 @@ const H = {
|
|
|
1181
1181
|
// so this token always has the same output as `xx`
|
|
1182
1182
|
case "xxxx":
|
|
1183
1183
|
case "xx":
|
|
1184
|
-
return
|
|
1184
|
+
return A(n);
|
|
1185
1185
|
// Hours, minutes and optional seconds with `:` delimiter
|
|
1186
1186
|
// Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
|
|
1187
1187
|
// so this token always has the same output as `xxx`
|
|
@@ -1189,7 +1189,7 @@ const H = {
|
|
|
1189
1189
|
case "xxx":
|
|
1190
1190
|
// Hours and minutes with `:` delimiter
|
|
1191
1191
|
default:
|
|
1192
|
-
return
|
|
1192
|
+
return A(n, ":");
|
|
1193
1193
|
}
|
|
1194
1194
|
},
|
|
1195
1195
|
// Timezone (GMT)
|
|
@@ -1204,7 +1204,7 @@ const H = {
|
|
|
1204
1204
|
// Long
|
|
1205
1205
|
case "OOOO":
|
|
1206
1206
|
default:
|
|
1207
|
-
return "GMT" +
|
|
1207
|
+
return "GMT" + A(n, ":");
|
|
1208
1208
|
}
|
|
1209
1209
|
},
|
|
1210
1210
|
// Timezone (specific non-location)
|
|
@@ -1219,7 +1219,7 @@ const H = {
|
|
|
1219
1219
|
// Long
|
|
1220
1220
|
case "zzzz":
|
|
1221
1221
|
default:
|
|
1222
|
-
return "GMT" +
|
|
1222
|
+
return "GMT" + A(n, ":");
|
|
1223
1223
|
}
|
|
1224
1224
|
},
|
|
1225
1225
|
// Seconds timestamp
|
|
@@ -1237,9 +1237,9 @@ function St(e, a = "") {
|
|
|
1237
1237
|
return s === 0 ? t + String(r) : t + String(r) + a + R(s, 2);
|
|
1238
1238
|
}
|
|
1239
1239
|
function It(e, a) {
|
|
1240
|
-
return e % 60 === 0 ? (e > 0 ? "-" : "+") + R(Math.abs(e) / 60, 2) :
|
|
1240
|
+
return e % 60 === 0 ? (e > 0 ? "-" : "+") + R(Math.abs(e) / 60, 2) : A(e, a);
|
|
1241
1241
|
}
|
|
1242
|
-
function
|
|
1242
|
+
function A(e, a = "") {
|
|
1243
1243
|
const t = e > 0 ? "-" : "+", n = Math.abs(e), r = R(Math.trunc(n / 60), 2), s = R(n % 60, 2);
|
|
1244
1244
|
return t + r + a + s;
|
|
1245
1245
|
}
|
|
@@ -1708,7 +1708,7 @@ class Nn extends w {
|
|
|
1708
1708
|
}
|
|
1709
1709
|
set(t, n, r) {
|
|
1710
1710
|
const s = j(t, 0);
|
|
1711
|
-
return s.setFullYear(r, 0, 4), s.setHours(0, 0, 0, 0),
|
|
1711
|
+
return s.setFullYear(r, 0, 4), s.setHours(0, 0, 0, 0), ee(s);
|
|
1712
1712
|
}
|
|
1713
1713
|
}
|
|
1714
1714
|
class Ln extends w {
|
|
@@ -2074,7 +2074,7 @@ class Bn extends w {
|
|
|
2074
2074
|
return n >= 1 && n <= 53;
|
|
2075
2075
|
}
|
|
2076
2076
|
set(t, n, r) {
|
|
2077
|
-
return
|
|
2077
|
+
return ee(Yn(t, r));
|
|
2078
2078
|
}
|
|
2079
2079
|
}
|
|
2080
2080
|
const Hn = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Un = [
|
|
@@ -2901,15 +2901,15 @@ function Tr(e, a, t, n) {
|
|
|
2901
2901
|
`The format string mustn't contain \`${b}\` and any other token at the same time`
|
|
2902
2902
|
);
|
|
2903
2903
|
p.push({ token: d, fullToken: b });
|
|
2904
|
-
const
|
|
2904
|
+
const X = $.run(
|
|
2905
2905
|
e,
|
|
2906
2906
|
b,
|
|
2907
2907
|
o.match,
|
|
2908
2908
|
i
|
|
2909
2909
|
);
|
|
2910
|
-
if (!
|
|
2910
|
+
if (!X)
|
|
2911
2911
|
return r();
|
|
2912
|
-
c.push(
|
|
2912
|
+
c.push(X.setter), e = X.rest;
|
|
2913
2913
|
} else {
|
|
2914
2914
|
if (d.match(_r))
|
|
2915
2915
|
throw new RangeError(
|
|
@@ -3104,7 +3104,7 @@ const Lr = 60 * 1e3, $r = {
|
|
|
3104
3104
|
// so this token always has the same output as `XX`
|
|
3105
3105
|
case "XXXX":
|
|
3106
3106
|
case "XX":
|
|
3107
|
-
return
|
|
3107
|
+
return J(n);
|
|
3108
3108
|
// Hours, minutes and optional seconds with `:` delimeter
|
|
3109
3109
|
// Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
|
|
3110
3110
|
// so this token always has the same output as `XXX`
|
|
@@ -3112,7 +3112,7 @@ const Lr = 60 * 1e3, $r = {
|
|
|
3112
3112
|
case "XXX":
|
|
3113
3113
|
// Hours and minutes with `:` delimeter
|
|
3114
3114
|
default:
|
|
3115
|
-
return
|
|
3115
|
+
return J(n, ":");
|
|
3116
3116
|
}
|
|
3117
3117
|
},
|
|
3118
3118
|
// Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
|
|
@@ -3127,7 +3127,7 @@ const Lr = 60 * 1e3, $r = {
|
|
|
3127
3127
|
// so this token always has the same output as `xx`
|
|
3128
3128
|
case "xxxx":
|
|
3129
3129
|
case "xx":
|
|
3130
|
-
return
|
|
3130
|
+
return J(n);
|
|
3131
3131
|
// Hours, minutes and optional seconds with `:` delimeter
|
|
3132
3132
|
// Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
|
|
3133
3133
|
// so this token always has the same output as `xxx`
|
|
@@ -3135,7 +3135,7 @@ const Lr = 60 * 1e3, $r = {
|
|
|
3135
3135
|
case "xxx":
|
|
3136
3136
|
// Hours and minutes with `:` delimeter
|
|
3137
3137
|
default:
|
|
3138
|
-
return
|
|
3138
|
+
return J(n, ":");
|
|
3139
3139
|
}
|
|
3140
3140
|
},
|
|
3141
3141
|
// Timezone (GMT)
|
|
@@ -3150,7 +3150,7 @@ const Lr = 60 * 1e3, $r = {
|
|
|
3150
3150
|
// Long
|
|
3151
3151
|
case "OOOO":
|
|
3152
3152
|
default:
|
|
3153
|
-
return "GMT" +
|
|
3153
|
+
return "GMT" + J(n, ":");
|
|
3154
3154
|
}
|
|
3155
3155
|
},
|
|
3156
3156
|
// Timezone (specific non-location)
|
|
@@ -3181,12 +3181,12 @@ function ge(e, a) {
|
|
|
3181
3181
|
n = "0" + n;
|
|
3182
3182
|
return t + n;
|
|
3183
3183
|
}
|
|
3184
|
-
function
|
|
3184
|
+
function J(e, a = "") {
|
|
3185
3185
|
const t = e > 0 ? "-" : "+", n = Math.abs(e), r = ge(Math.floor(n / 60), 2), s = ge(Math.floor(n % 60), 2);
|
|
3186
3186
|
return t + r + a + s;
|
|
3187
3187
|
}
|
|
3188
3188
|
function Ft(e, a) {
|
|
3189
|
-
return e % 60 === 0 ? (e > 0 ? "-" : "+") + ge(Math.abs(e) / 60, 2) :
|
|
3189
|
+
return e % 60 === 0 ? (e > 0 ? "-" : "+") + ge(Math.abs(e) / 60, 2) : J(e, a);
|
|
3190
3190
|
}
|
|
3191
3191
|
function Gr(e, a = "") {
|
|
3192
3192
|
const t = e > 0 ? "-" : "+", n = Math.abs(e), r = Math.floor(n / 60), s = n % 60;
|
|
@@ -3536,7 +3536,7 @@ const Xr = (e) => new TextEncoder().encode(e), Zr = (e) => {
|
|
|
3536
3536
|
return `${e || ""}`;
|
|
3537
3537
|
const t = `0${a ? "." + "0".repeat(a) : ""}`, n = parseFloat(e);
|
|
3538
3538
|
return isNaN(n) || typeof e == "string" && /[^\d.,]/.test(e) ? `${t}` : `${n.toFixed(a).replace(/\B(?=(\d{3})+(?!\d))/g, ",")}`;
|
|
3539
|
-
},
|
|
3539
|
+
}, q = (e, a, t) => {
|
|
3540
3540
|
const n = [
|
|
3541
3541
|
42563,
|
|
3542
3542
|
42564,
|
|
@@ -3864,8 +3864,8 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3864
3864
|
trial: (c.flag & 4) > 0,
|
|
3865
3865
|
new: (c.flag & 8) > 0
|
|
3866
3866
|
},
|
|
3867
|
-
imageUrl: `${e.mdDomains[c.mdDomains_id]}${
|
|
3868
|
-
logoUrl:
|
|
3867
|
+
imageUrl: `${e.mdDomains[c.mdDomains_id]}${q(c.img, c.id_GameMaster, `?ts=${c.filemtime}`)}`,
|
|
3868
|
+
logoUrl: `/image/platform_logo/${c.img.split("/").pop()}?v=1`,
|
|
3869
3869
|
rate: "0.00",
|
|
3870
3870
|
jackpotAmount: ""
|
|
3871
3871
|
}))) ?? [] : []
|
|
@@ -3885,8 +3885,8 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3885
3885
|
trial: (l.flag ?? 0) > 0,
|
|
3886
3886
|
new: (l.flag ?? 0) > 0
|
|
3887
3887
|
},
|
|
3888
|
-
imageUrl: e.mdDomains && e.mdDomains.length > 0 ? `${e.mdDomains[l.mdDomains_id ?? 0]}${
|
|
3889
|
-
logoUrl: l.
|
|
3888
|
+
imageUrl: e.mdDomains && e.mdDomains.length > 0 ? `${e.mdDomains[l.mdDomains_id ?? 0]}${q(l.img ?? "", l.id ?? 0, `?ts=${l.filemtime}`)}` : "",
|
|
3889
|
+
logoUrl: l.img ? `/image/platform_logo/${l.img.split("/").pop()}?v=1` : "",
|
|
3890
3890
|
rate: "0.00",
|
|
3891
3891
|
jackpotAmount: l.jackpotAmount ?? ""
|
|
3892
3892
|
}))) == null ? void 0 : o.sort((l, m) => (m.jackpotAmount ? 1 : 0) - (l.jackpotAmount ? 1 : 0))) ?? []
|
|
@@ -3895,7 +3895,7 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3895
3895
|
};
|
|
3896
3896
|
}, Ts = (e) => ({
|
|
3897
3897
|
list: e.mdGrade.map((a) => {
|
|
3898
|
-
var t, n, r, s, o, l, m, i, c, y, p, g, T, _, k, C, D, h, b, d, $, ne,
|
|
3898
|
+
var t, n, r, s, o, l, m, i, c, y, p, g, T, _, k, C, D, h, b, d, $, ne, X, re, se, Ye, Be, He, Ue, qe, Ve, Ae, Qe, Xe, Ze, Je, Ke, et, tt, at, nt, rt, st, ot, it, ut, ct, lt, dt, mt, gt, ft, pt, yt, bt, ht, _t, Tt, vt, wt, Rt, Pt, Dt, kt;
|
|
3899
3899
|
return {
|
|
3900
3900
|
id: a.gradeindex,
|
|
3901
3901
|
is_current_level: !1,
|
|
@@ -3939,7 +3939,7 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3939
3939
|
bonus: v(((h = (D = a.benefit) == null ? void 0 : D.weekly) == null ? void 0 : h.bonus) ?? "0"),
|
|
3940
3940
|
bonus_name: ((d = (b = a.benefit) == null ? void 0 : b.weekly) == null ? void 0 : d.bonus_name) ?? "",
|
|
3941
3941
|
turnover: v(((ne = ($ = a.benefit) == null ? void 0 : $.weekly) == null ? void 0 : ne.turnover) ?? "0"),
|
|
3942
|
-
turnover_name: ((re = (
|
|
3942
|
+
turnover_name: ((re = (X = a.benefit) == null ? void 0 : X.weekly) == null ? void 0 : re.turnover_name) ?? ""
|
|
3943
3943
|
},
|
|
3944
3944
|
upgrade: {
|
|
3945
3945
|
isShow: !0,
|
|
@@ -4098,27 +4098,27 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4098
4098
|
}).sort((a, t) => a.claimable && !t.claimable ? -1 : !a.claimable && t.claimable ? 1 : 0)
|
|
4099
4099
|
}), ws = (e) => ({
|
|
4100
4100
|
month: {
|
|
4101
|
-
status:
|
|
4101
|
+
status: V(e.month)
|
|
4102
4102
|
},
|
|
4103
4103
|
week: {
|
|
4104
|
-
status:
|
|
4104
|
+
status: V(e.week)
|
|
4105
4105
|
},
|
|
4106
4106
|
day: {
|
|
4107
|
-
status:
|
|
4107
|
+
status: V(e.day)
|
|
4108
4108
|
},
|
|
4109
4109
|
birthday: {
|
|
4110
|
-
status:
|
|
4110
|
+
status: V(e.birthday)
|
|
4111
4111
|
},
|
|
4112
4112
|
salary_1st: {
|
|
4113
|
-
status:
|
|
4113
|
+
status: V(e.salary1st)
|
|
4114
4114
|
},
|
|
4115
4115
|
salary_10th: {
|
|
4116
|
-
status:
|
|
4116
|
+
status: V(e.salary10th)
|
|
4117
4117
|
},
|
|
4118
4118
|
salary_20th: {
|
|
4119
|
-
status:
|
|
4119
|
+
status: V(e.salary20th)
|
|
4120
4120
|
}
|
|
4121
|
-
}),
|
|
4121
|
+
}), V = (e) => ({
|
|
4122
4122
|
claimable: e === 1,
|
|
4123
4123
|
expired: e === 0,
|
|
4124
4124
|
claimed: e === -1
|
|
@@ -4562,8 +4562,8 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4562
4562
|
trial: !1,
|
|
4563
4563
|
new: !1
|
|
4564
4564
|
},
|
|
4565
|
-
imageUrl: `${e.mdDomains[s.mdDomains_id]}${
|
|
4566
|
-
logoUrl: s.
|
|
4565
|
+
imageUrl: `${e.mdDomains[s.mdDomains_id]}${q(s.img, s.id, `?ts=${s.filemtime}`)}`,
|
|
4566
|
+
logoUrl: `${e.mdDomains[s.mdDomains_id]}${q(s.img, s.id, `?ts=${s.filemtime}`)}`,
|
|
4567
4567
|
rate: "0.00",
|
|
4568
4568
|
jackpotAmount: ""
|
|
4569
4569
|
}))) ?? []
|
|
@@ -5290,16 +5290,16 @@ const Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5290
5290
|
trial: !1,
|
|
5291
5291
|
new: !1
|
|
5292
5292
|
},
|
|
5293
|
-
imageUrl: `${e.mdDomains[a.mdDomains_id]}${
|
|
5294
|
-
logoUrl:
|
|
5293
|
+
imageUrl: `${e.mdDomains[a.mdDomains_id]}${q(a.img, a.id, `?ts=${a.filemtime}`)}`,
|
|
5294
|
+
logoUrl: `/image/platform_logo/${a.img.split("/").pop()}?v=1`,
|
|
5295
5295
|
rate: "0.00",
|
|
5296
5296
|
jackpotAmount: ""
|
|
5297
5297
|
})) ?? [] : []
|
|
5298
5298
|
}), Di = (e) => P(e), ki = (e) => P(e);
|
|
5299
|
-
var
|
|
5299
|
+
var Q = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(Q || {});
|
|
5300
5300
|
const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5301
5301
|
__proto__: null,
|
|
5302
|
-
AccumulateDepositStatus:
|
|
5302
|
+
AccumulateDepositStatus: Q
|
|
5303
5303
|
}, Symbol.toStringTag, { value: "Module" })), xi = (e) => {
|
|
5304
5304
|
if (e.status == 0)
|
|
5305
5305
|
return {
|
|
@@ -5313,7 +5313,7 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5313
5313
|
a = {
|
|
5314
5314
|
buttonStatus: e.data.tier.filter(
|
|
5315
5315
|
(o) => o.claimable == "1" && o.collected != "1"
|
|
5316
|
-
).length > 0 ?
|
|
5316
|
+
).length > 0 ? Q.collectable : Q.collected,
|
|
5317
5317
|
dateFrom: e.data.datefrom,
|
|
5318
5318
|
dateTo: e.data.dateto,
|
|
5319
5319
|
progress: {
|
|
@@ -5324,7 +5324,7 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5324
5324
|
list: e.data.tier.map((o) => ({
|
|
5325
5325
|
total: o.requirement,
|
|
5326
5326
|
reward: Number(o.reward),
|
|
5327
|
-
status: o.claimable != "1" ?
|
|
5327
|
+
status: o.claimable != "1" ? Q.inProgress : o.collected == "1" ? Q.collected : Q.collectable
|
|
5328
5328
|
}))
|
|
5329
5329
|
};
|
|
5330
5330
|
}
|
|
@@ -5592,8 +5592,8 @@ const Uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5592
5592
|
trial: !1,
|
|
5593
5593
|
new: !1
|
|
5594
5594
|
},
|
|
5595
|
-
imageUrl: `${e.mdDomains[s.mdDomains_id]}${
|
|
5596
|
-
logoUrl: `/image/platform_logo
|
|
5595
|
+
imageUrl: `${e.mdDomains[s.mdDomains_id]}${q(s.img, s.id, `?ts=${s.filemtime}`)}`,
|
|
5596
|
+
logoUrl: `/image/platform_logo/${s.img.split("/").pop()}?v=1`,
|
|
5597
5597
|
rate: "0.00",
|
|
5598
5598
|
jackpotAmount: ""
|
|
5599
5599
|
}))) ?? []
|
|
@@ -5618,10 +5618,10 @@ const Uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5618
5618
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
5619
5619
|
tokenAmount: e.token_amount
|
|
5620
5620
|
}), Ji = (e) => P(e);
|
|
5621
|
-
var
|
|
5621
|
+
var K = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(K || {});
|
|
5622
5622
|
const qu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5623
5623
|
__proto__: null,
|
|
5624
|
-
NewbieMissionStatus:
|
|
5624
|
+
NewbieMissionStatus: K
|
|
5625
5625
|
}, Symbol.toStringTag, { value: "Module" })), Ki = (e) => {
|
|
5626
5626
|
if (e.status == 0 || e.data == null)
|
|
5627
5627
|
return {
|
|
@@ -5629,8 +5629,8 @@ const qu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5629
5629
|
message: e.msg ?? "",
|
|
5630
5630
|
data: null
|
|
5631
5631
|
};
|
|
5632
|
-
let a =
|
|
5633
|
-
return e.data.has_claimed ? a =
|
|
5632
|
+
let a = K.inProgress;
|
|
5633
|
+
return e.data.has_claimed ? a = K.collected : a = e.data.claimable ? K.collectable : K.inProgress, {
|
|
5634
5634
|
status: e.status == 1,
|
|
5635
5635
|
message: e.msg ?? "",
|
|
5636
5636
|
data: {
|
|
@@ -6247,8 +6247,8 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6247
6247
|
trial: !1,
|
|
6248
6248
|
new: !1
|
|
6249
6249
|
},
|
|
6250
|
-
imageUrl: `${e.mdDomains[s.mdDomains_id]}${
|
|
6251
|
-
logoUrl: s.
|
|
6250
|
+
imageUrl: `${e.mdDomains[s.mdDomains_id]}${q(s.img, s.id, `?ts=${s.filemtime}`)}`,
|
|
6251
|
+
logoUrl: `${e.mdDomains[s.mdDomains_id]}${q(s.img, s.id, `?ts=${s.filemtime}`)}`,
|
|
6252
6252
|
rate: "0.00",
|
|
6253
6253
|
jackpotAmount: ""
|
|
6254
6254
|
}))) ?? []
|