tyy-game-assiss 2.3.2 → 2.3.4
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/style.css +1 -1
- package/dist/tyy-game-assis.js +380 -347
- package/dist/tyy-game-assis.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/tyy-game-assis.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock as p, createElementBlock as h, createElementVNode as c, withModifiers as
|
|
1
|
+
import { openBlock as p, createElementBlock as h, createElementVNode as c, withModifiers as q, normalizeStyle as Fe, createCommentVNode as v, normalizeClass as S, Fragment as C, renderList as N, toDisplayString as T, withDirectives as jr, vShow as Gr } from "vue";
|
|
2
2
|
function $n(t, e) {
|
|
3
3
|
return function() {
|
|
4
4
|
return t.apply(e, arguments);
|
|
@@ -7,9 +7,9 @@ function $n(t, e) {
|
|
|
7
7
|
const { toString: Kr } = Object.prototype, { getPrototypeOf: Wt } = Object, rt = ((t) => (e) => {
|
|
8
8
|
const n = Kr.call(e);
|
|
9
9
|
return t[n] || (t[n] = n.slice(8, -1).toLowerCase());
|
|
10
|
-
})(/* @__PURE__ */ Object.create(null)), J = (t) => (t = t.toLowerCase(), (e) => rt(e) === t), it = (t) => (e) => typeof e === t, { isArray: ve } = Array,
|
|
10
|
+
})(/* @__PURE__ */ Object.create(null)), J = (t) => (t = t.toLowerCase(), (e) => rt(e) === t), it = (t) => (e) => typeof e === t, { isArray: ve } = Array, Oe = it("undefined");
|
|
11
11
|
function Yr(t) {
|
|
12
|
-
return t !== null && !
|
|
12
|
+
return t !== null && !Oe(t) && t.constructor !== null && !Oe(t.constructor) && z(t.constructor.isBuffer) && t.constructor.isBuffer(t);
|
|
13
13
|
}
|
|
14
14
|
const er = J("ArrayBuffer");
|
|
15
15
|
function Xr(t) {
|
|
@@ -26,7 +26,7 @@ const Zr = it("string"), z = it("function"), tr = it("number"), ot = (t) => t !=
|
|
|
26
26
|
return t && (typeof FormData == "function" && t instanceof FormData || z(t.append) && ((e = rt(t)) === "formdata" || // detect form-data instance
|
|
27
27
|
e === "object" && z(t.toString) && t.toString() === "[object FormData]"));
|
|
28
28
|
}, si = J("URLSearchParams"), [ai, li, ci, ui] = ["ReadableStream", "Request", "Response", "Headers"].map(J), fi = (t) => t.trim ? t.trim() : t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
29
|
-
function
|
|
29
|
+
function Ie(t, e, { allOwnKeys: n = !1 } = {}) {
|
|
30
30
|
if (t === null || typeof t > "u")
|
|
31
31
|
return;
|
|
32
32
|
let r, i;
|
|
@@ -49,17 +49,17 @@ function nr(t, e) {
|
|
|
49
49
|
return i;
|
|
50
50
|
return null;
|
|
51
51
|
}
|
|
52
|
-
const oe = (() => typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global)(), rr = (t) => !
|
|
53
|
-
function
|
|
52
|
+
const oe = (() => typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global)(), rr = (t) => !Oe(t) && t !== oe;
|
|
53
|
+
function Rt() {
|
|
54
54
|
const { caseless: t } = rr(this) && this || {}, e = {}, n = (r, i) => {
|
|
55
55
|
const s = t && nr(e, i) || i;
|
|
56
|
-
Je(e[s]) && Je(r) ? e[s] =
|
|
56
|
+
Je(e[s]) && Je(r) ? e[s] = Rt(e[s], r) : Je(r) ? e[s] = Rt({}, r) : ve(r) ? e[s] = r.slice() : e[s] = r;
|
|
57
57
|
};
|
|
58
58
|
for (let r = 0, i = arguments.length; r < i; r++)
|
|
59
|
-
arguments[r] &&
|
|
59
|
+
arguments[r] && Ie(arguments[r], n);
|
|
60
60
|
return e;
|
|
61
61
|
}
|
|
62
|
-
const di = (t, e, n, { allOwnKeys: r } = {}) => (
|
|
62
|
+
const di = (t, e, n, { allOwnKeys: r } = {}) => (Ie(e, (i, s) => {
|
|
63
63
|
n && z(i) ? t[s] = $n(i, n) : t[s] = i;
|
|
64
64
|
}, { allOwnKeys: r }), t), pi = (t) => (t.charCodeAt(0) === 65279 && (t = t.slice(1)), t), hi = (t, e, n, r) => {
|
|
65
65
|
t.prototype = Object.create(e.prototype, r), t.prototype.constructor = t, Object.defineProperty(t, "super", {
|
|
@@ -112,7 +112,7 @@ const di = (t, e, n, { allOwnKeys: r } = {}) => (Ce(e, (i, s) => {
|
|
|
112
112
|
}
|
|
113
113
|
), un = (({ hasOwnProperty: t }) => (e, n) => t.call(e, n))(Object.prototype), Si = J("RegExp"), ir = (t, e) => {
|
|
114
114
|
const n = Object.getOwnPropertyDescriptors(t), r = {};
|
|
115
|
-
|
|
115
|
+
Ie(n, (i, s) => {
|
|
116
116
|
let o;
|
|
117
117
|
(o = e(i, s, t)) !== !1 && (r[s] = o || i);
|
|
118
118
|
}), Object.defineProperties(t, r);
|
|
@@ -139,21 +139,21 @@ const di = (t, e, n, { allOwnKeys: r } = {}) => (Ce(e, (i, s) => {
|
|
|
139
139
|
};
|
|
140
140
|
return ve(t) ? r(t) : r(String(t).split(e)), n;
|
|
141
141
|
}, xi = () => {
|
|
142
|
-
},
|
|
142
|
+
}, ki = (t, e) => t != null && Number.isFinite(t = +t) ? t : e, dt = "abcdefghijklmnopqrstuvwxyz", fn = "0123456789", or = {
|
|
143
143
|
DIGIT: fn,
|
|
144
144
|
ALPHA: dt,
|
|
145
145
|
ALPHA_DIGIT: dt + dt.toUpperCase() + fn
|
|
146
|
-
},
|
|
146
|
+
}, Ri = (t = 16, e = or.ALPHA_DIGIT) => {
|
|
147
147
|
let n = "";
|
|
148
148
|
const { length: r } = e;
|
|
149
149
|
for (; t--; )
|
|
150
150
|
n += e[Math.random() * r | 0];
|
|
151
151
|
return n;
|
|
152
152
|
};
|
|
153
|
-
function
|
|
153
|
+
function Oi(t) {
|
|
154
154
|
return !!(t && z(t.append) && t[Symbol.toStringTag] === "FormData" && t[Symbol.iterator]);
|
|
155
155
|
}
|
|
156
|
-
const
|
|
156
|
+
const Ii = (t) => {
|
|
157
157
|
const e = new Array(10), n = (r, i) => {
|
|
158
158
|
if (ot(r)) {
|
|
159
159
|
if (e.indexOf(r) >= 0)
|
|
@@ -161,16 +161,16 @@ const Ci = (t) => {
|
|
|
161
161
|
if (!("toJSON" in r)) {
|
|
162
162
|
e[i] = r;
|
|
163
163
|
const s = ve(r) ? [] : {};
|
|
164
|
-
return
|
|
164
|
+
return Ie(r, (o, a) => {
|
|
165
165
|
const l = n(o, i + 1);
|
|
166
|
-
!
|
|
166
|
+
!Oe(l) && (s[a] = l);
|
|
167
167
|
}), e[i] = void 0, s;
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
return r;
|
|
171
171
|
};
|
|
172
172
|
return n(t, 0);
|
|
173
|
-
},
|
|
173
|
+
}, Ci = J("AsyncFunction"), Pi = (t) => t && (ot(t) || z(t)) && z(t.then) && z(t.catch), sr = ((t, e) => t ? setImmediate : e ? ((n, r) => (oe.addEventListener("message", ({ source: i, data: s }) => {
|
|
174
174
|
i === oe && s === n && r.length && r.shift()();
|
|
175
175
|
}, !1), (i) => {
|
|
176
176
|
r.push(i), oe.postMessage(n, "*");
|
|
@@ -192,7 +192,7 @@ const Ci = (t) => {
|
|
|
192
192
|
isRequest: li,
|
|
193
193
|
isResponse: ci,
|
|
194
194
|
isHeaders: ui,
|
|
195
|
-
isUndefined:
|
|
195
|
+
isUndefined: Oe,
|
|
196
196
|
isDate: ei,
|
|
197
197
|
isFile: ti,
|
|
198
198
|
isBlob: ni,
|
|
@@ -202,8 +202,8 @@ const Ci = (t) => {
|
|
|
202
202
|
isURLSearchParams: si,
|
|
203
203
|
isTypedArray: _i,
|
|
204
204
|
isFileList: ri,
|
|
205
|
-
forEach:
|
|
206
|
-
merge:
|
|
205
|
+
forEach: Ie,
|
|
206
|
+
merge: Rt,
|
|
207
207
|
extend: di,
|
|
208
208
|
trim: fi,
|
|
209
209
|
stripBOM: pi,
|
|
@@ -224,15 +224,15 @@ const Ci = (t) => {
|
|
|
224
224
|
toObjectSet: Ti,
|
|
225
225
|
toCamelCase: Ai,
|
|
226
226
|
noop: xi,
|
|
227
|
-
toFiniteNumber:
|
|
227
|
+
toFiniteNumber: ki,
|
|
228
228
|
findKey: nr,
|
|
229
229
|
global: oe,
|
|
230
230
|
isContextDefined: rr,
|
|
231
231
|
ALPHABET: or,
|
|
232
|
-
generateString:
|
|
233
|
-
isSpecCompliantForm:
|
|
234
|
-
toJSONObject:
|
|
235
|
-
isAsyncFn:
|
|
232
|
+
generateString: Ri,
|
|
233
|
+
isSpecCompliantForm: Oi,
|
|
234
|
+
toJSONObject: Ii,
|
|
235
|
+
isAsyncFn: Ci,
|
|
236
236
|
isThenable: Pi,
|
|
237
237
|
setImmediate: sr,
|
|
238
238
|
asap: Bi
|
|
@@ -288,7 +288,7 @@ E.from = (t, e, n, r, i, s) => {
|
|
|
288
288
|
}, (a) => a !== "isAxiosError"), E.call(o, t.message, e, n, r, i), o.cause = t, o.name = t.name, s && Object.assign(o, s), o;
|
|
289
289
|
};
|
|
290
290
|
const Di = null;
|
|
291
|
-
function
|
|
291
|
+
function Ot(t) {
|
|
292
292
|
return d.isPlainObject(t) || d.isArray(t);
|
|
293
293
|
}
|
|
294
294
|
function cr(t) {
|
|
@@ -300,7 +300,7 @@ function dn(t, e, n) {
|
|
|
300
300
|
}).join(n ? "." : "") : e;
|
|
301
301
|
}
|
|
302
302
|
function Fi(t) {
|
|
303
|
-
return d.isArray(t) && !t.some(
|
|
303
|
+
return d.isArray(t) && !t.some(Ot);
|
|
304
304
|
}
|
|
305
305
|
const Ni = d.toFlatObject(d, {}, null, function(e) {
|
|
306
306
|
return /^is[A-Z]/.test(e);
|
|
@@ -328,12 +328,12 @@ function st(t, e, n) {
|
|
|
328
328
|
return d.isArrayBuffer(g) || d.isTypedArray(g) ? l && typeof Blob == "function" ? new Blob([g]) : Buffer.from(g) : g;
|
|
329
329
|
}
|
|
330
330
|
function u(g, w, _) {
|
|
331
|
-
let
|
|
331
|
+
let k = g;
|
|
332
332
|
if (g && !_ && typeof g == "object") {
|
|
333
333
|
if (d.endsWith(w, "{}"))
|
|
334
334
|
w = r ? w : w.slice(0, -2), g = JSON.stringify(g);
|
|
335
|
-
else if (d.isArray(g) && Fi(g) || (d.isFileList(g) || d.endsWith(w, "[]")) && (
|
|
336
|
-
return w = cr(w),
|
|
335
|
+
else if (d.isArray(g) && Fi(g) || (d.isFileList(g) || d.endsWith(w, "[]")) && (k = d.toArray(g)))
|
|
336
|
+
return w = cr(w), k.forEach(function(b, D) {
|
|
337
337
|
!(d.isUndefined(b) || b === null) && e.append(
|
|
338
338
|
// eslint-disable-next-line no-nested-ternary
|
|
339
339
|
o === !0 ? dn([w], D, s) : o === null ? w : w + "[]",
|
|
@@ -341,25 +341,25 @@ function st(t, e, n) {
|
|
|
341
341
|
);
|
|
342
342
|
}), !1;
|
|
343
343
|
}
|
|
344
|
-
return
|
|
344
|
+
return Ot(g) ? !0 : (e.append(dn(_, w, s), f(g)), !1);
|
|
345
345
|
}
|
|
346
346
|
const y = [], m = Object.assign(Ni, {
|
|
347
347
|
defaultVisitor: u,
|
|
348
348
|
convertValue: f,
|
|
349
|
-
isVisitable:
|
|
349
|
+
isVisitable: Ot
|
|
350
350
|
});
|
|
351
351
|
function A(g, w) {
|
|
352
352
|
if (!d.isUndefined(g)) {
|
|
353
353
|
if (y.indexOf(g) !== -1)
|
|
354
354
|
throw Error("Circular reference detected in " + w.join("."));
|
|
355
|
-
y.push(g), d.forEach(g, function(
|
|
356
|
-
(!(d.isUndefined(
|
|
355
|
+
y.push(g), d.forEach(g, function(k, R) {
|
|
356
|
+
(!(d.isUndefined(k) || k === null) && i.call(
|
|
357
357
|
e,
|
|
358
|
-
|
|
359
|
-
d.isString(
|
|
358
|
+
k,
|
|
359
|
+
d.isString(R) ? R.trim() : R,
|
|
360
360
|
w,
|
|
361
361
|
m
|
|
362
|
-
)) === !0 && A(
|
|
362
|
+
)) === !0 && A(k, w ? w.concat(R) : [R]);
|
|
363
363
|
}), y.pop();
|
|
364
364
|
}
|
|
365
365
|
}
|
|
@@ -476,26 +476,26 @@ const hn = Li, dr = {
|
|
|
476
476
|
Blob: zi
|
|
477
477
|
},
|
|
478
478
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
479
|
-
}, Jt = typeof window < "u" && typeof document < "u",
|
|
480
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function")(), Ji = Jt && window.location.href || "http://localhost",
|
|
479
|
+
}, Jt = typeof window < "u" && typeof document < "u", It = typeof navigator == "object" && navigator || void 0, Wi = Jt && (!It || ["ReactNative", "NativeScript", "NS"].indexOf(It.product) < 0), Qi = (() => typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
480
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function")(), Ji = Jt && window.location.href || "http://localhost", Vi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
481
481
|
__proto__: null,
|
|
482
482
|
hasBrowserEnv: Jt,
|
|
483
483
|
hasStandardBrowserEnv: Wi,
|
|
484
484
|
hasStandardBrowserWebWorkerEnv: Qi,
|
|
485
|
-
navigator:
|
|
485
|
+
navigator: It,
|
|
486
486
|
origin: Ji
|
|
487
487
|
}, Symbol.toStringTag, { value: "Module" })), H = {
|
|
488
|
-
...
|
|
488
|
+
...Vi,
|
|
489
489
|
...qi
|
|
490
490
|
};
|
|
491
|
-
function
|
|
491
|
+
function ji(t, e) {
|
|
492
492
|
return st(t, new H.classes.URLSearchParams(), Object.assign({
|
|
493
493
|
visitor: function(n, r, i, s) {
|
|
494
494
|
return H.isNode && d.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : s.defaultVisitor.apply(this, arguments);
|
|
495
495
|
}
|
|
496
496
|
}, e));
|
|
497
497
|
}
|
|
498
|
-
function
|
|
498
|
+
function Gi(t) {
|
|
499
499
|
return d.matchAll(/\w+|\[(\w*)]/g, t).map((e) => e[0] === "[]" ? "" : e[1] || e[0]);
|
|
500
500
|
}
|
|
501
501
|
function Ki(t) {
|
|
@@ -518,7 +518,7 @@ function pr(t) {
|
|
|
518
518
|
if (d.isFormData(t) && d.isFunction(t.entries)) {
|
|
519
519
|
const n = {};
|
|
520
520
|
return d.forEachEntry(t, (r, i) => {
|
|
521
|
-
e(
|
|
521
|
+
e(Gi(r), i, n, 0);
|
|
522
522
|
}), n;
|
|
523
523
|
}
|
|
524
524
|
return null;
|
|
@@ -533,7 +533,7 @@ function Yi(t, e, n) {
|
|
|
533
533
|
}
|
|
534
534
|
return (n || JSON.stringify)(t);
|
|
535
535
|
}
|
|
536
|
-
const
|
|
536
|
+
const Vt = {
|
|
537
537
|
transitional: dr,
|
|
538
538
|
adapter: ["xhr", "http", "fetch"],
|
|
539
539
|
transformRequest: [function(e, n) {
|
|
@@ -549,7 +549,7 @@ const jt = {
|
|
|
549
549
|
let a;
|
|
550
550
|
if (s) {
|
|
551
551
|
if (r.indexOf("application/x-www-form-urlencoded") > -1)
|
|
552
|
-
return
|
|
552
|
+
return ji(e, this.formSerializer).toString();
|
|
553
553
|
if ((a = d.isFileList(e)) || r.indexOf("multipart/form-data") > -1) {
|
|
554
554
|
const l = this.env && this.env.FormData;
|
|
555
555
|
return st(
|
|
@@ -562,7 +562,7 @@ const jt = {
|
|
|
562
562
|
return s || i ? (n.setContentType("application/json", !1), Yi(e)) : e;
|
|
563
563
|
}],
|
|
564
564
|
transformResponse: [function(e) {
|
|
565
|
-
const n = this.transitional ||
|
|
565
|
+
const n = this.transitional || Vt.transitional, r = n && n.forcedJSONParsing, i = this.responseType === "json";
|
|
566
566
|
if (d.isResponse(e) || d.isReadableStream(e))
|
|
567
567
|
return e;
|
|
568
568
|
if (e && d.isString(e) && (r && !this.responseType || i)) {
|
|
@@ -600,9 +600,9 @@ const jt = {
|
|
|
600
600
|
}
|
|
601
601
|
};
|
|
602
602
|
d.forEach(["delete", "get", "head", "post", "put", "patch"], (t) => {
|
|
603
|
-
|
|
603
|
+
Vt.headers[t] = {};
|
|
604
604
|
});
|
|
605
|
-
const
|
|
605
|
+
const jt = Vt, Xi = d.toObjectSet([
|
|
606
606
|
"age",
|
|
607
607
|
"authorization",
|
|
608
608
|
"content-length",
|
|
@@ -631,8 +631,8 @@ const Gt = jt, Xi = d.toObjectSet([
|
|
|
631
631
|
function Ee(t) {
|
|
632
632
|
return t && String(t).trim().toLowerCase();
|
|
633
633
|
}
|
|
634
|
-
function
|
|
635
|
-
return t === !1 || t == null ? t : d.isArray(t) ? t.map(
|
|
634
|
+
function Ve(t) {
|
|
635
|
+
return t === !1 || t == null ? t : d.isArray(t) ? t.map(Ve) : String(t);
|
|
636
636
|
}
|
|
637
637
|
function $i(t) {
|
|
638
638
|
const e = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
@@ -677,7 +677,7 @@ class at {
|
|
|
677
677
|
if (!u)
|
|
678
678
|
throw new Error("header name must be a non-empty string");
|
|
679
679
|
const y = d.findKey(i, u);
|
|
680
|
-
(!y || i[y] === void 0 || f === !0 || f === void 0 && i[y] !== !1) && (i[y || l] =
|
|
680
|
+
(!y || i[y] === void 0 || f === !0 || f === void 0 && i[y] !== !1) && (i[y || l] = Ve(a));
|
|
681
681
|
}
|
|
682
682
|
const o = (a, l) => d.forEach(a, (f, u) => s(f, u, l));
|
|
683
683
|
if (d.isPlainObject(e) || e instanceof this.constructor)
|
|
@@ -740,11 +740,11 @@ class at {
|
|
|
740
740
|
return d.forEach(this, (i, s) => {
|
|
741
741
|
const o = d.findKey(r, s);
|
|
742
742
|
if (o) {
|
|
743
|
-
n[o] =
|
|
743
|
+
n[o] = Ve(i), delete n[s];
|
|
744
744
|
return;
|
|
745
745
|
}
|
|
746
746
|
const a = e ? to(s) : String(s).trim();
|
|
747
|
-
a !== s && delete n[s], n[a] =
|
|
747
|
+
a !== s && delete n[s], n[a] = Ve(i), r[a] = !0;
|
|
748
748
|
}), this;
|
|
749
749
|
}
|
|
750
750
|
concat(...e) {
|
|
@@ -797,7 +797,7 @@ d.reduceDescriptors(at.prototype, ({ value: t }, e) => {
|
|
|
797
797
|
d.freezeMethods(at);
|
|
798
798
|
const Q = at;
|
|
799
799
|
function ht(t, e) {
|
|
800
|
-
const n = this ||
|
|
800
|
+
const n = this || jt, r = e || n, i = Q.from(r.headers);
|
|
801
801
|
let s = r.data;
|
|
802
802
|
return d.forEach(t, function(a) {
|
|
803
803
|
s = a.call(n, s, i.normalize(), e ? e.status : void 0);
|
|
@@ -1046,12 +1046,12 @@ const gr = (t) => {
|
|
|
1046
1046
|
}
|
|
1047
1047
|
let _ = new XMLHttpRequest();
|
|
1048
1048
|
_.open(i.method.toUpperCase(), i.url, !0), _.timeout = i.timeout;
|
|
1049
|
-
function
|
|
1049
|
+
function k() {
|
|
1050
1050
|
if (!_)
|
|
1051
1051
|
return;
|
|
1052
1052
|
const b = Q.from(
|
|
1053
1053
|
"getAllResponseHeaders" in _ && _.getAllResponseHeaders()
|
|
1054
|
-
),
|
|
1054
|
+
), O = {
|
|
1055
1055
|
data: !a || a === "text" || a === "json" ? _.responseText : _.response,
|
|
1056
1056
|
status: _.status,
|
|
1057
1057
|
statusText: _.statusText,
|
|
@@ -1063,31 +1063,31 @@ const gr = (t) => {
|
|
|
1063
1063
|
n(M), w();
|
|
1064
1064
|
}, function(M) {
|
|
1065
1065
|
r(M), w();
|
|
1066
|
-
},
|
|
1066
|
+
}, O), _ = null;
|
|
1067
1067
|
}
|
|
1068
|
-
"onloadend" in _ ? _.onloadend =
|
|
1069
|
-
!_ || _.readyState !== 4 || _.status === 0 && !(_.responseURL && _.responseURL.indexOf("file:") === 0) || setTimeout(
|
|
1068
|
+
"onloadend" in _ ? _.onloadend = k : _.onreadystatechange = function() {
|
|
1069
|
+
!_ || _.readyState !== 4 || _.status === 0 && !(_.responseURL && _.responseURL.indexOf("file:") === 0) || setTimeout(k);
|
|
1070
1070
|
}, _.onabort = function() {
|
|
1071
1071
|
_ && (r(new E("Request aborted", E.ECONNABORTED, t, _)), _ = null);
|
|
1072
1072
|
}, _.onerror = function() {
|
|
1073
1073
|
r(new E("Network Error", E.ERR_NETWORK, t, _)), _ = null;
|
|
1074
1074
|
}, _.ontimeout = function() {
|
|
1075
1075
|
let D = i.timeout ? "timeout of " + i.timeout + "ms exceeded" : "timeout exceeded";
|
|
1076
|
-
const
|
|
1076
|
+
const O = i.transitional || dr;
|
|
1077
1077
|
i.timeoutErrorMessage && (D = i.timeoutErrorMessage), r(new E(
|
|
1078
1078
|
D,
|
|
1079
|
-
|
|
1079
|
+
O.clarifyTimeoutError ? E.ETIMEDOUT : E.ECONNABORTED,
|
|
1080
1080
|
t,
|
|
1081
1081
|
_
|
|
1082
1082
|
)), _ = null;
|
|
1083
|
-
}, s === void 0 && o.setContentType(null), "setRequestHeader" in _ && d.forEach(o.toJSON(), function(D,
|
|
1084
|
-
_.setRequestHeader(
|
|
1083
|
+
}, s === void 0 && o.setContentType(null), "setRequestHeader" in _ && d.forEach(o.toJSON(), function(D, O) {
|
|
1084
|
+
_.setRequestHeader(O, D);
|
|
1085
1085
|
}), d.isUndefined(i.withCredentials) || (_.withCredentials = !!i.withCredentials), a && a !== "json" && (_.responseType = i.responseType), f && ([m, g] = Ye(f, !0), _.addEventListener("progress", m)), l && _.upload && ([y, A] = Ye(l), _.upload.addEventListener("progress", y), _.upload.addEventListener("loadend", A)), (i.cancelToken || i.signal) && (u = (b) => {
|
|
1086
1086
|
_ && (r(!b || b.type ? new we(null, t, _) : b), _.abort(), _ = null);
|
|
1087
1087
|
}, i.cancelToken && i.cancelToken.subscribe(u), i.signal && (i.signal.aborted ? u() : i.signal.addEventListener("abort", u)));
|
|
1088
|
-
const
|
|
1089
|
-
if (
|
|
1090
|
-
r(new E("Unsupported protocol " +
|
|
1088
|
+
const R = ro(i.url);
|
|
1089
|
+
if (R && H.protocols.indexOf(R) === -1) {
|
|
1090
|
+
r(new E("Unsupported protocol " + R + ":", E.ERR_BAD_REQUEST, t));
|
|
1091
1091
|
return;
|
|
1092
1092
|
}
|
|
1093
1093
|
_.send(s || null);
|
|
@@ -1188,8 +1188,8 @@ const gr = (t) => {
|
|
|
1188
1188
|
}
|
|
1189
1189
|
}).headers.has("Content-Type");
|
|
1190
1190
|
return t && !e;
|
|
1191
|
-
}), wn = 64 * 1024,
|
|
1192
|
-
stream:
|
|
1191
|
+
}), wn = 64 * 1024, Ct = _r && vr(() => d.isReadableStream(new Response("").body)), Xe = {
|
|
1192
|
+
stream: Ct && ((t) => t.body)
|
|
1193
1193
|
};
|
|
1194
1194
|
lt && ((t) => {
|
|
1195
1195
|
["text", "arrayBuffer", "blob", "formData", "stream"].forEach((e) => {
|
|
@@ -1238,21 +1238,21 @@ const wo = async (t) => {
|
|
|
1238
1238
|
let _;
|
|
1239
1239
|
try {
|
|
1240
1240
|
if (l && vo && n !== "get" && n !== "head" && (_ = await bo(u, r)) !== 0) {
|
|
1241
|
-
let
|
|
1241
|
+
let O = new Request(e, {
|
|
1242
1242
|
method: "POST",
|
|
1243
1243
|
body: r,
|
|
1244
1244
|
duplex: "half"
|
|
1245
1245
|
}), L;
|
|
1246
|
-
if (d.isFormData(r) && (L =
|
|
1246
|
+
if (d.isFormData(r) && (L = O.headers.get("content-type")) && u.setContentType(L), O.body) {
|
|
1247
1247
|
const [M, Y] = mn(
|
|
1248
1248
|
_,
|
|
1249
1249
|
Ye(gn(l))
|
|
1250
1250
|
);
|
|
1251
|
-
r = vn(
|
|
1251
|
+
r = vn(O.body, wn, M, Y);
|
|
1252
1252
|
}
|
|
1253
1253
|
}
|
|
1254
1254
|
d.isString(y) || (y = y ? "include" : "omit");
|
|
1255
|
-
const
|
|
1255
|
+
const k = "credentials" in Request.prototype;
|
|
1256
1256
|
g = new Request(e, {
|
|
1257
1257
|
...m,
|
|
1258
1258
|
signal: A,
|
|
@@ -1260,45 +1260,45 @@ const wo = async (t) => {
|
|
|
1260
1260
|
headers: u.normalize().toJSON(),
|
|
1261
1261
|
body: r,
|
|
1262
1262
|
duplex: "half",
|
|
1263
|
-
credentials:
|
|
1263
|
+
credentials: k ? y : void 0
|
|
1264
1264
|
});
|
|
1265
|
-
let
|
|
1266
|
-
const b =
|
|
1267
|
-
if (
|
|
1268
|
-
const
|
|
1269
|
-
["status", "statusText", "headers"].forEach((
|
|
1270
|
-
|
|
1265
|
+
let R = await fetch(g);
|
|
1266
|
+
const b = Ct && (f === "stream" || f === "response");
|
|
1267
|
+
if (Ct && (a || b && w)) {
|
|
1268
|
+
const O = {};
|
|
1269
|
+
["status", "statusText", "headers"].forEach((V) => {
|
|
1270
|
+
O[V] = R[V];
|
|
1271
1271
|
});
|
|
1272
|
-
const L = d.toFiniteNumber(
|
|
1272
|
+
const L = d.toFiniteNumber(R.headers.get("content-length")), [M, Y] = a && mn(
|
|
1273
1273
|
L,
|
|
1274
1274
|
Ye(gn(a), !0)
|
|
1275
1275
|
) || [];
|
|
1276
|
-
|
|
1277
|
-
vn(
|
|
1276
|
+
R = new Response(
|
|
1277
|
+
vn(R.body, wn, M, () => {
|
|
1278
1278
|
Y && Y(), w && w();
|
|
1279
1279
|
}),
|
|
1280
|
-
|
|
1280
|
+
O
|
|
1281
1281
|
);
|
|
1282
1282
|
}
|
|
1283
1283
|
f = f || "text";
|
|
1284
|
-
let D = await Xe[d.findKey(Xe, f) || "text"](
|
|
1285
|
-
return !b && w && w(), await new Promise((
|
|
1286
|
-
yr(
|
|
1284
|
+
let D = await Xe[d.findKey(Xe, f) || "text"](R, t);
|
|
1285
|
+
return !b && w && w(), await new Promise((O, L) => {
|
|
1286
|
+
yr(O, L, {
|
|
1287
1287
|
data: D,
|
|
1288
|
-
headers: Q.from(
|
|
1289
|
-
status:
|
|
1290
|
-
statusText:
|
|
1288
|
+
headers: Q.from(R.headers),
|
|
1289
|
+
status: R.status,
|
|
1290
|
+
statusText: R.statusText,
|
|
1291
1291
|
config: t,
|
|
1292
1292
|
request: g
|
|
1293
1293
|
});
|
|
1294
1294
|
});
|
|
1295
|
-
} catch (
|
|
1296
|
-
throw w && w(),
|
|
1295
|
+
} catch (k) {
|
|
1296
|
+
throw w && w(), k && k.name === "TypeError" && /fetch/i.test(k.message) ? Object.assign(
|
|
1297
1297
|
new E("Network Error", E.ERR_NETWORK, t, g),
|
|
1298
1298
|
{
|
|
1299
|
-
cause:
|
|
1299
|
+
cause: k.cause || k
|
|
1300
1300
|
}
|
|
1301
|
-
) : E.from(
|
|
1301
|
+
) : E.from(k, k && k.code, t, g);
|
|
1302
1302
|
}
|
|
1303
1303
|
}), Pt = {
|
|
1304
1304
|
http: Di,
|
|
@@ -1353,7 +1353,7 @@ function An(t) {
|
|
|
1353
1353
|
return yt(t), t.headers = Q.from(t.headers), t.data = ht.call(
|
|
1354
1354
|
t,
|
|
1355
1355
|
t.transformRequest
|
|
1356
|
-
), ["post", "put", "patch"].indexOf(t.method) !== -1 && t.headers.setContentType("application/x-www-form-urlencoded", !1), wr.getAdapter(t.adapter ||
|
|
1356
|
+
), ["post", "put", "patch"].indexOf(t.method) !== -1 && t.headers.setContentType("application/x-www-form-urlencoded", !1), wr.getAdapter(t.adapter || jt.adapter)(t).then(function(r) {
|
|
1357
1357
|
return yt(t), r.data = ht.call(
|
|
1358
1358
|
t,
|
|
1359
1359
|
t.transformResponse,
|
|
@@ -1367,14 +1367,14 @@ function An(t) {
|
|
|
1367
1367
|
), r.response.headers = Q.from(r.response.headers))), Promise.reject(r);
|
|
1368
1368
|
});
|
|
1369
1369
|
}
|
|
1370
|
-
const br = "1.7.7",
|
|
1370
|
+
const br = "1.7.7", Gt = {};
|
|
1371
1371
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((t, e) => {
|
|
1372
|
-
|
|
1372
|
+
Gt[t] = function(r) {
|
|
1373
1373
|
return typeof r === t || "a" + (e < 1 ? "n " : " ") + t;
|
|
1374
1374
|
};
|
|
1375
1375
|
});
|
|
1376
1376
|
const Sn = {};
|
|
1377
|
-
|
|
1377
|
+
Gt.transitional = function(e, n, r) {
|
|
1378
1378
|
function i(s, o) {
|
|
1379
1379
|
return "[Axios v" + br + "] Transitional option '" + s + "'" + o + (r ? ". " + r : "");
|
|
1380
1380
|
}
|
|
@@ -1411,7 +1411,7 @@ function Eo(t, e, n) {
|
|
|
1411
1411
|
}
|
|
1412
1412
|
const Bt = {
|
|
1413
1413
|
assertOptions: Eo,
|
|
1414
|
-
validators:
|
|
1414
|
+
validators: Gt
|
|
1415
1415
|
}, ee = Bt.validators;
|
|
1416
1416
|
class Ze {
|
|
1417
1417
|
constructor(e) {
|
|
@@ -1534,7 +1534,7 @@ d.forEach(["post", "put", "patch"], function(e) {
|
|
|
1534
1534
|
}
|
|
1535
1535
|
Ze.prototype[e] = n(), Ze.prototype[e + "Form"] = n(!0);
|
|
1536
1536
|
});
|
|
1537
|
-
const
|
|
1537
|
+
const je = Ze;
|
|
1538
1538
|
class Kt {
|
|
1539
1539
|
constructor(e) {
|
|
1540
1540
|
if (typeof e != "function")
|
|
@@ -1615,7 +1615,7 @@ function xo(t) {
|
|
|
1615
1615
|
return t.apply(null, n);
|
|
1616
1616
|
};
|
|
1617
1617
|
}
|
|
1618
|
-
function
|
|
1618
|
+
function ko(t) {
|
|
1619
1619
|
return d.isObject(t) && t.isAxiosError === !0;
|
|
1620
1620
|
}
|
|
1621
1621
|
const Dt = {
|
|
@@ -1686,15 +1686,15 @@ const Dt = {
|
|
|
1686
1686
|
Object.entries(Dt).forEach(([t, e]) => {
|
|
1687
1687
|
Dt[e] = t;
|
|
1688
1688
|
});
|
|
1689
|
-
const
|
|
1689
|
+
const Ro = Dt;
|
|
1690
1690
|
function Ar(t) {
|
|
1691
|
-
const e = new
|
|
1692
|
-
return d.extend(n,
|
|
1691
|
+
const e = new je(t), n = $n(je.prototype.request, e);
|
|
1692
|
+
return d.extend(n, je.prototype, e, { allOwnKeys: !0 }), d.extend(n, e, null, { allOwnKeys: !0 }), n.create = function(i) {
|
|
1693
1693
|
return Ar(le(t, i));
|
|
1694
1694
|
}, n;
|
|
1695
1695
|
}
|
|
1696
|
-
const P = Ar(
|
|
1697
|
-
P.Axios =
|
|
1696
|
+
const P = Ar(jt);
|
|
1697
|
+
P.Axios = je;
|
|
1698
1698
|
P.CanceledError = we;
|
|
1699
1699
|
P.CancelToken = To;
|
|
1700
1700
|
P.isCancel = hr;
|
|
@@ -1706,20 +1706,20 @@ P.all = function(e) {
|
|
|
1706
1706
|
return Promise.all(e);
|
|
1707
1707
|
};
|
|
1708
1708
|
P.spread = xo;
|
|
1709
|
-
P.isAxiosError =
|
|
1709
|
+
P.isAxiosError = ko;
|
|
1710
1710
|
P.mergeConfig = le;
|
|
1711
1711
|
P.AxiosHeaders = Q;
|
|
1712
1712
|
P.formToJSON = (t) => pr(d.isHTMLForm(t) ? new FormData(t) : t);
|
|
1713
1713
|
P.getAdapter = wr.getAdapter;
|
|
1714
|
-
P.HttpStatusCode =
|
|
1714
|
+
P.HttpStatusCode = Ro;
|
|
1715
1715
|
P.default = P;
|
|
1716
1716
|
const Sr = P;
|
|
1717
|
-
var pe = window.navigator.userAgent, Er = "ActiveXObject" in window,
|
|
1717
|
+
var pe = window.navigator.userAgent, Er = "ActiveXObject" in window, Oo = pe.match(/Chrome/i), Io = !!(pe.match(/(iPhone|iPad|iPod)/i) || pe.match(/Android/i) || pe.match(/Windows Phone/i) || pe.match(
|
|
1718
1718
|
/IEMobile/i
|
|
1719
1719
|
)), Tr = null, Yt, Xt, Zt, $t;
|
|
1720
1720
|
Yt = Xt = Zt = $t = !1;
|
|
1721
|
-
var
|
|
1722
|
-
if (
|
|
1721
|
+
var Co = navigator.appName;
|
|
1722
|
+
if (Co == "Microsoft Internet Explorer" || Er) {
|
|
1723
1723
|
var En = pe.match(/MSIE (\d+[.\d]*)/);
|
|
1724
1724
|
if (En) {
|
|
1725
1725
|
var Tn = En[1];
|
|
@@ -1729,11 +1729,11 @@ if (Io == "Microsoft Internet Explorer" || Er) {
|
|
|
1729
1729
|
}
|
|
1730
1730
|
}
|
|
1731
1731
|
const Po = {
|
|
1732
|
-
isChrome:
|
|
1732
|
+
isChrome: Oo,
|
|
1733
1733
|
// 是否Chrome浏览器
|
|
1734
1734
|
isIE: Er,
|
|
1735
1735
|
// 是否IE浏览器
|
|
1736
|
-
isMobile:
|
|
1736
|
+
isMobile: Io,
|
|
1737
1737
|
// 是否移动端
|
|
1738
1738
|
IEVersion: Tr,
|
|
1739
1739
|
isIE8: Yt,
|
|
@@ -1820,7 +1820,7 @@ let en = Sr.create({
|
|
|
1820
1820
|
retryDelay: 1e3
|
|
1821
1821
|
});
|
|
1822
1822
|
en.interceptors.request.use((t) => {
|
|
1823
|
-
if (t.headers.vc = 5e4, t.headers.channel_code = he.get("ass_channel_code"), t.headers.user_id = he.get("ass_user_id"), t.headers.access_token = he.get("ass_access_token"), t.url == "/api/v1/user/info.json" && (t.baseURL = "https://open.play.cn"), !(t.method === "post" || t.method === "put")) {
|
|
1823
|
+
if (t.headers.vc = 5e4, t.headers.channel_code = he.get("ass_channel_code"), t.headers.channel_code = "80000000", t.headers.user_id = he.get("ass_user_id"), t.headers.access_token = he.get("ass_access_token"), t.headers.access_token = "52ab7885a210219e13f43818374f1596", t.url == "/api/v1/user/info.json" && (t.baseURL = "https://open.play.cn"), !(t.method === "post" || t.method === "put")) {
|
|
1824
1824
|
if (t.method === "get" && Po.isIE) {
|
|
1825
1825
|
let e = t.url.indexOf("?") >= 0 ? "&" : "?";
|
|
1826
1826
|
t.url += e + "_=" + Date.now();
|
|
@@ -1860,7 +1860,7 @@ function No(t) {
|
|
|
1860
1860
|
});
|
|
1861
1861
|
}), n;
|
|
1862
1862
|
}
|
|
1863
|
-
var Uo = Error, Lo = EvalError, Mo = RangeError, Ho = ReferenceError, xr = SyntaxError,
|
|
1863
|
+
var Uo = Error, Lo = EvalError, Mo = RangeError, Ho = ReferenceError, xr = SyntaxError, Ce = TypeError, zo = URIError, qo = function() {
|
|
1864
1864
|
if (typeof Symbol != "function" || typeof Object.getOwnPropertySymbols != "function")
|
|
1865
1865
|
return !1;
|
|
1866
1866
|
if (typeof Symbol.iterator == "symbol")
|
|
@@ -1883,14 +1883,14 @@ var Uo = Error, Lo = EvalError, Mo = RangeError, Ho = ReferenceError, xr = Synta
|
|
|
1883
1883
|
return !1;
|
|
1884
1884
|
}
|
|
1885
1885
|
return !0;
|
|
1886
|
-
},
|
|
1887
|
-
return typeof
|
|
1886
|
+
}, kn = typeof Symbol < "u" && Symbol, Wo = qo, Qo = function() {
|
|
1887
|
+
return typeof kn != "function" || typeof Symbol != "function" || typeof kn("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : Wo();
|
|
1888
1888
|
}, mt = {
|
|
1889
1889
|
__proto__: null,
|
|
1890
1890
|
foo: {}
|
|
1891
|
-
}, Jo = Object,
|
|
1891
|
+
}, Jo = Object, Vo = function() {
|
|
1892
1892
|
return { __proto__: mt }.foo === mt.foo && !(mt instanceof Jo);
|
|
1893
|
-
},
|
|
1893
|
+
}, jo = "Function.prototype.bind called on incompatible ", Go = Object.prototype.toString, Ko = Math.max, Yo = "[object Function]", Rn = function(e, n) {
|
|
1894
1894
|
for (var r = [], i = 0; i < e.length; i += 1)
|
|
1895
1895
|
r[i] = e[i];
|
|
1896
1896
|
for (var s = 0; s < n.length; s += 1)
|
|
@@ -1906,19 +1906,19 @@ var Uo = Error, Lo = EvalError, Mo = RangeError, Ho = ReferenceError, xr = Synta
|
|
|
1906
1906
|
return n;
|
|
1907
1907
|
}, $o = function(e) {
|
|
1908
1908
|
var n = this;
|
|
1909
|
-
if (typeof n != "function" ||
|
|
1910
|
-
throw new TypeError(
|
|
1909
|
+
if (typeof n != "function" || Go.apply(n) !== Yo)
|
|
1910
|
+
throw new TypeError(jo + n);
|
|
1911
1911
|
for (var r = Xo(arguments, 1), i, s = function() {
|
|
1912
1912
|
if (this instanceof i) {
|
|
1913
1913
|
var u = n.apply(
|
|
1914
1914
|
this,
|
|
1915
|
-
|
|
1915
|
+
Rn(r, arguments)
|
|
1916
1916
|
);
|
|
1917
1917
|
return Object(u) === u ? u : this;
|
|
1918
1918
|
}
|
|
1919
1919
|
return n.apply(
|
|
1920
1920
|
e,
|
|
1921
|
-
|
|
1921
|
+
Rn(r, arguments)
|
|
1922
1922
|
);
|
|
1923
1923
|
}, o = Ko(0, n.length - r.length), a = [], l = 0; l < o; l++)
|
|
1924
1924
|
a[l] = "$" + l;
|
|
@@ -1928,9 +1928,9 @@ var Uo = Error, Lo = EvalError, Mo = RangeError, Ho = ReferenceError, xr = Synta
|
|
|
1928
1928
|
f.prototype = n.prototype, i.prototype = new f(), f.prototype = null;
|
|
1929
1929
|
}
|
|
1930
1930
|
return i;
|
|
1931
|
-
}, es = $o, tn = Function.prototype.bind || es, ts = Function.prototype.call, ns = Object.prototype.hasOwnProperty, rs = tn, is = rs.call(ts, ns), x, os = Uo, ss = Lo, as = Mo, ls = Ho, me = xr, ye =
|
|
1931
|
+
}, es = $o, tn = Function.prototype.bind || es, ts = Function.prototype.call, ns = Object.prototype.hasOwnProperty, rs = tn, is = rs.call(ts, ns), x, os = Uo, ss = Lo, as = Mo, ls = Ho, me = xr, ye = Ce, cs = zo, kr = Function, gt = function(t) {
|
|
1932
1932
|
try {
|
|
1933
|
-
return
|
|
1933
|
+
return kr('"use strict"; return (' + t + ").constructor;")();
|
|
1934
1934
|
} catch {
|
|
1935
1935
|
}
|
|
1936
1936
|
}, se = Object.getOwnPropertyDescriptor;
|
|
@@ -1952,7 +1952,7 @@ var _t = function() {
|
|
|
1952
1952
|
return _t;
|
|
1953
1953
|
}
|
|
1954
1954
|
}
|
|
1955
|
-
}() : _t, ue = Qo(), fs =
|
|
1955
|
+
}() : _t, ue = Qo(), fs = Vo(), F = Object.getPrototypeOf || (fs ? function(t) {
|
|
1956
1956
|
return t.__proto__;
|
|
1957
1957
|
} : null), de = {}, ds = typeof Uint8Array > "u" || !F ? x : F(Uint8Array), ae = {
|
|
1958
1958
|
__proto__: null,
|
|
@@ -1983,7 +1983,7 @@ var _t = function() {
|
|
|
1983
1983
|
"%Float32Array%": typeof Float32Array > "u" ? x : Float32Array,
|
|
1984
1984
|
"%Float64Array%": typeof Float64Array > "u" ? x : Float64Array,
|
|
1985
1985
|
"%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? x : FinalizationRegistry,
|
|
1986
|
-
"%Function%":
|
|
1986
|
+
"%Function%": kr,
|
|
1987
1987
|
"%GeneratorFunction%": de,
|
|
1988
1988
|
"%Int8Array%": typeof Int8Array > "u" ? x : Int8Array,
|
|
1989
1989
|
"%Int16Array%": typeof Int16Array > "u" ? x : Int16Array,
|
|
@@ -2047,7 +2047,7 @@ var hs = function t(e) {
|
|
|
2047
2047
|
i && F && (n = F(i.prototype));
|
|
2048
2048
|
}
|
|
2049
2049
|
return ae[e] = n, n;
|
|
2050
|
-
},
|
|
2050
|
+
}, On = {
|
|
2051
2051
|
__proto__: null,
|
|
2052
2052
|
"%ArrayBufferPrototype%": ["ArrayBuffer", "prototype"],
|
|
2053
2053
|
"%ArrayPrototype%": ["Array", "prototype"],
|
|
@@ -2100,19 +2100,19 @@ var hs = function t(e) {
|
|
|
2100
2100
|
"%URIErrorPrototype%": ["URIError", "prototype"],
|
|
2101
2101
|
"%WeakMapPrototype%": ["WeakMap", "prototype"],
|
|
2102
2102
|
"%WeakSetPrototype%": ["WeakSet", "prototype"]
|
|
2103
|
-
}, Pe = tn, $e = is, ys = Pe.call(Function.call, Array.prototype.concat), ms = Pe.call(Function.apply, Array.prototype.splice),
|
|
2103
|
+
}, Pe = tn, $e = is, ys = Pe.call(Function.call, Array.prototype.concat), ms = Pe.call(Function.apply, Array.prototype.splice), In = Pe.call(Function.call, String.prototype.replace), et = Pe.call(Function.call, String.prototype.slice), gs = Pe.call(Function.call, RegExp.prototype.exec), _s = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, vs = /\\(\\)?/g, ws = function(e) {
|
|
2104
2104
|
var n = et(e, 0, 1), r = et(e, -1);
|
|
2105
2105
|
if (n === "%" && r !== "%")
|
|
2106
2106
|
throw new me("invalid intrinsic syntax, expected closing `%`");
|
|
2107
2107
|
if (r === "%" && n !== "%")
|
|
2108
2108
|
throw new me("invalid intrinsic syntax, expected opening `%`");
|
|
2109
2109
|
var i = [];
|
|
2110
|
-
return
|
|
2111
|
-
i[i.length] = a ?
|
|
2110
|
+
return In(e, _s, function(s, o, a, l) {
|
|
2111
|
+
i[i.length] = a ? In(l, vs, "$1") : o || s;
|
|
2112
2112
|
}), i;
|
|
2113
2113
|
}, bs = function(e, n) {
|
|
2114
2114
|
var r = e, i;
|
|
2115
|
-
if ($e(
|
|
2115
|
+
if ($e(On, r) && (i = On[r], r = "%" + i[0] + "%"), $e(ae, r)) {
|
|
2116
2116
|
var s = ae[r];
|
|
2117
2117
|
if (s === de && (s = hs(r)), typeof s > "u" && !n)
|
|
2118
2118
|
throw new ye("intrinsic " + e + " exists, but is not available. Please file an issue!");
|
|
@@ -2153,11 +2153,11 @@ var hs = function t(e) {
|
|
|
2153
2153
|
}
|
|
2154
2154
|
}
|
|
2155
2155
|
return a;
|
|
2156
|
-
},
|
|
2156
|
+
}, Rr = { exports: {} }, vt, Cn;
|
|
2157
2157
|
function nn() {
|
|
2158
|
-
if (
|
|
2158
|
+
if (Cn)
|
|
2159
2159
|
return vt;
|
|
2160
|
-
|
|
2160
|
+
Cn = 1;
|
|
2161
2161
|
var t = be, e = t("%Object.defineProperty%", !0) || !1;
|
|
2162
2162
|
if (e)
|
|
2163
2163
|
try {
|
|
@@ -2167,14 +2167,14 @@ function nn() {
|
|
|
2167
2167
|
}
|
|
2168
2168
|
return vt = e, vt;
|
|
2169
2169
|
}
|
|
2170
|
-
var As = be,
|
|
2171
|
-
if (
|
|
2170
|
+
var As = be, Ge = As("%Object.getOwnPropertyDescriptor%", !0);
|
|
2171
|
+
if (Ge)
|
|
2172
2172
|
try {
|
|
2173
|
-
|
|
2173
|
+
Ge([], "length");
|
|
2174
2174
|
} catch {
|
|
2175
|
-
|
|
2175
|
+
Ge = null;
|
|
2176
2176
|
}
|
|
2177
|
-
var
|
|
2177
|
+
var Or = Ge, Pn = nn(), Ss = xr, fe = Ce, Bn = Or, Es = function(e, n, r) {
|
|
2178
2178
|
if (!e || typeof e != "object" && typeof e != "function")
|
|
2179
2179
|
throw new fe("`obj` must be an object or a function`");
|
|
2180
2180
|
if (typeof n != "string" && typeof n != "symbol")
|
|
@@ -2199,10 +2199,10 @@ var kr = Ve, Pn = nn(), Ss = xr, fe = Ie, Bn = kr, Es = function(e, n, r) {
|
|
|
2199
2199
|
e[n] = r;
|
|
2200
2200
|
else
|
|
2201
2201
|
throw new Ss("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
|
|
2202
|
-
}, Nt = nn(),
|
|
2202
|
+
}, Nt = nn(), Ir = function() {
|
|
2203
2203
|
return !!Nt;
|
|
2204
2204
|
};
|
|
2205
|
-
|
|
2205
|
+
Ir.hasArrayLengthDefineBug = function() {
|
|
2206
2206
|
if (!Nt)
|
|
2207
2207
|
return null;
|
|
2208
2208
|
try {
|
|
@@ -2211,17 +2211,17 @@ Cr.hasArrayLengthDefineBug = function() {
|
|
|
2211
2211
|
return !0;
|
|
2212
2212
|
}
|
|
2213
2213
|
};
|
|
2214
|
-
var Ts =
|
|
2214
|
+
var Ts = Ir, xs = be, Dn = Es, ks = Ts(), Fn = Or, Nn = Ce, Rs = xs("%Math.floor%"), Os = function(e, n) {
|
|
2215
2215
|
if (typeof e != "function")
|
|
2216
2216
|
throw new Nn("`fn` is not a function");
|
|
2217
|
-
if (typeof n != "number" || n < 0 || n > 4294967295 ||
|
|
2217
|
+
if (typeof n != "number" || n < 0 || n > 4294967295 || Rs(n) !== n)
|
|
2218
2218
|
throw new Nn("`length` must be a positive 32-bit integer");
|
|
2219
2219
|
var r = arguments.length > 2 && !!arguments[2], i = !0, s = !0;
|
|
2220
2220
|
if ("length" in e && Fn) {
|
|
2221
2221
|
var o = Fn(e, "length");
|
|
2222
2222
|
o && !o.configurable && (i = !1), o && !o.writable && (s = !1);
|
|
2223
2223
|
}
|
|
2224
|
-
return (i || s || !r) && (
|
|
2224
|
+
return (i || s || !r) && (ks ? Dn(
|
|
2225
2225
|
/** @type {Parameters<define>[0]} */
|
|
2226
2226
|
e,
|
|
2227
2227
|
"length",
|
|
@@ -2236,7 +2236,7 @@ var Ts = Cr, xs = be, Dn = Es, Rs = Ts(), Fn = kr, Nn = Ie, Os = xs("%Math.floor
|
|
|
2236
2236
|
)), e;
|
|
2237
2237
|
};
|
|
2238
2238
|
(function(t) {
|
|
2239
|
-
var e = tn, n = be, r =
|
|
2239
|
+
var e = tn, n = be, r = Os, i = Ce, s = n("%Function.prototype.apply%"), o = n("%Function.prototype.call%"), a = n("%Reflect.apply%", !0) || e.call(o, s), l = nn(), f = n("%Math.max%");
|
|
2240
2240
|
t.exports = function(m) {
|
|
2241
2241
|
if (typeof m != "function")
|
|
2242
2242
|
throw new i("a function is required");
|
|
@@ -2251,16 +2251,16 @@ var Ts = Cr, xs = be, Dn = Es, Rs = Ts(), Fn = kr, Nn = Ie, Os = xs("%Math.floor
|
|
|
2251
2251
|
return a(e, s, arguments);
|
|
2252
2252
|
};
|
|
2253
2253
|
l ? l(t.exports, "apply", { value: u }) : t.exports.apply = u;
|
|
2254
|
-
})(
|
|
2255
|
-
var
|
|
2256
|
-
var r =
|
|
2257
|
-
return typeof r == "function" &&
|
|
2254
|
+
})(Rr);
|
|
2255
|
+
var Is = Rr.exports, Cr = be, Pr = Is, Cs = Pr(Cr("String.prototype.indexOf")), Ps = function(e, n) {
|
|
2256
|
+
var r = Cr(e, !!n);
|
|
2257
|
+
return typeof r == "function" && Cs(e, ".prototype.") > -1 ? Pr(r) : r;
|
|
2258
2258
|
};
|
|
2259
2259
|
const Bs = {}, Ds = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2260
2260
|
__proto__: null,
|
|
2261
2261
|
default: Bs
|
|
2262
2262
|
}, Symbol.toStringTag, { value: "Module" })), Fs = /* @__PURE__ */ No(Ds);
|
|
2263
|
-
var rn = typeof Map == "function" && Map.prototype, wt = Object.getOwnPropertyDescriptor && rn ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, tt = rn && wt && typeof wt.get == "function" ? wt.get : null, Un = rn && Map.prototype.forEach, on = typeof Set == "function" && Set.prototype, bt = Object.getOwnPropertyDescriptor && on ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, nt = on && bt && typeof bt.get == "function" ? bt.get : null, Ln = on && Set.prototype.forEach, Ns = typeof WeakMap == "function" && WeakMap.prototype, xe = Ns ? WeakMap.prototype.has : null, Us = typeof WeakSet == "function" && WeakSet.prototype,
|
|
2263
|
+
var rn = typeof Map == "function" && Map.prototype, wt = Object.getOwnPropertyDescriptor && rn ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, tt = rn && wt && typeof wt.get == "function" ? wt.get : null, Un = rn && Map.prototype.forEach, on = typeof Set == "function" && Set.prototype, bt = Object.getOwnPropertyDescriptor && on ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, nt = on && bt && typeof bt.get == "function" ? bt.get : null, Ln = on && Set.prototype.forEach, Ns = typeof WeakMap == "function" && WeakMap.prototype, xe = Ns ? WeakMap.prototype.has : null, Us = typeof WeakSet == "function" && WeakSet.prototype, ke = Us ? WeakSet.prototype.has : null, Ls = typeof WeakRef == "function" && WeakRef.prototype, Mn = Ls ? WeakRef.prototype.deref : null, Ms = Boolean.prototype.valueOf, Hs = Object.prototype.toString, zs = Function.prototype.toString, qs = String.prototype.match, sn = String.prototype.slice, ne = String.prototype.replace, Ws = String.prototype.toUpperCase, Hn = String.prototype.toLowerCase, Br = RegExp.prototype.test, zn = Array.prototype.concat, K = Array.prototype.join, Qs = Array.prototype.slice, qn = Math.floor, Ut = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, At = Object.getOwnPropertySymbols, Lt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, ge = typeof Symbol == "function" && typeof Symbol.iterator == "object", U = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === ge || "symbol") ? Symbol.toStringTag : null, Dr = Object.prototype.propertyIsEnumerable, Wn = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(t) {
|
|
2264
2264
|
return t.__proto__;
|
|
2265
2265
|
} : null);
|
|
2266
2266
|
function Qn(t, e) {
|
|
@@ -2276,7 +2276,7 @@ function Qn(t, e) {
|
|
|
2276
2276
|
}
|
|
2277
2277
|
return ne.call(e, n, "$&_");
|
|
2278
2278
|
}
|
|
2279
|
-
var Mt = Fs, Jn = Mt.custom,
|
|
2279
|
+
var Mt = Fs, Jn = Mt.custom, Vn = Nr(Jn) ? Jn : null, Js = function t(e, n, r, i) {
|
|
2280
2280
|
var s = n || {};
|
|
2281
2281
|
if (te(s, "quoteStyle") && s.quoteStyle !== "single" && s.quoteStyle !== "double")
|
|
2282
2282
|
throw new TypeError('option "quoteStyle" must be "single" or "double"');
|
|
@@ -2316,16 +2316,16 @@ var Mt = Fs, Jn = Mt.custom, jn = Nr(Jn) ? Jn : null, Js = function t(e, n, r, i
|
|
|
2316
2316
|
i = [];
|
|
2317
2317
|
else if (Ur(i, e) >= 0)
|
|
2318
2318
|
return "[Circular]";
|
|
2319
|
-
function m(
|
|
2319
|
+
function m(W, Z, $) {
|
|
2320
2320
|
if (Z && (i = Qs.call(i), i.push(Z)), $) {
|
|
2321
2321
|
var Se = {
|
|
2322
2322
|
depth: s.depth
|
|
2323
2323
|
};
|
|
2324
|
-
return te(s, "quoteStyle") && (Se.quoteStyle = s.quoteStyle), t(
|
|
2324
|
+
return te(s, "quoteStyle") && (Se.quoteStyle = s.quoteStyle), t(W, Se, r + 1, i);
|
|
2325
2325
|
}
|
|
2326
|
-
return t(
|
|
2326
|
+
return t(W, s, r + 1, i);
|
|
2327
2327
|
}
|
|
2328
|
-
if (typeof e == "function" && !
|
|
2328
|
+
if (typeof e == "function" && !jn(e)) {
|
|
2329
2329
|
var A = ea(e), g = Le(e, m);
|
|
2330
2330
|
return "[Function" + (A ? ": " + A : " (anonymous)") + "]" + (g.length > 0 ? " { " + K.call(g, ", ") + " }" : "");
|
|
2331
2331
|
}
|
|
@@ -2334,8 +2334,8 @@ var Mt = Fs, Jn = Mt.custom, jn = Nr(Jn) ? Jn : null, Js = function t(e, n, r, i
|
|
|
2334
2334
|
return typeof e == "object" && !ge ? Te(w) : w;
|
|
2335
2335
|
}
|
|
2336
2336
|
if (sa(e)) {
|
|
2337
|
-
for (var _ = "<" + Hn.call(String(e.nodeName)),
|
|
2338
|
-
_ += " " + R
|
|
2337
|
+
for (var _ = "<" + Hn.call(String(e.nodeName)), k = e.attributes || [], R = 0; R < k.length; R++)
|
|
2338
|
+
_ += " " + k[R].name + "=" + Fr(Vs(k[R].value), "double", s);
|
|
2339
2339
|
return _ += ">", e.childNodes && e.childNodes.length && (_ += "..."), _ += "</" + Hn.call(String(e.nodeName)) + ">", _;
|
|
2340
2340
|
}
|
|
2341
2341
|
if (Ht(e)) {
|
|
@@ -2344,27 +2344,27 @@ var Mt = Fs, Jn = Mt.custom, jn = Nr(Jn) ? Jn : null, Js = function t(e, n, r, i
|
|
|
2344
2344
|
var b = Le(e, m);
|
|
2345
2345
|
return y && !la(b) ? "[" + zt(b, y) + "]" : "[ " + K.call(b, ", ") + " ]";
|
|
2346
2346
|
}
|
|
2347
|
-
if (
|
|
2347
|
+
if (Gs(e)) {
|
|
2348
2348
|
var D = Le(e, m);
|
|
2349
2349
|
return !("cause" in Error.prototype) && "cause" in e && !Dr.call(e, "cause") ? "{ [" + String(e) + "] " + K.call(zn.call("[cause]: " + m(e.cause), D), ", ") + " }" : D.length === 0 ? "[" + String(e) + "]" : "{ [" + String(e) + "] " + K.call(D, ", ") + " }";
|
|
2350
2350
|
}
|
|
2351
2351
|
if (typeof e == "object" && o) {
|
|
2352
|
-
if (
|
|
2352
|
+
if (Vn && typeof e[Vn] == "function" && Mt)
|
|
2353
2353
|
return Mt(e, { depth: u - r });
|
|
2354
2354
|
if (o !== "symbol" && typeof e.inspect == "function")
|
|
2355
2355
|
return e.inspect();
|
|
2356
2356
|
}
|
|
2357
2357
|
if (ta(e)) {
|
|
2358
|
-
var
|
|
2359
|
-
return Un && Un.call(e, function(
|
|
2360
|
-
|
|
2361
|
-
}),
|
|
2358
|
+
var O = [];
|
|
2359
|
+
return Un && Un.call(e, function(W, Z) {
|
|
2360
|
+
O.push(m(Z, e, !0) + " => " + m(W, e));
|
|
2361
|
+
}), Gn("Map", tt.call(e), O, y);
|
|
2362
2362
|
}
|
|
2363
2363
|
if (ia(e)) {
|
|
2364
2364
|
var L = [];
|
|
2365
|
-
return Ln && Ln.call(e, function(
|
|
2366
|
-
L.push(m(
|
|
2367
|
-
}),
|
|
2365
|
+
return Ln && Ln.call(e, function(W) {
|
|
2366
|
+
L.push(m(W, e));
|
|
2367
|
+
}), Gn("Set", nt.call(e), L, y);
|
|
2368
2368
|
}
|
|
2369
2369
|
if (na(e))
|
|
2370
2370
|
return St("WeakMap");
|
|
@@ -2384,8 +2384,8 @@ var Mt = Fs, Jn = Mt.custom, jn = Nr(Jn) ? Jn : null, Js = function t(e, n, r, i
|
|
|
2384
2384
|
return "{ [object Window] }";
|
|
2385
2385
|
if (typeof globalThis < "u" && e === globalThis || typeof xn < "u" && e === xn)
|
|
2386
2386
|
return "{ [object globalThis] }";
|
|
2387
|
-
if (!
|
|
2388
|
-
var M = Le(e, m), Y = Wn ? Wn(e) === Object.prototype : e instanceof Object || e.constructor === Object,
|
|
2387
|
+
if (!js(e) && !jn(e)) {
|
|
2388
|
+
var M = Le(e, m), Y = Wn ? Wn(e) === Object.prototype : e instanceof Object || e.constructor === Object, V = e instanceof Object ? "" : "null prototype", X = !Y && U && Object(e) === e && U in e ? sn.call(re(e), 8, -1) : V ? "Object" : "", De = Y || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", ce = De + (X || V ? "[" + K.call(zn.call([], X || [], V || []), ": ") + "] " : "");
|
|
2389
2389
|
return M.length === 0 ? ce + "{}" : y ? ce + "{" + zt(M, y) + "}" : ce + "{ " + K.call(M, ", ") + " }";
|
|
2390
2390
|
}
|
|
2391
2391
|
return String(e);
|
|
@@ -2394,19 +2394,19 @@ function Fr(t, e, n) {
|
|
|
2394
2394
|
var r = (n.quoteStyle || e) === "double" ? '"' : "'";
|
|
2395
2395
|
return r + t + r;
|
|
2396
2396
|
}
|
|
2397
|
-
function
|
|
2397
|
+
function Vs(t) {
|
|
2398
2398
|
return ne.call(String(t), /"/g, """);
|
|
2399
2399
|
}
|
|
2400
2400
|
function Ht(t) {
|
|
2401
2401
|
return re(t) === "[object Array]" && (!U || !(typeof t == "object" && U in t));
|
|
2402
2402
|
}
|
|
2403
|
-
function
|
|
2403
|
+
function js(t) {
|
|
2404
2404
|
return re(t) === "[object Date]" && (!U || !(typeof t == "object" && U in t));
|
|
2405
2405
|
}
|
|
2406
|
-
function
|
|
2406
|
+
function jn(t) {
|
|
2407
2407
|
return re(t) === "[object RegExp]" && (!U || !(typeof t == "object" && U in t));
|
|
2408
2408
|
}
|
|
2409
|
-
function
|
|
2409
|
+
function Gs(t) {
|
|
2410
2410
|
return re(t) === "[object Error]" && (!U || !(typeof t == "object" && U in t));
|
|
2411
2411
|
}
|
|
2412
2412
|
function Ks(t) {
|
|
@@ -2484,7 +2484,7 @@ function na(t) {
|
|
|
2484
2484
|
try {
|
|
2485
2485
|
xe.call(t, xe);
|
|
2486
2486
|
try {
|
|
2487
|
-
|
|
2487
|
+
ke.call(t, ke);
|
|
2488
2488
|
} catch {
|
|
2489
2489
|
return !0;
|
|
2490
2490
|
}
|
|
@@ -2518,10 +2518,10 @@ function ia(t) {
|
|
|
2518
2518
|
return !1;
|
|
2519
2519
|
}
|
|
2520
2520
|
function oa(t) {
|
|
2521
|
-
if (!
|
|
2521
|
+
if (!ke || !t || typeof t != "object")
|
|
2522
2522
|
return !1;
|
|
2523
2523
|
try {
|
|
2524
|
-
|
|
2524
|
+
ke.call(t, ke);
|
|
2525
2525
|
try {
|
|
2526
2526
|
xe.call(t, xe);
|
|
2527
2527
|
} catch {
|
|
@@ -2559,7 +2559,7 @@ function Te(t) {
|
|
|
2559
2559
|
function St(t) {
|
|
2560
2560
|
return t + " { ? }";
|
|
2561
2561
|
}
|
|
2562
|
-
function
|
|
2562
|
+
function Gn(t, e, n, r) {
|
|
2563
2563
|
var i = r ? zt(n, r) : K.call(n, ", ");
|
|
2564
2564
|
return t + " (" + e + ") {" + i + "}";
|
|
2565
2565
|
}
|
|
@@ -2611,7 +2611,7 @@ function Le(t, e) {
|
|
|
2611
2611
|
Dr.call(t, s[f]) && r.push("[" + e(s[f]) + "]: " + e(t[s[f]], t));
|
|
2612
2612
|
return r;
|
|
2613
2613
|
}
|
|
2614
|
-
var Mr = be, Ae = Ps, ua = Js, fa =
|
|
2614
|
+
var Mr = be, Ae = Ps, ua = Js, fa = Ce, Me = Mr("%WeakMap%", !0), He = Mr("%Map%", !0), da = Ae("WeakMap.prototype.get", !0), pa = Ae("WeakMap.prototype.set", !0), ha = Ae("WeakMap.prototype.has", !0), ya = Ae("Map.prototype.get", !0), ma = Ae("Map.prototype.set", !0), ga = Ae("Map.prototype.has", !0), an = function(t, e) {
|
|
2615
2615
|
for (var n = t, r; (r = n.next) !== null; n = r)
|
|
2616
2616
|
if (r.key === e)
|
|
2617
2617
|
return n.next = r.next, r.next = /** @type {NonNullable<typeof list.next>} */
|
|
@@ -2677,7 +2677,7 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
2677
2677
|
},
|
|
2678
2678
|
RFC1738: Et.RFC1738,
|
|
2679
2679
|
RFC3986: Et.RFC3986
|
|
2680
|
-
}, Ea = ln, Tt = Object.prototype.hasOwnProperty, ie = Array.isArray,
|
|
2680
|
+
}, Ea = ln, Tt = Object.prototype.hasOwnProperty, ie = Array.isArray, j = function() {
|
|
2681
2681
|
for (var t = [], e = 0; e < 256; ++e)
|
|
2682
2682
|
t.push("%" + ((e < 16 ? "0" : "") + e.toString(16)).toUpperCase());
|
|
2683
2683
|
return t;
|
|
@@ -2719,11 +2719,11 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
2719
2719
|
var a = n[o];
|
|
2720
2720
|
return Tt.call(s, o) ? s[o] = t(s[o], a, r) : s[o] = a, s;
|
|
2721
2721
|
}, i);
|
|
2722
|
-
},
|
|
2722
|
+
}, ka = function(e, n) {
|
|
2723
2723
|
return Object.keys(n).reduce(function(r, i) {
|
|
2724
2724
|
return r[i] = n[i], r;
|
|
2725
2725
|
}, e);
|
|
2726
|
-
},
|
|
2726
|
+
}, Ra = function(t, e, n) {
|
|
2727
2727
|
var r = t.replace(/\+/g, " ");
|
|
2728
2728
|
if (n === "iso-8859-1")
|
|
2729
2729
|
return r.replace(/%[0-9a-f]{2}/gi, unescape);
|
|
@@ -2732,7 +2732,7 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
2732
2732
|
} catch {
|
|
2733
2733
|
return r;
|
|
2734
2734
|
}
|
|
2735
|
-
}, xt = 1024,
|
|
2735
|
+
}, xt = 1024, Oa = function(e, n, r, i, s) {
|
|
2736
2736
|
if (e.length === 0)
|
|
2737
2737
|
return e;
|
|
2738
2738
|
var o = e;
|
|
@@ -2748,30 +2748,30 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
2748
2748
|
continue;
|
|
2749
2749
|
}
|
|
2750
2750
|
if (m < 128) {
|
|
2751
|
-
u[u.length] =
|
|
2751
|
+
u[u.length] = j[m];
|
|
2752
2752
|
continue;
|
|
2753
2753
|
}
|
|
2754
2754
|
if (m < 2048) {
|
|
2755
|
-
u[u.length] =
|
|
2755
|
+
u[u.length] = j[192 | m >> 6] + j[128 | m & 63];
|
|
2756
2756
|
continue;
|
|
2757
2757
|
}
|
|
2758
2758
|
if (m < 55296 || m >= 57344) {
|
|
2759
|
-
u[u.length] =
|
|
2759
|
+
u[u.length] = j[224 | m >> 12] + j[128 | m >> 6 & 63] + j[128 | m & 63];
|
|
2760
2760
|
continue;
|
|
2761
2761
|
}
|
|
2762
|
-
y += 1, m = 65536 + ((m & 1023) << 10 | f.charCodeAt(y) & 1023), u[u.length] =
|
|
2762
|
+
y += 1, m = 65536 + ((m & 1023) << 10 | f.charCodeAt(y) & 1023), u[u.length] = j[240 | m >> 18] + j[128 | m >> 12 & 63] + j[128 | m >> 6 & 63] + j[128 | m & 63];
|
|
2763
2763
|
}
|
|
2764
2764
|
a += u.join("");
|
|
2765
2765
|
}
|
|
2766
2766
|
return a;
|
|
2767
|
-
},
|
|
2767
|
+
}, Ia = function(e) {
|
|
2768
2768
|
for (var n = [{ obj: { o: e }, prop: "o" }], r = [], i = 0; i < n.length; ++i)
|
|
2769
2769
|
for (var s = n[i], o = s.obj[s.prop], a = Object.keys(o), l = 0; l < a.length; ++l) {
|
|
2770
2770
|
var f = a[l], u = o[f];
|
|
2771
2771
|
typeof u == "object" && u !== null && r.indexOf(u) === -1 && (n.push({ obj: o, prop: f }), r.push(u));
|
|
2772
2772
|
}
|
|
2773
2773
|
return Ta(n), e;
|
|
2774
|
-
},
|
|
2774
|
+
}, Ca = function(e) {
|
|
2775
2775
|
return Object.prototype.toString.call(e) === "[object RegExp]";
|
|
2776
2776
|
}, Pa = function(e) {
|
|
2777
2777
|
return !e || typeof e != "object" ? !1 : !!(e.constructor && e.constructor.isBuffer && e.constructor.isBuffer(e));
|
|
@@ -2786,16 +2786,16 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
2786
2786
|
return n(e);
|
|
2787
2787
|
}, zr = {
|
|
2788
2788
|
arrayToObject: Hr,
|
|
2789
|
-
assign:
|
|
2789
|
+
assign: ka,
|
|
2790
2790
|
combine: Ba,
|
|
2791
|
-
compact:
|
|
2792
|
-
decode:
|
|
2793
|
-
encode:
|
|
2791
|
+
compact: Ia,
|
|
2792
|
+
decode: Ra,
|
|
2793
|
+
encode: Oa,
|
|
2794
2794
|
isBuffer: Pa,
|
|
2795
|
-
isRegExp:
|
|
2795
|
+
isRegExp: Ca,
|
|
2796
2796
|
maybeMap: Da,
|
|
2797
2797
|
merge: xa
|
|
2798
|
-
}, qr = ba, Ke = zr,
|
|
2798
|
+
}, qr = ba, Ke = zr, Re = ln, Fa = Object.prototype.hasOwnProperty, Wr = {
|
|
2799
2799
|
brackets: function(e) {
|
|
2800
2800
|
return e + "[]";
|
|
2801
2801
|
},
|
|
@@ -2806,9 +2806,9 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
2806
2806
|
repeat: function(e) {
|
|
2807
2807
|
return e;
|
|
2808
2808
|
}
|
|
2809
|
-
},
|
|
2810
|
-
Na.apply(t,
|
|
2811
|
-
}, Ua = Date.prototype.toISOString, Kn =
|
|
2809
|
+
}, G = Array.isArray, Na = Array.prototype.push, Qr = function(t, e) {
|
|
2810
|
+
Na.apply(t, G(e) ? e : [e]);
|
|
2811
|
+
}, Ua = Date.prototype.toISOString, Kn = Re.default, B = {
|
|
2812
2812
|
addQueryPrefix: !1,
|
|
2813
2813
|
allowDots: !1,
|
|
2814
2814
|
allowEmptyArrays: !1,
|
|
@@ -2821,7 +2821,7 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
2821
2821
|
encoder: Ke.encode,
|
|
2822
2822
|
encodeValuesOnly: !1,
|
|
2823
2823
|
format: Kn,
|
|
2824
|
-
formatter:
|
|
2824
|
+
formatter: Re.formatters[Kn],
|
|
2825
2825
|
// deprecated
|
|
2826
2826
|
indices: !1,
|
|
2827
2827
|
serializeDate: function(e) {
|
|
@@ -2831,61 +2831,61 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
2831
2831
|
strictNullHandling: !1
|
|
2832
2832
|
}, La = function(e) {
|
|
2833
2833
|
return typeof e == "string" || typeof e == "number" || typeof e == "boolean" || typeof e == "symbol" || typeof e == "bigint";
|
|
2834
|
-
},
|
|
2835
|
-
for (var b = e, D =
|
|
2834
|
+
}, kt = {}, Ma = function t(e, n, r, i, s, o, a, l, f, u, y, m, A, g, w, _, k, R) {
|
|
2835
|
+
for (var b = e, D = R, O = 0, L = !1; (D = D.get(kt)) !== void 0 && !L; ) {
|
|
2836
2836
|
var M = D.get(e);
|
|
2837
|
-
if (
|
|
2838
|
-
if (M ===
|
|
2837
|
+
if (O += 1, typeof M < "u") {
|
|
2838
|
+
if (M === O)
|
|
2839
2839
|
throw new RangeError("Cyclic object value");
|
|
2840
2840
|
L = !0;
|
|
2841
2841
|
}
|
|
2842
|
-
typeof D.get(
|
|
2842
|
+
typeof D.get(kt) > "u" && (O = 0);
|
|
2843
2843
|
}
|
|
2844
|
-
if (typeof u == "function" ? b = u(n, b) : b instanceof Date ? b = A(b) : r === "comma" &&
|
|
2844
|
+
if (typeof u == "function" ? b = u(n, b) : b instanceof Date ? b = A(b) : r === "comma" && G(b) && (b = Ke.maybeMap(b, function(ft) {
|
|
2845
2845
|
return ft instanceof Date ? A(ft) : ft;
|
|
2846
2846
|
})), b === null) {
|
|
2847
2847
|
if (o)
|
|
2848
|
-
return f && !_ ? f(n, B.encoder,
|
|
2848
|
+
return f && !_ ? f(n, B.encoder, k, "key", g) : n;
|
|
2849
2849
|
b = "";
|
|
2850
2850
|
}
|
|
2851
2851
|
if (La(b) || Ke.isBuffer(b)) {
|
|
2852
2852
|
if (f) {
|
|
2853
|
-
var Y = _ ? n : f(n, B.encoder,
|
|
2854
|
-
return [w(Y) + "=" + w(f(b, B.encoder,
|
|
2853
|
+
var Y = _ ? n : f(n, B.encoder, k, "key", g);
|
|
2854
|
+
return [w(Y) + "=" + w(f(b, B.encoder, k, "value", g))];
|
|
2855
2855
|
}
|
|
2856
2856
|
return [w(n) + "=" + w(String(b))];
|
|
2857
2857
|
}
|
|
2858
|
-
var
|
|
2858
|
+
var V = [];
|
|
2859
2859
|
if (typeof b > "u")
|
|
2860
|
-
return
|
|
2860
|
+
return V;
|
|
2861
2861
|
var X;
|
|
2862
|
-
if (r === "comma" &&
|
|
2862
|
+
if (r === "comma" && G(b))
|
|
2863
2863
|
_ && f && (b = Ke.maybeMap(b, f)), X = [{ value: b.length > 0 ? b.join(",") || null : void 0 }];
|
|
2864
|
-
else if (
|
|
2864
|
+
else if (G(u))
|
|
2865
2865
|
X = u;
|
|
2866
2866
|
else {
|
|
2867
2867
|
var De = Object.keys(b);
|
|
2868
2868
|
X = y ? De.sort(y) : De;
|
|
2869
2869
|
}
|
|
2870
|
-
var ce = l ? n.replace(/\./g, "%2E") : n,
|
|
2871
|
-
if (s &&
|
|
2872
|
-
return
|
|
2870
|
+
var ce = l ? n.replace(/\./g, "%2E") : n, W = i && G(b) && b.length === 1 ? ce + "[]" : ce;
|
|
2871
|
+
if (s && G(b) && b.length === 0)
|
|
2872
|
+
return W + "[]";
|
|
2873
2873
|
for (var Z = 0; Z < X.length; ++Z) {
|
|
2874
2874
|
var $ = X[Z], Se = typeof $ == "object" && typeof $.value < "u" ? $.value : b[$];
|
|
2875
2875
|
if (!(a && Se === null)) {
|
|
2876
|
-
var ut = m && l ? $.replace(/\./g, "%2E") : $,
|
|
2877
|
-
|
|
2876
|
+
var ut = m && l ? $.replace(/\./g, "%2E") : $, Vr = G(b) ? typeof r == "function" ? r(W, ut) : W : W + (m ? "." + ut : "[" + ut + "]");
|
|
2877
|
+
R.set(e, O);
|
|
2878
2878
|
var cn = qr();
|
|
2879
|
-
cn.set(
|
|
2879
|
+
cn.set(kt, R), Qr(V, t(
|
|
2880
2880
|
Se,
|
|
2881
|
-
|
|
2881
|
+
Vr,
|
|
2882
2882
|
r,
|
|
2883
2883
|
i,
|
|
2884
2884
|
s,
|
|
2885
2885
|
o,
|
|
2886
2886
|
a,
|
|
2887
2887
|
l,
|
|
2888
|
-
r === "comma" && _ &&
|
|
2888
|
+
r === "comma" && _ && G(b) ? null : f,
|
|
2889
2889
|
u,
|
|
2890
2890
|
y,
|
|
2891
2891
|
m,
|
|
@@ -2893,12 +2893,12 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
2893
2893
|
g,
|
|
2894
2894
|
w,
|
|
2895
2895
|
_,
|
|
2896
|
-
|
|
2896
|
+
k,
|
|
2897
2897
|
cn
|
|
2898
2898
|
));
|
|
2899
2899
|
}
|
|
2900
2900
|
}
|
|
2901
|
-
return
|
|
2901
|
+
return V;
|
|
2902
2902
|
}, Ha = function(e) {
|
|
2903
2903
|
if (!e)
|
|
2904
2904
|
return B;
|
|
@@ -2911,14 +2911,14 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
2911
2911
|
var n = e.charset || B.charset;
|
|
2912
2912
|
if (typeof e.charset < "u" && e.charset !== "utf-8" && e.charset !== "iso-8859-1")
|
|
2913
2913
|
throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");
|
|
2914
|
-
var r =
|
|
2914
|
+
var r = Re.default;
|
|
2915
2915
|
if (typeof e.format < "u") {
|
|
2916
|
-
if (!Fa.call(
|
|
2916
|
+
if (!Fa.call(Re.formatters, e.format))
|
|
2917
2917
|
throw new TypeError("Unknown format option provided.");
|
|
2918
2918
|
r = e.format;
|
|
2919
2919
|
}
|
|
2920
|
-
var i =
|
|
2921
|
-
(typeof e.filter == "function" ||
|
|
2920
|
+
var i = Re.formatters[r], s = B.filter;
|
|
2921
|
+
(typeof e.filter == "function" || G(e.filter)) && (s = e.filter);
|
|
2922
2922
|
var o;
|
|
2923
2923
|
if (e.arrayFormat in Wr ? o = e.arrayFormat : "indices" in e ? o = e.indices ? "indices" : "repeat" : o = B.arrayFormat, "commaRoundTrip" in e && typeof e.commaRoundTrip != "boolean")
|
|
2924
2924
|
throw new TypeError("`commaRoundTrip` must be a boolean, or absent");
|
|
@@ -2946,7 +2946,7 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
2946
2946
|
};
|
|
2947
2947
|
}, za = function(t, e) {
|
|
2948
2948
|
var n = t, r = Ha(e), i, s;
|
|
2949
|
-
typeof r.filter == "function" ? (s = r.filter, n = s("", n)) :
|
|
2949
|
+
typeof r.filter == "function" ? (s = r.filter, n = s("", n)) : G(r.filter) && (s = r.filter, i = s);
|
|
2950
2950
|
var o = [];
|
|
2951
2951
|
if (typeof n != "object" || n === null)
|
|
2952
2952
|
return "";
|
|
@@ -2977,7 +2977,7 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
2977
2977
|
}
|
|
2978
2978
|
var m = o.join(r.delimiter), A = r.addQueryPrefix === !0 ? "?" : "";
|
|
2979
2979
|
return r.charsetSentinel && (r.charset === "iso-8859-1" ? A += "utf8=%26%2310003%3B&" : A += "utf8=%E2%9C%93&"), m.length > 0 ? A + m : "";
|
|
2980
|
-
}, _e = zr, qt = Object.prototype.hasOwnProperty, qa = Array.isArray,
|
|
2980
|
+
}, _e = zr, qt = Object.prototype.hasOwnProperty, qa = Array.isArray, I = {
|
|
2981
2981
|
allowDots: !1,
|
|
2982
2982
|
allowEmptyArrays: !1,
|
|
2983
2983
|
allowPrototypes: !1,
|
|
@@ -3004,7 +3004,7 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
3004
3004
|
});
|
|
3005
3005
|
}, Jr = function(t, e) {
|
|
3006
3006
|
return t && typeof t == "string" && e.comma && t.indexOf(",") > -1 ? t.split(",") : t;
|
|
3007
|
-
}, Qa = "utf8=%26%2310003%3B", Ja = "utf8=%E2%9C%93",
|
|
3007
|
+
}, Qa = "utf8=%26%2310003%3B", Ja = "utf8=%E2%9C%93", Va = function(e, n) {
|
|
3008
3008
|
var r = { __proto__: null }, i = n.ignoreQueryPrefix ? e.replace(/^\?/, "") : e;
|
|
3009
3009
|
i = i.replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
3010
3010
|
var s = n.parameterLimit === 1 / 0 ? void 0 : n.parameterLimit, o = i.split(n.delimiter, s), a = -1, l, f = n.charset;
|
|
@@ -3014,17 +3014,17 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
3014
3014
|
for (l = 0; l < o.length; ++l)
|
|
3015
3015
|
if (l !== a) {
|
|
3016
3016
|
var u = o[l], y = u.indexOf("]="), m = y === -1 ? u.indexOf("=") : y + 1, A, g;
|
|
3017
|
-
m === -1 ? (A = n.decoder(u,
|
|
3017
|
+
m === -1 ? (A = n.decoder(u, I.decoder, f, "key"), g = n.strictNullHandling ? null : "") : (A = n.decoder(u.slice(0, m), I.decoder, f, "key"), g = _e.maybeMap(
|
|
3018
3018
|
Jr(u.slice(m + 1), n),
|
|
3019
3019
|
function(_) {
|
|
3020
|
-
return n.decoder(_,
|
|
3020
|
+
return n.decoder(_, I.decoder, f, "value");
|
|
3021
3021
|
}
|
|
3022
3022
|
)), g && n.interpretNumericEntities && f === "iso-8859-1" && (g = Wa(g)), u.indexOf("[]=") > -1 && (g = qa(g) ? [g] : g);
|
|
3023
3023
|
var w = qt.call(r, A);
|
|
3024
3024
|
w && n.duplicates === "combine" ? r[A] = _e.combine(r[A], g) : (!w || n.duplicates === "last") && (r[A] = g);
|
|
3025
3025
|
}
|
|
3026
3026
|
return r;
|
|
3027
|
-
},
|
|
3027
|
+
}, ja = function(t, e, n, r) {
|
|
3028
3028
|
for (var i = r ? e : Jr(e, n), s = t.length - 1; s >= 0; --s) {
|
|
3029
3029
|
var o, a = t[s];
|
|
3030
3030
|
if (a === "[]" && n.parseArrays)
|
|
@@ -3037,7 +3037,7 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
3037
3037
|
i = o;
|
|
3038
3038
|
}
|
|
3039
3039
|
return i;
|
|
3040
|
-
},
|
|
3040
|
+
}, Ga = function(e, n, r, i) {
|
|
3041
3041
|
if (e) {
|
|
3042
3042
|
var s = r.allowDots ? e.replace(/\.([^.[]+)/g, "[$1]") : e, o = /(\[[^[\]]*])/, a = /(\[[^[\]]*])/g, l = r.depth > 0 && o.exec(s), f = l ? s.slice(0, l.index) : s, u = [];
|
|
3043
3043
|
if (f) {
|
|
@@ -3055,11 +3055,11 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
3055
3055
|
throw new RangeError("Input depth exceeded depth option of " + r.depth + " and strictDepth is true");
|
|
3056
3056
|
u.push("[" + s.slice(l.index) + "]");
|
|
3057
3057
|
}
|
|
3058
|
-
return
|
|
3058
|
+
return ja(u, n, r, i);
|
|
3059
3059
|
}
|
|
3060
3060
|
}, Ka = function(e) {
|
|
3061
3061
|
if (!e)
|
|
3062
|
-
return
|
|
3062
|
+
return I;
|
|
3063
3063
|
if (typeof e.allowEmptyArrays < "u" && typeof e.allowEmptyArrays != "boolean")
|
|
3064
3064
|
throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");
|
|
3065
3065
|
if (typeof e.decodeDotInKeys < "u" && typeof e.decodeDotInKeys != "boolean")
|
|
@@ -3068,39 +3068,39 @@ var Mr = be, Ae = Ps, ua = Js, fa = Ie, Me = Mr("%WeakMap%", !0), He = Mr("%Map%
|
|
|
3068
3068
|
throw new TypeError("Decoder has to be a function.");
|
|
3069
3069
|
if (typeof e.charset < "u" && e.charset !== "utf-8" && e.charset !== "iso-8859-1")
|
|
3070
3070
|
throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");
|
|
3071
|
-
var n = typeof e.charset > "u" ?
|
|
3071
|
+
var n = typeof e.charset > "u" ? I.charset : e.charset, r = typeof e.duplicates > "u" ? I.duplicates : e.duplicates;
|
|
3072
3072
|
if (r !== "combine" && r !== "first" && r !== "last")
|
|
3073
3073
|
throw new TypeError("The duplicates option must be either combine, first, or last");
|
|
3074
|
-
var i = typeof e.allowDots > "u" ? e.decodeDotInKeys === !0 ? !0 :
|
|
3074
|
+
var i = typeof e.allowDots > "u" ? e.decodeDotInKeys === !0 ? !0 : I.allowDots : !!e.allowDots;
|
|
3075
3075
|
return {
|
|
3076
3076
|
allowDots: i,
|
|
3077
|
-
allowEmptyArrays: typeof e.allowEmptyArrays == "boolean" ? !!e.allowEmptyArrays :
|
|
3078
|
-
allowPrototypes: typeof e.allowPrototypes == "boolean" ? e.allowPrototypes :
|
|
3079
|
-
allowSparse: typeof e.allowSparse == "boolean" ? e.allowSparse :
|
|
3080
|
-
arrayLimit: typeof e.arrayLimit == "number" ? e.arrayLimit :
|
|
3077
|
+
allowEmptyArrays: typeof e.allowEmptyArrays == "boolean" ? !!e.allowEmptyArrays : I.allowEmptyArrays,
|
|
3078
|
+
allowPrototypes: typeof e.allowPrototypes == "boolean" ? e.allowPrototypes : I.allowPrototypes,
|
|
3079
|
+
allowSparse: typeof e.allowSparse == "boolean" ? e.allowSparse : I.allowSparse,
|
|
3080
|
+
arrayLimit: typeof e.arrayLimit == "number" ? e.arrayLimit : I.arrayLimit,
|
|
3081
3081
|
charset: n,
|
|
3082
|
-
charsetSentinel: typeof e.charsetSentinel == "boolean" ? e.charsetSentinel :
|
|
3083
|
-
comma: typeof e.comma == "boolean" ? e.comma :
|
|
3084
|
-
decodeDotInKeys: typeof e.decodeDotInKeys == "boolean" ? e.decodeDotInKeys :
|
|
3085
|
-
decoder: typeof e.decoder == "function" ? e.decoder :
|
|
3086
|
-
delimiter: typeof e.delimiter == "string" || _e.isRegExp(e.delimiter) ? e.delimiter :
|
|
3082
|
+
charsetSentinel: typeof e.charsetSentinel == "boolean" ? e.charsetSentinel : I.charsetSentinel,
|
|
3083
|
+
comma: typeof e.comma == "boolean" ? e.comma : I.comma,
|
|
3084
|
+
decodeDotInKeys: typeof e.decodeDotInKeys == "boolean" ? e.decodeDotInKeys : I.decodeDotInKeys,
|
|
3085
|
+
decoder: typeof e.decoder == "function" ? e.decoder : I.decoder,
|
|
3086
|
+
delimiter: typeof e.delimiter == "string" || _e.isRegExp(e.delimiter) ? e.delimiter : I.delimiter,
|
|
3087
3087
|
// eslint-disable-next-line no-implicit-coercion, no-extra-parens
|
|
3088
|
-
depth: typeof e.depth == "number" || e.depth === !1 ? +e.depth :
|
|
3088
|
+
depth: typeof e.depth == "number" || e.depth === !1 ? +e.depth : I.depth,
|
|
3089
3089
|
duplicates: r,
|
|
3090
3090
|
ignoreQueryPrefix: e.ignoreQueryPrefix === !0,
|
|
3091
|
-
interpretNumericEntities: typeof e.interpretNumericEntities == "boolean" ? e.interpretNumericEntities :
|
|
3092
|
-
parameterLimit: typeof e.parameterLimit == "number" ? e.parameterLimit :
|
|
3091
|
+
interpretNumericEntities: typeof e.interpretNumericEntities == "boolean" ? e.interpretNumericEntities : I.interpretNumericEntities,
|
|
3092
|
+
parameterLimit: typeof e.parameterLimit == "number" ? e.parameterLimit : I.parameterLimit,
|
|
3093
3093
|
parseArrays: e.parseArrays !== !1,
|
|
3094
|
-
plainObjects: typeof e.plainObjects == "boolean" ? e.plainObjects :
|
|
3095
|
-
strictDepth: typeof e.strictDepth == "boolean" ? !!e.strictDepth :
|
|
3096
|
-
strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling :
|
|
3094
|
+
plainObjects: typeof e.plainObjects == "boolean" ? e.plainObjects : I.plainObjects,
|
|
3095
|
+
strictDepth: typeof e.strictDepth == "boolean" ? !!e.strictDepth : I.strictDepth,
|
|
3096
|
+
strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling : I.strictNullHandling
|
|
3097
3097
|
};
|
|
3098
3098
|
}, Ya = function(t, e) {
|
|
3099
3099
|
var n = Ka(e);
|
|
3100
3100
|
if (t === "" || t === null || typeof t > "u")
|
|
3101
3101
|
return n.plainObjects ? /* @__PURE__ */ Object.create(null) : {};
|
|
3102
|
-
for (var r = typeof t == "string" ?
|
|
3103
|
-
var a = s[o], l =
|
|
3102
|
+
for (var r = typeof t == "string" ? Va(t, n) : t, i = n.plainObjects ? /* @__PURE__ */ Object.create(null) : {}, s = Object.keys(r), o = 0; o < s.length; ++o) {
|
|
3103
|
+
var a = s[o], l = Ga(a, r[a], n, typeof t == "string");
|
|
3104
3104
|
i = _e.merge(i, l, n);
|
|
3105
3105
|
}
|
|
3106
3106
|
return n.allowSparse === !0 ? i : _e.compact(i);
|
|
@@ -3145,9 +3145,9 @@ function rl(t) {
|
|
|
3145
3145
|
}
|
|
3146
3146
|
function Xn(t) {
|
|
3147
3147
|
return Be({
|
|
3148
|
-
url:
|
|
3148
|
+
url: `/api/v6/contents/${t || 1981}`,
|
|
3149
3149
|
method: "get",
|
|
3150
|
-
params
|
|
3150
|
+
params,
|
|
3151
3151
|
ourl: ""
|
|
3152
3152
|
});
|
|
3153
3153
|
}
|
|
@@ -3193,6 +3193,7 @@ const al = (t, e) => {
|
|
|
3193
3193
|
//电脑端显示隐藏
|
|
3194
3194
|
computerTwo: !1,
|
|
3195
3195
|
//电脑端显示隐藏
|
|
3196
|
+
custom_menu: !1,
|
|
3196
3197
|
isPad: "",
|
|
3197
3198
|
isiPad: "",
|
|
3198
3199
|
mobileOne: !1,
|
|
@@ -3249,7 +3250,7 @@ const al = (t, e) => {
|
|
|
3249
3250
|
const t = navigator.userAgent.toLowerCase();
|
|
3250
3251
|
this.isPad = /ipad/i.test(t), this.isiPad = /iphone/i.test(t) && /os [6-9]_\d+ like mac os/i.test(t), this.isPad || this.isiPad ? this.typesOf = 2 : this.typesOf = 1;
|
|
3251
3252
|
}
|
|
3252
|
-
this.isHarmonyOS() && (this.isHarmony = !0), console.log(this.game_cloud_service, "game_cloud_service"), Xn().then((t) => {
|
|
3253
|
+
this.isHarmonyOS() && (this.isHarmony = !0), console.log(this.game_cloud_service, "game_cloud_service"), Xn(this.game_id).then((t) => {
|
|
3253
3254
|
this.comTab = "", this.retract(), this.screenImg = t.ext.open_img_handle && t.ext.open_img_handle[0], this.screenImg && this.screenImg != "" && (this.isShowOperation = !0);
|
|
3254
3255
|
}), this.getUserId(), this.getconfig(), this.getBitrate(), this.getClear(), this.getAspect();
|
|
3255
3256
|
},
|
|
@@ -3475,6 +3476,15 @@ const al = (t, e) => {
|
|
|
3475
3476
|
into_type_id: ""
|
|
3476
3477
|
};
|
|
3477
3478
|
this.logReport(e), this.computerTwo = !this.computerTwo, this.dialogVisible = !1, this.computerTwo ? this.comTab = t.link : this.comTab = "";
|
|
3479
|
+
} else if (t.link == "AIHelper") {
|
|
3480
|
+
let e = {
|
|
3481
|
+
event_from: "6",
|
|
3482
|
+
event_from_id: this.game_id,
|
|
3483
|
+
event_key: "c_assistant",
|
|
3484
|
+
into_type: "9",
|
|
3485
|
+
into_type_id: ""
|
|
3486
|
+
};
|
|
3487
|
+
this.logReport(e), this.custom_menu = !this.custom_menu, this.dialogVisible = !1, this.custom_menu ? this.comTab = t.link : this.comTab = "";
|
|
3478
3488
|
} else if (t.link == "share") {
|
|
3479
3489
|
let e = {
|
|
3480
3490
|
event_from: "6",
|
|
@@ -3535,6 +3545,15 @@ const al = (t, e) => {
|
|
|
3535
3545
|
into_type_id: ""
|
|
3536
3546
|
};
|
|
3537
3547
|
this.logReport(e), this.mobileTwo = !this.mobileTwo, this.dialogVisible = !1, this.mobileTwo ? this.setupTab = t.link : this.setupTab = "";
|
|
3548
|
+
} else if (t.link == "AIHelper") {
|
|
3549
|
+
let e = {
|
|
3550
|
+
event_from: "6",
|
|
3551
|
+
event_from_id: this.game_id,
|
|
3552
|
+
event_key: "c_assistant",
|
|
3553
|
+
into_type: "9",
|
|
3554
|
+
into_type_id: ""
|
|
3555
|
+
};
|
|
3556
|
+
this.logReport(e), this.custom_menu = !this.custom_menu, this.dialogVisible = !1, this.custom_menu ? this.setupTab = t.link : this.setupTab = "";
|
|
3538
3557
|
} else if (t.link == "share") {
|
|
3539
3558
|
let e = {
|
|
3540
3559
|
event_from: "6",
|
|
@@ -3578,7 +3597,7 @@ const al = (t, e) => {
|
|
|
3578
3597
|
into_type: "6",
|
|
3579
3598
|
into_type_id: ""
|
|
3580
3599
|
};
|
|
3581
|
-
this.logReport(e), Xn().then((n) => {
|
|
3600
|
+
this.logReport(e), Xn(this.game_id).then((n) => {
|
|
3582
3601
|
this.dialogVisible = !0, this.mobileTwo = !1, this.setupTab = "", this.mobileOne = !1, this.expandShow = !0, this.screenImg = n.ext.open_img_handle && n.ext.open_img_handle[0];
|
|
3583
3602
|
});
|
|
3584
3603
|
}
|
|
@@ -3745,7 +3764,7 @@ const al = (t, e) => {
|
|
|
3745
3764
|
}, xl = {
|
|
3746
3765
|
key: 0,
|
|
3747
3766
|
class: "zxhy"
|
|
3748
|
-
},
|
|
3767
|
+
}, kl = { class: "setup_con" }, Rl = ["onClick"], Ol = ["src"], Il = { class: "setup_text" }, Cl = { class: "info" }, Pl = { class: "info_left" }, Bl = ["src"], Dl = {
|
|
3749
3768
|
key: 1,
|
|
3750
3769
|
src: ct,
|
|
3751
3770
|
class: "member",
|
|
@@ -3753,12 +3772,12 @@ const al = (t, e) => {
|
|
|
3753
3772
|
}, Fl = { class: "info_left_cont" }, Nl = { class: "info_left_cont1" }, Ul = { class: "info_left_cont2" }, Ll = { class: "info_left_cont2_text" }, Ml = { class: "info_left_cont2_text" }, Hl = { key: 1 }, zl = { class: "horiz" }, ql = {
|
|
3754
3773
|
class: "horiz_cont",
|
|
3755
3774
|
style: { width: "250px" }
|
|
3756
|
-
}, Wl = { class: "horiz_cont_info" }, Ql = { class: "info_left" }, Jl = ["src"],
|
|
3775
|
+
}, Wl = { class: "horiz_cont_info" }, Ql = { class: "info_left" }, Jl = ["src"], Vl = {
|
|
3757
3776
|
key: 1,
|
|
3758
3777
|
src: ct,
|
|
3759
3778
|
class: "member",
|
|
3760
3779
|
alt: ""
|
|
3761
|
-
},
|
|
3780
|
+
}, jl = { class: "info_left_cont" }, Gl = { class: "info_left_cont1" }, Kl = { class: "info_left_cont2" }, Yl = { class: "info_left_cont2_text" }, Xl = { class: "info_left_cont2_text" }, Zl = {
|
|
3762
3781
|
class: "horiz_setup_con",
|
|
3763
3782
|
style: { "padding-top": "23px" }
|
|
3764
3783
|
}, $l = ["onClick"], ec = ["src"], tc = { class: "setup_text" }, nc = {
|
|
@@ -3797,16 +3816,16 @@ const al = (t, e) => {
|
|
|
3797
3816
|
}, Ec = { class: "info_left_cont" }, Tc = {
|
|
3798
3817
|
class: "info_left_cont1",
|
|
3799
3818
|
style: { "font-size": "22px" }
|
|
3800
|
-
}, xc = { class: "info_left_cont2" },
|
|
3819
|
+
}, xc = { class: "info_left_cont2" }, kc = {
|
|
3801
3820
|
class: "info_left_cont2_text",
|
|
3802
3821
|
style: { "font-size": "18px" }
|
|
3803
|
-
},
|
|
3822
|
+
}, Rc = {
|
|
3804
3823
|
class: "info_left_cont2_text",
|
|
3805
3824
|
style: { "font-size": "18px" }
|
|
3806
|
-
},
|
|
3825
|
+
}, Oc = {
|
|
3807
3826
|
class: "horiz_setup_con",
|
|
3808
3827
|
style: { "padding-top": "23px" }
|
|
3809
|
-
},
|
|
3828
|
+
}, Ic = ["onClick"], Cc = ["src"], Pc = { class: "setup_text" }, Bc = {
|
|
3810
3829
|
key: 1,
|
|
3811
3830
|
class: "horiz_set"
|
|
3812
3831
|
}, Dc = { class: "content_top" }, Fc = {
|
|
@@ -3834,13 +3853,13 @@ const al = (t, e) => {
|
|
|
3834
3853
|
}, Qc = {
|
|
3835
3854
|
class: "content_m_n",
|
|
3836
3855
|
style: { "margin-top": "20px" }
|
|
3837
|
-
}, Jc = ["onClick"],
|
|
3856
|
+
}, Jc = ["onClick"], Vc = {
|
|
3838
3857
|
key: 0,
|
|
3839
3858
|
class: "content_sxy"
|
|
3840
|
-
},
|
|
3859
|
+
}, jc = {
|
|
3841
3860
|
key: 0,
|
|
3842
3861
|
class: "zxhy"
|
|
3843
|
-
},
|
|
3862
|
+
}, Gc = ["src"], Kc = {
|
|
3844
3863
|
key: 1,
|
|
3845
3864
|
class: "computer_content"
|
|
3846
3865
|
}, Yc = { class: "computer_c_header" }, Xc = ["src"], Zc = {
|
|
@@ -3873,7 +3892,7 @@ const al = (t, e) => {
|
|
|
3873
3892
|
function Au(t, e, n, r, i, s) {
|
|
3874
3893
|
return p(), h("div", null, [
|
|
3875
3894
|
c("div", {
|
|
3876
|
-
onClick: e[
|
|
3895
|
+
onClick: e[26] || (e[26] = q(() => {
|
|
3877
3896
|
}, ["stop"]))
|
|
3878
3897
|
}, [
|
|
3879
3898
|
i.typesOf != 3 && i.expandShow ? (p(), h("div", {
|
|
@@ -3904,12 +3923,12 @@ function Au(t, e, n, r, i, s) {
|
|
|
3904
3923
|
}, "画质", 2)
|
|
3905
3924
|
]),
|
|
3906
3925
|
i.contentTab == 1 ? (p(), h("div", hl, [
|
|
3907
|
-
e[
|
|
3926
|
+
e[28] || (e[28] = c("div", { class: "content_mtitle" }, [
|
|
3908
3927
|
c("div", { class: "content_mtitle1" }, "分辨率"),
|
|
3909
3928
|
c("div", { class: "content_mtitle2" }, "(游戏内设置,下次启动游戏生效)")
|
|
3910
3929
|
], -1)),
|
|
3911
3930
|
c("div", yl, [
|
|
3912
|
-
(p(!0), h(
|
|
3931
|
+
(p(!0), h(C, null, N(i.clearList, (o, a) => (p(), h("div", {
|
|
3913
3932
|
class: S(["content_m_item", [i.clearTab == o.item_id ? "content_iactive" : ""]]),
|
|
3914
3933
|
key: a,
|
|
3915
3934
|
onClick: (l) => s.codeClear(o)
|
|
@@ -3925,12 +3944,12 @@ function Au(t, e, n, r, i, s) {
|
|
|
3925
3944
|
o.condition_name ? (p(), h("div", _l, T(o.condition_name), 1)) : v("", !0)
|
|
3926
3945
|
], 10, ml))), 128))
|
|
3927
3946
|
]),
|
|
3928
|
-
e[
|
|
3947
|
+
e[29] || (e[29] = c("div", { class: "content_mtitle" }, [
|
|
3929
3948
|
c("div", { class: "content_mtitle1" }, "清晰度"),
|
|
3930
3949
|
c("div", { class: "content_mtitle2" }, "(游戏内设置,立即生效)")
|
|
3931
3950
|
], -1)),
|
|
3932
3951
|
c("div", vl, [
|
|
3933
|
-
(p(!0), h(
|
|
3952
|
+
(p(!0), h(C, null, N(i.bitrateList, (o, a) => (p(), h("div", {
|
|
3934
3953
|
class: S(["content_m_item", [i.codeTab == o.item_id ? "content_iactive" : ""]]),
|
|
3935
3954
|
key: a,
|
|
3936
3955
|
onClick: (l) => s.codeRate(o)
|
|
@@ -3946,11 +3965,11 @@ function Au(t, e, n, r, i, s) {
|
|
|
3946
3965
|
o.condition_name ? (p(), h("div", Al, T(o.condition_name), 1)) : v("", !0)
|
|
3947
3966
|
], 10, wl))), 128))
|
|
3948
3967
|
]),
|
|
3949
|
-
e[
|
|
3968
|
+
e[30] || (e[30] = c("div", { class: "content_mtitle" }, [
|
|
3950
3969
|
c("div", { class: "content_mtitle1" }, "画面比例")
|
|
3951
3970
|
], -1)),
|
|
3952
3971
|
c("div", Sl, [
|
|
3953
|
-
(p(!0), h(
|
|
3972
|
+
(p(!0), h(C, null, N(i.aspectList, (o, a) => (p(), h("div", {
|
|
3954
3973
|
class: S(["content_m_item", [i.aspectTab == o.item_id ? "content_iactive" : ""]]),
|
|
3955
3974
|
key: a,
|
|
3956
3975
|
onClick: (l) => s.codeAspect(o)
|
|
@@ -3968,8 +3987,8 @@ function Au(t, e, n, r, i, s) {
|
|
|
3968
3987
|
])
|
|
3969
3988
|
])) : v("", !0)
|
|
3970
3989
|
])) : v("", !0),
|
|
3971
|
-
c("div",
|
|
3972
|
-
(p(!0), h(
|
|
3990
|
+
c("div", kl, [
|
|
3991
|
+
(p(!0), h(C, null, N(i.gameList, (o, a) => (p(), h(C, { key: a }, [
|
|
3973
3992
|
(n.game_cloud_service == 3 ? o.link === "feedback" || o.link === "game_quit" : !(i.isHarmony && o.link === "share") && !(o.link === "instructions" && !i.isShowOperation)) ? (p(), h("div", {
|
|
3974
3993
|
key: 0,
|
|
3975
3994
|
class: S(["setup_item", [i.setupTab == o.link ? "setupactive" : ""]]),
|
|
@@ -3979,12 +3998,12 @@ function Au(t, e, n, r, i, s) {
|
|
|
3979
3998
|
c("img", {
|
|
3980
3999
|
src: o.icon,
|
|
3981
4000
|
alt: ""
|
|
3982
|
-
}, null, 8,
|
|
3983
|
-
c("div",
|
|
3984
|
-
], 14,
|
|
4001
|
+
}, null, 8, Ol),
|
|
4002
|
+
c("div", Il, T(o.title), 1)
|
|
4003
|
+
], 14, Rl)) : v("", !0)
|
|
3985
4004
|
], 64))), 128))
|
|
3986
4005
|
]),
|
|
3987
|
-
c("div",
|
|
4006
|
+
c("div", Cl, [
|
|
3988
4007
|
c("div", Pl, [
|
|
3989
4008
|
i.vip_centerflag ? (p(), h("img", {
|
|
3990
4009
|
key: 0,
|
|
@@ -4002,7 +4021,7 @@ function Au(t, e, n, r, i, s) {
|
|
|
4002
4021
|
class: "info_left_cont2_1",
|
|
4003
4022
|
onClick: e[3] || (e[3] = (...o) => s.durationT && s.durationT(...o))
|
|
4004
4023
|
}, [
|
|
4005
|
-
e[
|
|
4024
|
+
e[31] || (e[31] = c("img", {
|
|
4006
4025
|
src: qe,
|
|
4007
4026
|
alt: ""
|
|
4008
4027
|
}, null, -1)),
|
|
@@ -4014,7 +4033,7 @@ function Au(t, e, n, r, i, s) {
|
|
|
4014
4033
|
style: { "margin-left": "10px" },
|
|
4015
4034
|
onClick: e[4] || (e[4] = (...o) => s.pointsT && s.pointsT(...o))
|
|
4016
4035
|
}, [
|
|
4017
|
-
e[
|
|
4036
|
+
e[32] || (e[32] = c("img", {
|
|
4018
4037
|
src: We,
|
|
4019
4038
|
alt: ""
|
|
4020
4039
|
}, null, -1)),
|
|
@@ -4026,7 +4045,7 @@ function Au(t, e, n, r, i, s) {
|
|
|
4026
4045
|
c("div", {
|
|
4027
4046
|
class: "info_right",
|
|
4028
4047
|
onClick: e[5] || (e[5] = (...o) => s.logout && s.logout(...o))
|
|
4029
|
-
}, e[
|
|
4048
|
+
}, e[33] || (e[33] = [
|
|
4030
4049
|
c("img", {
|
|
4031
4050
|
src: Qe,
|
|
4032
4051
|
alt: ""
|
|
@@ -4047,20 +4066,20 @@ function Au(t, e, n, r, i, s) {
|
|
|
4047
4066
|
onClick: e[6] || (e[6] = (...o) => s.head_urlT && s.head_urlT(...o)),
|
|
4048
4067
|
alt: ""
|
|
4049
4068
|
}, null, 8, Jl)) : v("", !0),
|
|
4050
|
-
i.level == 2 ? (p(), h("img",
|
|
4051
|
-
c("div",
|
|
4052
|
-
c("div",
|
|
4069
|
+
i.level == 2 ? (p(), h("img", Vl)) : v("", !0),
|
|
4070
|
+
c("div", jl, [
|
|
4071
|
+
c("div", Gl, T(i.nickname), 1),
|
|
4053
4072
|
c("div", Kl, [
|
|
4054
4073
|
i.durationflag ? (p(), h("div", {
|
|
4055
4074
|
key: 0,
|
|
4056
4075
|
class: "info_left_cont2_1",
|
|
4057
4076
|
onClick: e[7] || (e[7] = (...o) => s.durationT && s.durationT(...o))
|
|
4058
4077
|
}, [
|
|
4059
|
-
e[
|
|
4078
|
+
e[34] || (e[34] = c("img", {
|
|
4060
4079
|
src: qe,
|
|
4061
4080
|
alt: ""
|
|
4062
4081
|
}, null, -1)),
|
|
4063
|
-
c("div", Yl, T(i.duration ? i.duration : "0") + "分钟", 1)
|
|
4082
|
+
c("div", Yl, T(i.duration ? i.duration : "0") + "分钟 ", 1)
|
|
4064
4083
|
])) : v("", !0),
|
|
4065
4084
|
i.pointsflag ? (p(), h("div", {
|
|
4066
4085
|
key: 1,
|
|
@@ -4068,7 +4087,7 @@ function Au(t, e, n, r, i, s) {
|
|
|
4068
4087
|
style: { "margin-left": "10px" },
|
|
4069
4088
|
onClick: e[8] || (e[8] = (...o) => s.pointsT && s.pointsT(...o))
|
|
4070
4089
|
}, [
|
|
4071
|
-
e[
|
|
4090
|
+
e[35] || (e[35] = c("img", {
|
|
4072
4091
|
src: We,
|
|
4073
4092
|
alt: ""
|
|
4074
4093
|
}, null, -1)),
|
|
@@ -4080,7 +4099,7 @@ function Au(t, e, n, r, i, s) {
|
|
|
4080
4099
|
c("div", {
|
|
4081
4100
|
class: "info_right",
|
|
4082
4101
|
onClick: e[9] || (e[9] = (...o) => s.logout && s.logout(...o))
|
|
4083
|
-
}, e[
|
|
4102
|
+
}, e[36] || (e[36] = [
|
|
4084
4103
|
c("img", {
|
|
4085
4104
|
src: Qe,
|
|
4086
4105
|
alt: ""
|
|
@@ -4090,7 +4109,7 @@ function Au(t, e, n, r, i, s) {
|
|
|
4090
4109
|
]),
|
|
4091
4110
|
c("div", null, [
|
|
4092
4111
|
c("div", Zl, [
|
|
4093
|
-
(p(!0), h(
|
|
4112
|
+
(p(!0), h(C, null, N(i.gameList, (o, a) => (p(), h(C, { key: a }, [
|
|
4094
4113
|
(n.game_cloud_service == 3 ? o.link === "feedback" || o.link === "game_quit" : !(i.isHarmony && o.link === "share") && !(o.link === "instructions" && !i.isShowOperation)) ? (p(), h("div", {
|
|
4095
4114
|
key: 0,
|
|
4096
4115
|
class: S(["horiz_item", [i.setupTab == o.link ? "setupactive" : ""]]),
|
|
@@ -4112,15 +4131,15 @@ function Au(t, e, n, r, i, s) {
|
|
|
4112
4131
|
c("div", {
|
|
4113
4132
|
onClick: e[10] || (e[10] = (o) => s.tabacTive(1)),
|
|
4114
4133
|
class: S(["content_tab", [i.contentTab == 1 ? "tabactive" : ""]])
|
|
4115
|
-
}, "画质", 2)
|
|
4134
|
+
}, "画质1", 2)
|
|
4116
4135
|
]),
|
|
4117
4136
|
i.contentTab == 1 ? (p(), h("div", ic, [
|
|
4118
|
-
e[
|
|
4137
|
+
e[37] || (e[37] = c("div", { class: "content_mtitle" }, [
|
|
4119
4138
|
c("div", { class: "content_mtitle1" }, "分辨率"),
|
|
4120
4139
|
c("div", { class: "content_mtitle2" }, "(游戏内设置,下次启动游戏生效)")
|
|
4121
4140
|
], -1)),
|
|
4122
4141
|
c("div", oc, [
|
|
4123
|
-
(p(!0), h(
|
|
4142
|
+
(p(!0), h(C, null, N(i.clearList, (o, a) => (p(), h("div", {
|
|
4124
4143
|
class: S(["content_m_item", [i.clearTab == o.item_id ? "content_iactive" : ""]]),
|
|
4125
4144
|
key: a,
|
|
4126
4145
|
onClick: (l) => s.codeClear(o)
|
|
@@ -4136,12 +4155,12 @@ function Au(t, e, n, r, i, s) {
|
|
|
4136
4155
|
o.condition_name ? (p(), h("div", lc, T(o.condition_name), 1)) : v("", !0)
|
|
4137
4156
|
], 10, sc))), 128))
|
|
4138
4157
|
]),
|
|
4139
|
-
e[
|
|
4158
|
+
e[38] || (e[38] = c("div", { class: "content_mtitle" }, [
|
|
4140
4159
|
c("div", { class: "content_mtitle1" }, "清晰度"),
|
|
4141
4160
|
c("div", { class: "content_mtitle2" }, "(游戏内设置,立即生效)")
|
|
4142
4161
|
], -1)),
|
|
4143
4162
|
c("div", cc, [
|
|
4144
|
-
(p(!0), h(
|
|
4163
|
+
(p(!0), h(C, null, N(i.bitrateList, (o, a) => (p(), h("div", {
|
|
4145
4164
|
class: S(["content_m_item", [i.codeTab == o.item_id ? "content_iactive" : ""]]),
|
|
4146
4165
|
key: a,
|
|
4147
4166
|
onClick: (l) => s.codeRate(o)
|
|
@@ -4157,11 +4176,11 @@ function Au(t, e, n, r, i, s) {
|
|
|
4157
4176
|
o.condition_name ? (p(), h("div", dc, T(o.condition_name), 1)) : v("", !0)
|
|
4158
4177
|
], 10, uc))), 128))
|
|
4159
4178
|
]),
|
|
4160
|
-
e[
|
|
4179
|
+
e[39] || (e[39] = c("div", { class: "content_mtitle" }, [
|
|
4161
4180
|
c("div", { class: "content_mtitle1" }, "画面比例")
|
|
4162
4181
|
], -1)),
|
|
4163
4182
|
c("div", pc, [
|
|
4164
|
-
(p(!0), h(
|
|
4183
|
+
(p(!0), h(C, null, N(i.aspectList, (o, a) => (p(), h("div", {
|
|
4165
4184
|
class: S(["content_m_item", [i.aspectTab == o.item_id ? "content_iactive" : ""]]),
|
|
4166
4185
|
key: a,
|
|
4167
4186
|
onClick: (l) => s.codeAspect(o)
|
|
@@ -4204,12 +4223,12 @@ function Au(t, e, n, r, i, s) {
|
|
|
4204
4223
|
class: "info_left_cont2_1",
|
|
4205
4224
|
onClick: e[12] || (e[12] = (...o) => s.durationT && s.durationT(...o))
|
|
4206
4225
|
}, [
|
|
4207
|
-
e[
|
|
4226
|
+
e[40] || (e[40] = c("img", {
|
|
4208
4227
|
src: qe,
|
|
4209
4228
|
style: { width: "16px", height: "16px" },
|
|
4210
4229
|
alt: ""
|
|
4211
4230
|
}, null, -1)),
|
|
4212
|
-
c("div",
|
|
4231
|
+
c("div", kc, T(i.duration ? i.duration : "0") + "分钟", 1)
|
|
4213
4232
|
])) : v("", !0),
|
|
4214
4233
|
i.pointsflag ? (p(), h("div", {
|
|
4215
4234
|
key: 1,
|
|
@@ -4217,12 +4236,12 @@ function Au(t, e, n, r, i, s) {
|
|
|
4217
4236
|
style: { "margin-left": "10px" },
|
|
4218
4237
|
onClick: e[13] || (e[13] = (...o) => s.pointsT && s.pointsT(...o))
|
|
4219
4238
|
}, [
|
|
4220
|
-
e[
|
|
4239
|
+
e[41] || (e[41] = c("img", {
|
|
4221
4240
|
src: We,
|
|
4222
4241
|
style: { width: "16px", height: "16px" },
|
|
4223
4242
|
alt: ""
|
|
4224
4243
|
}, null, -1)),
|
|
4225
|
-
c("div",
|
|
4244
|
+
c("div", Rc, T(i.points), 1)
|
|
4226
4245
|
])) : v("", !0)
|
|
4227
4246
|
])
|
|
4228
4247
|
])
|
|
@@ -4230,7 +4249,7 @@ function Au(t, e, n, r, i, s) {
|
|
|
4230
4249
|
c("div", {
|
|
4231
4250
|
class: "info_right",
|
|
4232
4251
|
onClick: e[14] || (e[14] = (...o) => s.logout && s.logout(...o))
|
|
4233
|
-
}, e[
|
|
4252
|
+
}, e[42] || (e[42] = [
|
|
4234
4253
|
c("img", {
|
|
4235
4254
|
src: Qe,
|
|
4236
4255
|
style: { width: "22px", height: "22px" },
|
|
@@ -4243,8 +4262,8 @@ function Au(t, e, n, r, i, s) {
|
|
|
4243
4262
|
]))
|
|
4244
4263
|
]),
|
|
4245
4264
|
c("div", null, [
|
|
4246
|
-
c("div",
|
|
4247
|
-
(p(!0), h(
|
|
4265
|
+
c("div", Oc, [
|
|
4266
|
+
(p(!0), h(C, null, N(i.gameList, (o, a) => (p(), h(C, { key: a }, [
|
|
4248
4267
|
(n.game_cloud_service == 3 ? o.link === "feedback" || o.link === "game_quit" : !(i.isHarmony && o.link === "share") && !(o.link === "instructions" && !i.isShowOperation)) ? (p(), h("div", {
|
|
4249
4268
|
key: 0,
|
|
4250
4269
|
class: S(["ipad_item", [i.setupTab == o.link ? "setupactive" : ""]]),
|
|
@@ -4254,9 +4273,9 @@ function Au(t, e, n, r, i, s) {
|
|
|
4254
4273
|
c("img", {
|
|
4255
4274
|
src: o.icon,
|
|
4256
4275
|
alt: ""
|
|
4257
|
-
}, null, 8,
|
|
4276
|
+
}, null, 8, Cc),
|
|
4258
4277
|
c("div", Pc, T(o.title), 1)
|
|
4259
|
-
], 14,
|
|
4278
|
+
], 14, Ic)) : v("", !0)
|
|
4260
4279
|
], 64))), 128))
|
|
4261
4280
|
])
|
|
4262
4281
|
])
|
|
@@ -4266,15 +4285,15 @@ function Au(t, e, n, r, i, s) {
|
|
|
4266
4285
|
c("div", {
|
|
4267
4286
|
onClick: e[15] || (e[15] = (o) => s.tabacTive(1)),
|
|
4268
4287
|
class: S(["content_tab", [i.contentTab == 1 ? "tabactive" : ""]])
|
|
4269
|
-
}, "画质", 2)
|
|
4288
|
+
}, "画质3", 2)
|
|
4270
4289
|
]),
|
|
4271
4290
|
i.contentTab == 1 ? (p(), h("div", Fc, [
|
|
4272
|
-
e[
|
|
4291
|
+
e[43] || (e[43] = c("div", { class: "content_mtitle" }, [
|
|
4273
4292
|
c("div", { class: "content_mtitle1" }, "分辨率"),
|
|
4274
4293
|
c("div", { class: "content_mtitle2" }, "(游戏内设置,下次启动游戏生效)")
|
|
4275
4294
|
], -1)),
|
|
4276
4295
|
c("div", Nc, [
|
|
4277
|
-
(p(!0), h(
|
|
4296
|
+
(p(!0), h(C, null, N(i.clearList, (o, a) => (p(), h("div", {
|
|
4278
4297
|
class: S(["content_m_item", [i.clearTab == o.item_id ? "content_iactive" : ""]]),
|
|
4279
4298
|
key: a,
|
|
4280
4299
|
onClick: (l) => s.codeClear(o),
|
|
@@ -4293,7 +4312,7 @@ function Au(t, e, n, r, i, s) {
|
|
|
4293
4312
|
o.condition_name ? (p(), h("div", Mc, T(o.condition_name), 1)) : v("", !0)
|
|
4294
4313
|
], 10, Uc))), 128))
|
|
4295
4314
|
]),
|
|
4296
|
-
e[
|
|
4315
|
+
e[44] || (e[44] = c("div", {
|
|
4297
4316
|
class: "content_mtitle",
|
|
4298
4317
|
style: { "margin-top": "100px" }
|
|
4299
4318
|
}, [
|
|
@@ -4301,7 +4320,7 @@ function Au(t, e, n, r, i, s) {
|
|
|
4301
4320
|
c("div", { class: "content_mtitle2" }, "(游戏内设置,立即生效)")
|
|
4302
4321
|
], -1)),
|
|
4303
4322
|
c("div", Hc, [
|
|
4304
|
-
(p(!0), h(
|
|
4323
|
+
(p(!0), h(C, null, N(i.bitrateList, (o, a) => (p(), h("div", {
|
|
4305
4324
|
class: S(["content_m_item", [i.codeTab == o.item_id ? "content_iactive" : ""]]),
|
|
4306
4325
|
style: { width: "116px", height: "48px" },
|
|
4307
4326
|
key: a,
|
|
@@ -4320,14 +4339,14 @@ function Au(t, e, n, r, i, s) {
|
|
|
4320
4339
|
o.condition_name ? (p(), h("div", Wc, T(o.condition_name), 1)) : v("", !0)
|
|
4321
4340
|
], 10, zc))), 128))
|
|
4322
4341
|
]),
|
|
4323
|
-
e[
|
|
4342
|
+
e[45] || (e[45] = c("div", {
|
|
4324
4343
|
class: "content_mtitle",
|
|
4325
4344
|
style: { "margin-top": "100px" }
|
|
4326
4345
|
}, [
|
|
4327
4346
|
c("div", { class: "content_mtitle1" }, "画面比例")
|
|
4328
4347
|
], -1)),
|
|
4329
4348
|
c("div", Qc, [
|
|
4330
|
-
(p(!0), h(
|
|
4349
|
+
(p(!0), h(C, null, N(i.aspectList, (o, a) => (p(), h("div", {
|
|
4331
4350
|
class: S(["content_m_item", [i.aspectTab == o.item_id ? "content_iactive" : ""]]),
|
|
4332
4351
|
key: a,
|
|
4333
4352
|
style: { width: "116px", height: "48px" },
|
|
@@ -4337,13 +4356,13 @@ function Au(t, e, n, r, i, s) {
|
|
|
4337
4356
|
class: S(["content_m_y", [i.aspectTab == o.item_id ? "content_yactive" : ""]]),
|
|
4338
4357
|
style: { "margin-left": "17px" }
|
|
4339
4358
|
}, [
|
|
4340
|
-
i.aspectTab == o.item_id ? (p(), h("div",
|
|
4359
|
+
i.aspectTab == o.item_id ? (p(), h("div", Vc)) : v("", !0)
|
|
4341
4360
|
], 2),
|
|
4342
4361
|
c("div", {
|
|
4343
4362
|
class: S(["content_m_w", [i.aspectTab == o.item_id ? "content_wactive" : ""]]),
|
|
4344
4363
|
style: { "font-size": "22px" }
|
|
4345
4364
|
}, T(o.item_name), 3),
|
|
4346
|
-
o.condition_name ? (p(), h("div",
|
|
4365
|
+
o.condition_name ? (p(), h("div", jc, T(o.condition_name), 1)) : v("", !0)
|
|
4347
4366
|
], 10, Jc))), 128))
|
|
4348
4367
|
])
|
|
4349
4368
|
])) : v("", !0)
|
|
@@ -4353,15 +4372,15 @@ function Au(t, e, n, r, i, s) {
|
|
|
4353
4372
|
i.typesOf == 3 ? (p(), h("div", {
|
|
4354
4373
|
key: 3,
|
|
4355
4374
|
class: "computer_header",
|
|
4356
|
-
onMousedown: e[22] || (e[22] =
|
|
4375
|
+
onMousedown: e[22] || (e[22] = q(() => {
|
|
4357
4376
|
}, ["stop"]))
|
|
4358
4377
|
}, [
|
|
4359
4378
|
i.computerTop ? (p(), h("div", {
|
|
4360
4379
|
key: 0,
|
|
4361
4380
|
class: "header_one",
|
|
4362
|
-
onMousedown: e[16] || (e[16] =
|
|
4381
|
+
onMousedown: e[16] || (e[16] = q((o) => s.computerHeader(o), ["stop"]))
|
|
4363
4382
|
}, [
|
|
4364
|
-
e[
|
|
4383
|
+
e[46] || (e[46] = c("img", {
|
|
4365
4384
|
class: "img_one",
|
|
4366
4385
|
src: ol,
|
|
4367
4386
|
alt: ""
|
|
@@ -4370,7 +4389,7 @@ function Au(t, e, n, r, i, s) {
|
|
|
4370
4389
|
class: "img_two",
|
|
4371
4390
|
src: i.head_url,
|
|
4372
4391
|
alt: ""
|
|
4373
|
-
}, null, 8,
|
|
4392
|
+
}, null, 8, Gc)
|
|
4374
4393
|
], 32)) : v("", !0),
|
|
4375
4394
|
i.computerOne ? (p(), h("div", Kc, [
|
|
4376
4395
|
c("div", Yc, [
|
|
@@ -4379,21 +4398,21 @@ function Au(t, e, n, r, i, s) {
|
|
|
4379
4398
|
class: "computer_c_one",
|
|
4380
4399
|
src: i.head_url,
|
|
4381
4400
|
alt: "",
|
|
4382
|
-
onMousedown: e[17] || (e[17] =
|
|
4401
|
+
onMousedown: e[17] || (e[17] = q((...o) => s.head_urlT && s.head_urlT(...o), ["stop"]))
|
|
4383
4402
|
}, null, 40, Xc)) : v("", !0),
|
|
4384
4403
|
i.level == 2 ? (p(), h("img", Zc)) : v("", !0)
|
|
4385
4404
|
]),
|
|
4386
4405
|
i.durationflag ? (p(), h("div", {
|
|
4387
4406
|
key: 0,
|
|
4388
4407
|
class: "computer_c_Vector",
|
|
4389
|
-
onMousedown: e[18] || (e[18] =
|
|
4408
|
+
onMousedown: e[18] || (e[18] = q((...o) => s.durationT && s.durationT(...o), ["stop"]))
|
|
4390
4409
|
}, [
|
|
4391
|
-
e[
|
|
4410
|
+
e[47] || (e[47] = c("img", {
|
|
4392
4411
|
src: qe,
|
|
4393
4412
|
alt: ""
|
|
4394
4413
|
}, null, -1)),
|
|
4395
4414
|
c("div", $c, T(i.duration ? i.duration : "0") + "分钟", 1),
|
|
4396
|
-
e[
|
|
4415
|
+
e[48] || (e[48] = c("img", {
|
|
4397
4416
|
class: "Vector_right",
|
|
4398
4417
|
src: Zn,
|
|
4399
4418
|
alt: ""
|
|
@@ -4402,24 +4421,24 @@ function Au(t, e, n, r, i, s) {
|
|
|
4402
4421
|
i.pointsflag ? (p(), h("div", {
|
|
4403
4422
|
key: 1,
|
|
4404
4423
|
class: "computer_c_Vector",
|
|
4405
|
-
onMousedown: e[19] || (e[19] =
|
|
4424
|
+
onMousedown: e[19] || (e[19] = q((...o) => s.pointsT && s.pointsT(...o), ["stop"]))
|
|
4406
4425
|
}, [
|
|
4407
|
-
e[
|
|
4426
|
+
e[49] || (e[49] = c("img", {
|
|
4408
4427
|
src: We,
|
|
4409
4428
|
alt: ""
|
|
4410
4429
|
}, null, -1)),
|
|
4411
4430
|
c("div", eu, T(i.points), 1),
|
|
4412
|
-
e[
|
|
4431
|
+
e[50] || (e[50] = c("img", {
|
|
4413
4432
|
class: "Vector_right",
|
|
4414
4433
|
src: Zn,
|
|
4415
4434
|
alt: ""
|
|
4416
4435
|
}, null, -1))
|
|
4417
4436
|
], 32)) : v("", !0),
|
|
4418
4437
|
c("div", tu, [
|
|
4419
|
-
(p(!0), h(
|
|
4438
|
+
(p(!0), h(C, null, N(i.gameList, (o, a) => (p(), h(C, { key: a }, [
|
|
4420
4439
|
(n.game_cloud_service == 3 ? o.link === "feedback" : !(i.isHarmony && o.link === "share") && !(o.link === "instructions" && !i.isShowOperation)) ? (p(), h("div", {
|
|
4421
4440
|
key: 0,
|
|
4422
|
-
onMousedown:
|
|
4441
|
+
onMousedown: q((l) => s.computerSetup(o), ["stop"]),
|
|
4423
4442
|
class: S(["computer_c_item", [i.comTab == o.link ? "setupactive" : ""]])
|
|
4424
4443
|
}, [
|
|
4425
4444
|
c("img", {
|
|
@@ -4431,8 +4450,8 @@ function Au(t, e, n, r, i, s) {
|
|
|
4431
4450
|
], 64))), 128)),
|
|
4432
4451
|
c("div", {
|
|
4433
4452
|
class: "computer_c_item",
|
|
4434
|
-
onMousedown: e[20] || (e[20] =
|
|
4435
|
-
}, e[
|
|
4453
|
+
onMousedown: e[20] || (e[20] = q((...o) => s.logout && s.logout(...o), ["stop"]))
|
|
4454
|
+
}, e[51] || (e[51] = [
|
|
4436
4455
|
c("img", {
|
|
4437
4456
|
src: Qe,
|
|
4438
4457
|
alt: ""
|
|
@@ -4440,11 +4459,11 @@ function Au(t, e, n, r, i, s) {
|
|
|
4440
4459
|
c("div", { class: "computer_c_item_text" }, "退出", -1)
|
|
4441
4460
|
]), 32)
|
|
4442
4461
|
]),
|
|
4443
|
-
e[
|
|
4462
|
+
e[53] || (e[53] = c("div", { class: "computer_c_border" }, null, -1)),
|
|
4444
4463
|
c("div", {
|
|
4445
4464
|
class: "computer_c_footer",
|
|
4446
|
-
onMousedown: e[21] || (e[21] =
|
|
4447
|
-
}, e[
|
|
4465
|
+
onMousedown: e[21] || (e[21] = q((...o) => s.retract && s.retract(...o), ["stop"]))
|
|
4466
|
+
}, e[52] || (e[52] = [
|
|
4448
4467
|
c("img", {
|
|
4449
4468
|
src: sl,
|
|
4450
4469
|
alt: ""
|
|
@@ -4455,22 +4474,22 @@ function Au(t, e, n, r, i, s) {
|
|
|
4455
4474
|
i.computerTwo ? (p(), h("div", {
|
|
4456
4475
|
key: 4,
|
|
4457
4476
|
class: "computer_left",
|
|
4458
|
-
onMousedown: e[24] || (e[24] =
|
|
4477
|
+
onMousedown: e[24] || (e[24] = q(() => {
|
|
4459
4478
|
}, ["stop"]))
|
|
4460
4479
|
}, [
|
|
4461
4480
|
c("div", ou, [
|
|
4462
4481
|
c("div", {
|
|
4463
|
-
onMousedown: e[23] || (e[23] =
|
|
4482
|
+
onMousedown: e[23] || (e[23] = q((o) => s.tabacTive(1), ["stop"])),
|
|
4464
4483
|
class: S(["content_tab", [i.contentTab == 1 ? "tabactive" : ""]])
|
|
4465
4484
|
}, "画质", 34)
|
|
4466
4485
|
]),
|
|
4467
4486
|
i.contentTab == 1 ? (p(), h("div", su, [
|
|
4468
|
-
e[
|
|
4487
|
+
e[54] || (e[54] = c("div", { class: "content_mtitle" }, [
|
|
4469
4488
|
c("div", { class: "content_mtitle1" }, "分辨率"),
|
|
4470
4489
|
c("div", { class: "content_mtitle2" }, "(游戏内设置,下次启动游戏生效)")
|
|
4471
4490
|
], -1)),
|
|
4472
4491
|
c("div", au, [
|
|
4473
|
-
(p(!0), h(
|
|
4492
|
+
(p(!0), h(C, null, N(i.clearList, (o, a) => (p(), h("div", {
|
|
4474
4493
|
class: S(["content_m_item", [i.clearTab == o.item_id ? "content_iactive" : ""]]),
|
|
4475
4494
|
key: a,
|
|
4476
4495
|
onClick: (l) => s.codeClear(o)
|
|
@@ -4486,12 +4505,12 @@ function Au(t, e, n, r, i, s) {
|
|
|
4486
4505
|
o.condition_name ? (p(), h("div", uu, T(o.condition_name), 1)) : v("", !0)
|
|
4487
4506
|
], 10, lu))), 128))
|
|
4488
4507
|
]),
|
|
4489
|
-
e[
|
|
4508
|
+
e[55] || (e[55] = c("div", { class: "content_mtitle" }, [
|
|
4490
4509
|
c("div", { class: "content_mtitle1" }, "清晰度"),
|
|
4491
4510
|
c("div", { class: "content_mtitle2" }, "(游戏内设置,立即生效)")
|
|
4492
4511
|
], -1)),
|
|
4493
4512
|
c("div", fu, [
|
|
4494
|
-
(p(!0), h(
|
|
4513
|
+
(p(!0), h(C, null, N(i.bitrateList, (o, a) => (p(), h("div", {
|
|
4495
4514
|
class: S(["content_m_item", [i.codeTab == o.item_id ? "content_iactive" : ""]]),
|
|
4496
4515
|
key: a,
|
|
4497
4516
|
onClick: (l) => s.codeRate(o)
|
|
@@ -4507,11 +4526,11 @@ function Au(t, e, n, r, i, s) {
|
|
|
4507
4526
|
o.condition_name ? (p(), h("div", hu, T(o.condition_name), 1)) : v("", !0)
|
|
4508
4527
|
], 10, du))), 128))
|
|
4509
4528
|
]),
|
|
4510
|
-
e[
|
|
4529
|
+
e[56] || (e[56] = c("div", { class: "content_mtitle" }, [
|
|
4511
4530
|
c("div", { class: "content_mtitle1" }, "画面比例")
|
|
4512
4531
|
], -1)),
|
|
4513
4532
|
c("div", yu, [
|
|
4514
|
-
(p(!0), h(
|
|
4533
|
+
(p(!0), h(C, null, N(i.aspectList, (o, a) => (p(), h("div", {
|
|
4515
4534
|
class: S(["content_m_item", [i.aspectTab == o.item_id ? "content_iactive" : ""]]),
|
|
4516
4535
|
key: a,
|
|
4517
4536
|
onClick: (l) => s.codeAspect(o)
|
|
@@ -4528,9 +4547,23 @@ function Au(t, e, n, r, i, s) {
|
|
|
4528
4547
|
], 10, mu))), 128))
|
|
4529
4548
|
])
|
|
4530
4549
|
])) : v("", !0)
|
|
4531
|
-
], 32)) : v("", !0)
|
|
4550
|
+
], 32)) : v("", !0),
|
|
4551
|
+
i.custom_menu ? (p(), h("div", {
|
|
4552
|
+
key: 5,
|
|
4553
|
+
class: "computer_ai",
|
|
4554
|
+
onMousedown: e[25] || (e[25] = q(() => {
|
|
4555
|
+
}, ["stop"]))
|
|
4556
|
+
}, e[57] || (e[57] = [
|
|
4557
|
+
c("iframe", {
|
|
4558
|
+
class: "computer_ai_iframe",
|
|
4559
|
+
src: "https://act.play.cn/hd/t/chat/",
|
|
4560
|
+
width: "100%",
|
|
4561
|
+
height: "100%",
|
|
4562
|
+
style: { border: "none" }
|
|
4563
|
+
}, null, -1)
|
|
4564
|
+
]), 32)) : v("", !0)
|
|
4532
4565
|
]),
|
|
4533
|
-
|
|
4566
|
+
jr(c("div", vu, [
|
|
4534
4567
|
c("div", wu, [
|
|
4535
4568
|
c("img", {
|
|
4536
4569
|
class: "screenImg",
|
|
@@ -4539,15 +4572,15 @@ function Au(t, e, n, r, i, s) {
|
|
|
4539
4572
|
}, null, 8, bu),
|
|
4540
4573
|
c("div", {
|
|
4541
4574
|
class: "close",
|
|
4542
|
-
onClick: e[
|
|
4575
|
+
onClick: e[27] || (e[27] = (...o) => s.closeDialog && s.closeDialog(...o))
|
|
4543
4576
|
}, "×")
|
|
4544
4577
|
])
|
|
4545
4578
|
], 512), [
|
|
4546
|
-
[
|
|
4579
|
+
[Gr, i.dialogVisible]
|
|
4547
4580
|
])
|
|
4548
4581
|
]);
|
|
4549
4582
|
}
|
|
4550
|
-
const Eu = /* @__PURE__ */ al(ll, [["render", Au], ["__scopeId", "data-v-
|
|
4583
|
+
const Eu = /* @__PURE__ */ al(ll, [["render", Au], ["__scopeId", "data-v-a44fc1c0"]]);
|
|
4551
4584
|
export {
|
|
4552
4585
|
Eu as gameassis
|
|
4553
4586
|
};
|