tyy-game-assiss 2.6.9 → 2.7.1

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.
@@ -1,5 +1,5 @@
1
- import { withDirectives as Je, openBlock as d, createElementBlock as p, createElementVNode as l, vShow as Ve, resolveComponent as Fr, withModifiers as U, normalizeStyle as Se, normalizeClass as A, createCommentVNode as _, Fragment as O, renderList as I, toDisplayString as b, createVNode as Br, pushScopeId as Pr, popScopeId as Dr } from "vue";
2
- function Qn(t, e) {
1
+ import { withDirectives as Ve, openBlock as d, createElementBlock as p, createElementVNode as l, vShow as Ge, resolveComponent as Fr, withModifiers as U, normalizeStyle as Se, normalizeClass as A, createCommentVNode as _, Fragment as O, renderList as I, toDisplayString as b, createVNode as Pr, pushScopeId as Br, popScopeId as Dr } from "vue";
2
+ function zn(t, e) {
3
3
  return function() {
4
4
  return t.apply(e, arguments);
5
5
  };
@@ -11,17 +11,17 @@ const { toString: Nr } = Object.prototype, { getPrototypeOf: Nt } = Object, rt =
11
11
  function Ur(t) {
12
12
  return t !== null && !Ce(t) && t.constructor !== null && !Ce(t.constructor) && M(t.constructor.isBuffer) && t.constructor.isBuffer(t);
13
13
  }
14
- const zn = q("ArrayBuffer");
14
+ const Qn = q("ArrayBuffer");
15
15
  function Mr(t) {
16
16
  let e;
17
- return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? e = ArrayBuffer.isView(t) : e = t && t.buffer && zn(t.buffer), e;
17
+ return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? e = ArrayBuffer.isView(t) : e = t && t.buffer && Qn(t.buffer), e;
18
18
  }
19
19
  const Lr = it("string"), M = it("function"), qn = it("number"), ot = (t) => t !== null && typeof t == "object", Hr = (t) => t === !0 || t === !1, We = (t) => {
20
20
  if (rt(t) !== "object")
21
21
  return !1;
22
22
  const e = Nt(t);
23
23
  return (e === null || e === Object.prototype || Object.getPrototypeOf(e) === null) && !(Symbol.toStringTag in t) && !(Symbol.iterator in t);
24
- }, Qr = q("Date"), zr = q("File"), qr = q("Blob"), Gr = q("FileList"), Jr = (t) => ot(t) && M(t.pipe), Vr = (t) => {
24
+ }, zr = q("Date"), Qr = q("File"), qr = q("Blob"), Jr = q("FileList"), Vr = (t) => ot(t) && M(t.pipe), Gr = (t) => {
25
25
  let e;
26
26
  return t && (typeof FormData == "function" && t instanceof FormData || M(t.append) && ((e = rt(t)) === "formdata" || // detect form-data instance
27
27
  e === "object" && M(t.toString) && t.toString() === "[object FormData]"));
@@ -40,7 +40,7 @@ function Ie(t, e, { allOwnKeys: n = !1 } = {}) {
40
40
  s = o[i], e.call(null, t[s], s, t);
41
41
  }
42
42
  }
43
- function Gn(t, e) {
43
+ function Jn(t, e) {
44
44
  e = e.toLowerCase();
45
45
  const n = Object.keys(t);
46
46
  let i = n.length, r;
@@ -49,10 +49,10 @@ function Gn(t, e) {
49
49
  return r;
50
50
  return null;
51
51
  }
52
- const Jn = (() => typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global)(), Vn = (t) => !Ce(t) && t !== Jn;
52
+ const Vn = (() => typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global)(), Gn = (t) => !Ce(t) && t !== Vn;
53
53
  function bt() {
54
- const { caseless: t } = Vn(this) && this || {}, e = {}, n = (i, r) => {
55
- const o = t && Gn(e, r) || r;
54
+ const { caseless: t } = Gn(this) && this || {}, e = {}, n = (i, r) => {
55
+ const o = t && Jn(e, r) || r;
56
56
  We(e[o]) && We(i) ? e[o] = bt(e[o], i) : We(i) ? e[o] = bt({}, i) : ge(i) ? e[o] = i.slice() : e[o] = i;
57
57
  };
58
58
  for (let i = 0, r = arguments.length; i < r; i++)
@@ -60,7 +60,7 @@ function bt() {
60
60
  return e;
61
61
  }
62
62
  const Yr = (t, e, n, { allOwnKeys: i } = {}) => (Ie(e, (r, o) => {
63
- n && M(r) ? t[o] = Qn(r, n) : t[o] = r;
63
+ n && M(r) ? t[o] = zn(r, n) : t[o] = r;
64
64
  }, { allOwnKeys: i }), t), Kr = (t) => (t.charCodeAt(0) === 65279 && (t = t.slice(1)), t), Xr = (t, e, n, i) => {
65
65
  t.prototype = Object.create(e.prototype, i), t.prototype.constructor = t, Object.defineProperty(t, "super", {
66
66
  value: e.prototype
@@ -172,9 +172,9 @@ const pi = (t) => {
172
172
  return n(t, 0);
173
173
  }, hi = q("AsyncFunction"), mi = (t) => t && (ot(t) || M(t)) && M(t.then) && M(t.catch), f = {
174
174
  isArray: ge,
175
- isArrayBuffer: zn,
175
+ isArrayBuffer: Qn,
176
176
  isBuffer: Ur,
177
- isFormData: Vr,
177
+ isFormData: Gr,
178
178
  isArrayBufferView: Mr,
179
179
  isString: Lr,
180
180
  isNumber: qn,
@@ -182,15 +182,15 @@ const pi = (t) => {
182
182
  isObject: ot,
183
183
  isPlainObject: We,
184
184
  isUndefined: Ce,
185
- isDate: Qr,
186
- isFile: zr,
185
+ isDate: zr,
186
+ isFile: Qr,
187
187
  isBlob: qr,
188
188
  isRegExp: si,
189
189
  isFunction: M,
190
- isStream: Jr,
190
+ isStream: Vr,
191
191
  isURLSearchParams: Wr,
192
192
  isTypedArray: ti,
193
- isFileList: Gr,
193
+ isFileList: Jr,
194
194
  forEach: Ie,
195
195
  merge: bt,
196
196
  extend: Yr,
@@ -214,9 +214,9 @@ const pi = (t) => {
214
214
  toCamelCase: oi,
215
215
  noop: ci,
216
216
  toFiniteNumber: ui,
217
- findKey: Gn,
218
- global: Jn,
219
- isContextDefined: Vn,
217
+ findKey: Jn,
218
+ global: Vn,
219
+ isContextDefined: Gn,
220
220
  ALPHABET: jn,
221
221
  generateString: fi,
222
222
  isSpecCompliantForm: di,
@@ -320,11 +320,11 @@ function st(t, e, n) {
320
320
  if (f.endsWith(g, "{}"))
321
321
  g = i ? g : g.slice(0, -2), y = JSON.stringify(y);
322
322
  else if (f.isArray(y) && _i(y) || (f.isFileList(y) || f.endsWith(g, "[]")) && (w = f.toArray(y)))
323
- return g = Xn(g), w.forEach(function(P, W) {
324
- !(f.isUndefined(P) || P === null) && e.append(
323
+ return g = Xn(g), w.forEach(function(B, W) {
324
+ !(f.isUndefined(B) || B === null) && e.append(
325
325
  // eslint-disable-next-line no-nested-ternary
326
326
  a === !0 ? rn([g], W, o) : a === null ? g : g + "[]",
327
- u(P)
327
+ u(B)
328
328
  );
329
329
  }), !1;
330
330
  }
@@ -469,14 +469,14 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function")(),
469
469
  hasBrowserEnv: tr,
470
470
  hasStandardBrowserEnv: ki,
471
471
  hasStandardBrowserWebWorkerEnv: xi
472
- }, Symbol.toStringTag, { value: "Module" })), z = {
472
+ }, Symbol.toStringTag, { value: "Module" })), Q = {
473
473
  ...Ti,
474
474
  ...Ei
475
475
  };
476
476
  function Oi(t, e) {
477
- return st(t, new z.classes.URLSearchParams(), Object.assign({
477
+ return st(t, new Q.classes.URLSearchParams(), Object.assign({
478
478
  visitor: function(n, i, r, o) {
479
- return z.isNode && f.isBuffer(n) ? (this.append(i, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
479
+ return Q.isNode && f.isBuffer(n) ? (this.append(i, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
480
480
  }
481
481
  }, e));
482
482
  }
@@ -569,8 +569,8 @@ const Mt = {
569
569
  maxContentLength: -1,
570
570
  maxBodyLength: -1,
571
571
  env: {
572
- FormData: z.classes.FormData,
573
- Blob: z.classes.Blob
572
+ FormData: Q.classes.FormData,
573
+ Blob: Q.classes.Blob
574
574
  },
575
575
  validateStatus: function(e) {
576
576
  return e >= 200 && e < 300;
@@ -603,7 +603,7 @@ const Lt = Mt, Fi = f.toObjectSet([
603
603
  "referer",
604
604
  "retry-after",
605
605
  "user-agent"
606
- ]), Bi = (t) => {
606
+ ]), Pi = (t) => {
607
607
  const e = {};
608
608
  let n, i, r;
609
609
  return t && t.split(`
@@ -617,7 +617,7 @@ function Ee(t) {
617
617
  function je(t) {
618
618
  return t === !1 || t == null ? t : f.isArray(t) ? t.map(je) : String(t);
619
619
  }
620
- function Pi(t) {
620
+ function Bi(t) {
621
621
  const e = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
622
622
  let i;
623
623
  for (; i = n.exec(t); )
@@ -663,7 +663,7 @@ class at {
663
663
  (!h || r[h] === void 0 || u === !0 || u === void 0 && r[h] !== !1) && (r[h || c] = je(s));
664
664
  }
665
665
  const a = (s, c) => f.forEach(s, (u, m) => o(u, m, c));
666
- return f.isPlainObject(e) || e instanceof this.constructor ? a(e, n) : f.isString(e) && (e = e.trim()) && !Di(e) ? a(Bi(e), n) : e != null && o(n, e, i), this;
666
+ return f.isPlainObject(e) || e instanceof this.constructor ? a(e, n) : f.isString(e) && (e = e.trim()) && !Di(e) ? a(Pi(e), n) : e != null && o(n, e, i), this;
667
667
  }
668
668
  get(e, n) {
669
669
  if (e = Ee(e), e) {
@@ -673,7 +673,7 @@ class at {
673
673
  if (!n)
674
674
  return r;
675
675
  if (n === !0)
676
- return Pi(r);
676
+ return Bi(r);
677
677
  if (f.isFunction(n))
678
678
  return n.call(this, r, i);
679
679
  if (f.isRegExp(n))
@@ -769,9 +769,9 @@ f.reduceDescriptors(at.prototype, ({ value: t }, e) => {
769
769
  };
770
770
  });
771
771
  f.freezeMethods(at);
772
- const V = at;
772
+ const G = at;
773
773
  function ft(t, e) {
774
- const n = this || Lt, i = e || n, r = V.from(i.headers);
774
+ const n = this || Lt, i = e || n, r = G.from(i.headers);
775
775
  let o = i.data;
776
776
  return f.forEach(t, function(s) {
777
777
  o = s.call(n, o, r.normalize(), e ? e.status : void 0);
@@ -796,7 +796,7 @@ function Mi(t, e, n) {
796
796
  n
797
797
  ));
798
798
  }
799
- const Li = z.hasStandardBrowserEnv ? (
799
+ const Li = Q.hasStandardBrowserEnv ? (
800
800
  // Standard browser envs support document.cookie
801
801
  {
802
802
  write(t, e, n, i, r, o) {
@@ -826,13 +826,13 @@ const Li = z.hasStandardBrowserEnv ? (
826
826
  function Hi(t) {
827
827
  return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(t);
828
828
  }
829
- function Qi(t, e) {
829
+ function zi(t, e) {
830
830
  return e ? t.replace(/\/?\/$/, "") + "/" + e.replace(/^\/+/, "") : t;
831
831
  }
832
832
  function ir(t, e) {
833
- return t && !Hi(e) ? Qi(t, e) : e;
833
+ return t && !Hi(e) ? zi(t, e) : e;
834
834
  }
835
- const zi = z.hasStandardBrowserEnv ? (
835
+ const Qi = Q.hasStandardBrowserEnv ? (
836
836
  // Standard browser envs have full support of the APIs needed to test
837
837
  // whether the request URL is of the same origin as current location.
838
838
  function() {
@@ -868,7 +868,7 @@ function qi(t) {
868
868
  const e = /^([-+\w]{1,25})(:?\/\/|:)/.exec(t);
869
869
  return e && e[1] || "";
870
870
  }
871
- function Gi(t, e) {
871
+ function Ji(t, e) {
872
872
  t = t || 10;
873
873
  const n = new Array(t), i = new Array(t);
874
874
  let r = 0, o = 0, a;
@@ -886,7 +886,7 @@ function Gi(t, e) {
886
886
  }
887
887
  function ln(t, e) {
888
888
  let n = 0;
889
- const i = Gi(50, 250);
889
+ const i = Ji(50, 250);
890
890
  return (r) => {
891
891
  const o = r.loaded, a = r.lengthComputable ? r.total : void 0, s = o - n, c = i(s), u = o <= a;
892
892
  n = o;
@@ -902,17 +902,17 @@ function ln(t, e) {
902
902
  m[e ? "download" : "upload"] = !0, t(m);
903
903
  };
904
904
  }
905
- const Ji = typeof XMLHttpRequest < "u", Vi = Ji && function(t) {
905
+ const Vi = typeof XMLHttpRequest < "u", Gi = Vi && function(t) {
906
906
  return new Promise(function(n, i) {
907
907
  let r = t.data;
908
- const o = V.from(t.headers).normalize();
908
+ const o = G.from(t.headers).normalize();
909
909
  let { responseType: a, withXSRFToken: s } = t, c;
910
910
  function u() {
911
911
  t.cancelToken && t.cancelToken.unsubscribe(c), t.signal && t.signal.removeEventListener("abort", c);
912
912
  }
913
913
  let m;
914
914
  if (f.isFormData(r)) {
915
- if (z.hasStandardBrowserEnv || z.hasStandardBrowserWebWorkerEnv)
915
+ if (Q.hasStandardBrowserEnv || Q.hasStandardBrowserWebWorkerEnv)
916
916
  o.setContentType(!1);
917
917
  else if ((m = o.getContentType()) !== !1) {
918
918
  const [g, ...T] = m ? m.split(";").map((w) => w.trim()).filter(Boolean) : [];
@@ -929,7 +929,7 @@ const Ji = typeof XMLHttpRequest < "u", Vi = Ji && function(t) {
929
929
  function E() {
930
930
  if (!h)
931
931
  return;
932
- const g = V.from(
932
+ const g = G.from(
933
933
  "getAllResponseHeaders" in h && h.getAllResponseHeaders()
934
934
  ), w = {
935
935
  data: !a || a === "text" || a === "json" ? h.responseText : h.response,
@@ -939,10 +939,10 @@ const Ji = typeof XMLHttpRequest < "u", Vi = Ji && function(t) {
939
939
  config: t,
940
940
  request: h
941
941
  };
942
- Mi(function(P) {
943
- n(P), u();
944
- }, function(P) {
945
- i(P), u();
942
+ Mi(function(B) {
943
+ n(B), u();
944
+ }, function(B) {
945
+ i(B), u();
946
946
  }, w), h = null;
947
947
  }
948
948
  if ("onloadend" in h ? h.onloadend = E : h.onreadystatechange = function() {
@@ -960,7 +960,7 @@ const Ji = typeof XMLHttpRequest < "u", Vi = Ji && function(t) {
960
960
  t,
961
961
  h
962
962
  )), h = null;
963
- }, z.hasStandardBrowserEnv && (s && f.isFunction(s) && (s = s(t)), s || s !== !1 && zi(v))) {
963
+ }, Q.hasStandardBrowserEnv && (s && f.isFunction(s) && (s = s(t)), s || s !== !1 && Qi(v))) {
964
964
  const g = t.xsrfHeaderName && t.xsrfCookieName && Li.read(t.xsrfCookieName);
965
965
  g && o.set(t.xsrfHeaderName, g);
966
966
  }
@@ -970,7 +970,7 @@ const Ji = typeof XMLHttpRequest < "u", Vi = Ji && function(t) {
970
970
  h && (i(!g || g.type ? new Fe(null, t, h) : g), h.abort(), h = null);
971
971
  }, t.cancelToken && t.cancelToken.subscribe(c), t.signal && (t.signal.aborted ? c() : t.signal.addEventListener("abort", c)));
972
972
  const y = qi(v);
973
- if (y && z.protocols.indexOf(y) === -1) {
973
+ if (y && Q.protocols.indexOf(y) === -1) {
974
974
  i(new x("Unsupported protocol " + y + ":", x.ERR_BAD_REQUEST, t));
975
975
  return;
976
976
  }
@@ -978,7 +978,7 @@ const Ji = typeof XMLHttpRequest < "u", Vi = Ji && function(t) {
978
978
  });
979
979
  }, Et = {
980
980
  http: yi,
981
- xhr: Vi
981
+ xhr: Gi
982
982
  };
983
983
  f.forEach(Et, (t, e) => {
984
984
  if (t) {
@@ -1025,7 +1025,7 @@ function dt(t) {
1025
1025
  throw new Fe(null, t);
1026
1026
  }
1027
1027
  function un(t) {
1028
- return dt(t), t.headers = V.from(t.headers), t.data = ft.call(
1028
+ return dt(t), t.headers = G.from(t.headers), t.data = ft.call(
1029
1029
  t,
1030
1030
  t.transformRequest
1031
1031
  ), ["post", "put", "patch"].indexOf(t.method) !== -1 && t.headers.setContentType("application/x-www-form-urlencoded", !1), or.getAdapter(t.adapter || Lt.adapter)(t).then(function(i) {
@@ -1033,16 +1033,16 @@ function un(t) {
1033
1033
  t,
1034
1034
  t.transformResponse,
1035
1035
  i
1036
- ), i.headers = V.from(i.headers), i;
1036
+ ), i.headers = G.from(i.headers), i;
1037
1037
  }, function(i) {
1038
1038
  return rr(i) || (dt(t), i && i.response && (i.response.data = ft.call(
1039
1039
  t,
1040
1040
  t.transformResponse,
1041
1041
  i.response
1042
- ), i.response.headers = V.from(i.response.headers))), Promise.reject(i);
1042
+ ), i.response.headers = G.from(i.response.headers))), Promise.reject(i);
1043
1043
  });
1044
1044
  }
1045
- const fn = (t) => t instanceof V ? t.toJSON() : t;
1045
+ const fn = (t) => t instanceof G ? t.toJSON() : t;
1046
1046
  function he(t, e) {
1047
1047
  e = e || {};
1048
1048
  const n = {};
@@ -1192,7 +1192,7 @@ class Ze {
1192
1192
  (y) => {
1193
1193
  delete o[y];
1194
1194
  }
1195
- ), n.headers = V.concat(a, o);
1195
+ ), n.headers = G.concat(a, o);
1196
1196
  const s = [];
1197
1197
  let c = !0;
1198
1198
  this.interceptors.request.forEach(function(g) {
@@ -1260,7 +1260,7 @@ f.forEach(["post", "put", "patch"], function(e) {
1260
1260
  Ze.prototype[e] = n(), Ze.prototype[e + "Form"] = n(!0);
1261
1261
  });
1262
1262
  const Ye = Ze;
1263
- class Qt {
1263
+ class zt {
1264
1264
  constructor(e) {
1265
1265
  if (typeof e != "function")
1266
1266
  throw new TypeError("executor must be a function.");
@@ -1321,14 +1321,14 @@ class Qt {
1321
1321
  static source() {
1322
1322
  let e;
1323
1323
  return {
1324
- token: new Qt(function(r) {
1324
+ token: new zt(function(r) {
1325
1325
  e = r;
1326
1326
  }),
1327
1327
  cancel: e
1328
1328
  };
1329
1329
  }
1330
1330
  }
1331
- const Yi = Qt;
1331
+ const Yi = zt;
1332
1332
  function Ki(t) {
1333
1333
  return function(n) {
1334
1334
  return t.apply(null, n);
@@ -1407,7 +1407,7 @@ Object.entries(xt).forEach(([t, e]) => {
1407
1407
  });
1408
1408
  const Zi = xt;
1409
1409
  function ar(t) {
1410
- const e = new Ye(t), n = Qn(Ye.prototype.request, e);
1410
+ const e = new Ye(t), n = zn(Ye.prototype.request, e);
1411
1411
  return f.extend(n, Ye.prototype, e, { allOwnKeys: !0 }), f.extend(n, e, null, { allOwnKeys: !0 }), n.create = function(r) {
1412
1412
  return ar(he(t, r));
1413
1413
  }, n;
@@ -1427,7 +1427,7 @@ R.all = function(e) {
1427
1427
  R.spread = Ki;
1428
1428
  R.isAxiosError = Xi;
1429
1429
  R.mergeConfig = he;
1430
- R.AxiosHeaders = V;
1430
+ R.AxiosHeaders = G;
1431
1431
  R.formToJSON = (t) => nr(f.isHTMLForm(t) ? new FormData(t) : t);
1432
1432
  R.getAdapter = or.getAdapter;
1433
1433
  R.HttpStatusCode = Zi;
@@ -1435,8 +1435,8 @@ R.default = R;
1435
1435
  const lr = R;
1436
1436
  var fe = window.navigator.userAgent, cr = "ActiveXObject" in window, $i = fe.match(/Chrome/i), eo = !!(fe.match(/(iPhone|iPad|iPod)/i) || fe.match(/Android/i) || fe.match(/Windows Phone/i) || fe.match(
1437
1437
  /IEMobile/i
1438
- )), ur = null, zt, qt, Gt, Jt;
1439
- zt = qt = Gt = Jt = !1;
1438
+ )), ur = null, Qt, qt, Jt, Vt;
1439
+ Qt = qt = Jt = Vt = !1;
1440
1440
  var to = navigator.appName;
1441
1441
  if (to == "Microsoft Internet Explorer" || cr) {
1442
1442
  var pn = fe.match(/MSIE (\d+[.\d]*)/);
@@ -1444,7 +1444,7 @@ if (to == "Microsoft Internet Explorer" || cr) {
1444
1444
  var hn = pn[1];
1445
1445
  ur = hn;
1446
1446
  var Le = parseInt(hn, 10);
1447
- zt = Le === 8, qt = Le == 9, Gt = Le == 10, Jt = Le == 11;
1447
+ Qt = Le === 8, qt = Le == 9, Jt = Le == 10, Vt = Le == 11;
1448
1448
  }
1449
1449
  }
1450
1450
  const no = {
@@ -1455,10 +1455,10 @@ const no = {
1455
1455
  isMobile: eo,
1456
1456
  // 是否移动端
1457
1457
  IEVersion: ur,
1458
- isIE8: zt,
1458
+ isIE8: Qt,
1459
1459
  isIE9: qt,
1460
- isIE10: Gt,
1461
- isIE11: Jt
1460
+ isIE10: Jt,
1461
+ isIE11: Vt
1462
1462
  };
1463
1463
  /*! js-cookie v3.0.5 | MIT */
1464
1464
  function He(t) {
@@ -1531,14 +1531,14 @@ function Tt(t, e) {
1531
1531
  );
1532
1532
  }
1533
1533
  var de = Tt(ro, { path: "/" });
1534
- let Vt = lr.create({
1534
+ let Gt = lr.create({
1535
1535
  baseURL: "https://api.play.cn/",
1536
1536
  //Util.newDom
1537
1537
  timeout: 3e4,
1538
1538
  retry: 3,
1539
1539
  retryDelay: 1e3
1540
1540
  });
1541
- Vt.interceptors.request.use((t) => {
1541
+ Gt.interceptors.request.use((t) => {
1542
1542
  if (t.headers.vc = 50300, t.headers.channel_code = de.get("ass_channel_code"), t.headers.user_id = de.get("ass_user_id"), t.headers.access_token = de.get("ass_access_token"), t.url == "/api/v1/user/info.json" && (t.baseURL = "https://open.play.cn"), !(t.method === "post" || t.method === "put")) {
1543
1543
  if (t.method === "get" && no.isIE) {
1544
1544
  let e = t.url.indexOf("?") >= 0 ? "&" : "?";
@@ -1547,12 +1547,12 @@ Vt.interceptors.request.use((t) => {
1547
1547
  }
1548
1548
  return t;
1549
1549
  }, (t) => Promise.reject(t));
1550
- Vt.interceptors.response.use((t) => {
1550
+ Gt.interceptors.response.use((t) => {
1551
1551
  let { data: e } = t;
1552
1552
  return e;
1553
1553
  }, (t) => Promise.reject(t));
1554
1554
  function io() {
1555
- return Vt;
1555
+ return Gt;
1556
1556
  }
1557
1557
  var oo = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1558
1558
  function so(t) {
@@ -1670,13 +1670,13 @@ var ht = function() {
1670
1670
  return ht;
1671
1671
  }
1672
1672
  }
1673
- }() : ht, le = uo(), To = po(), B = Object.getPrototypeOf || (To ? function(t) {
1673
+ }() : ht, le = uo(), To = po(), P = Object.getPrototypeOf || (To ? function(t) {
1674
1674
  return t.__proto__;
1675
- } : null), ue = {}, Oo = typeof Uint8Array > "u" || !B ? k : B(Uint8Array), ne = {
1675
+ } : null), ue = {}, Oo = typeof Uint8Array > "u" || !P ? k : P(Uint8Array), ne = {
1676
1676
  "%AggregateError%": typeof AggregateError > "u" ? k : AggregateError,
1677
1677
  "%Array%": Array,
1678
1678
  "%ArrayBuffer%": typeof ArrayBuffer > "u" ? k : ArrayBuffer,
1679
- "%ArrayIteratorPrototype%": le && B ? B([][Symbol.iterator]()) : k,
1679
+ "%ArrayIteratorPrototype%": le && P ? P([][Symbol.iterator]()) : k,
1680
1680
  "%AsyncFromSyncIteratorPrototype%": k,
1681
1681
  "%AsyncFunction%": ue,
1682
1682
  "%AsyncGenerator%": ue,
@@ -1707,10 +1707,10 @@ var ht = function() {
1707
1707
  "%Int32Array%": typeof Int32Array > "u" ? k : Int32Array,
1708
1708
  "%isFinite%": isFinite,
1709
1709
  "%isNaN%": isNaN,
1710
- "%IteratorPrototype%": le && B ? B(B([][Symbol.iterator]())) : k,
1710
+ "%IteratorPrototype%": le && P ? P(P([][Symbol.iterator]())) : k,
1711
1711
  "%JSON%": typeof JSON == "object" ? JSON : k,
1712
1712
  "%Map%": typeof Map > "u" ? k : Map,
1713
- "%MapIteratorPrototype%": typeof Map > "u" || !le || !B ? k : B((/* @__PURE__ */ new Map())[Symbol.iterator]()),
1713
+ "%MapIteratorPrototype%": typeof Map > "u" || !le || !P ? k : P((/* @__PURE__ */ new Map())[Symbol.iterator]()),
1714
1714
  "%Math%": Math,
1715
1715
  "%Number%": Number,
1716
1716
  "%Object%": Object,
@@ -1723,10 +1723,10 @@ var ht = function() {
1723
1723
  "%Reflect%": typeof Reflect > "u" ? k : Reflect,
1724
1724
  "%RegExp%": RegExp,
1725
1725
  "%Set%": typeof Set > "u" ? k : Set,
1726
- "%SetIteratorPrototype%": typeof Set > "u" || !le || !B ? k : B((/* @__PURE__ */ new Set())[Symbol.iterator]()),
1726
+ "%SetIteratorPrototype%": typeof Set > "u" || !le || !P ? k : P((/* @__PURE__ */ new Set())[Symbol.iterator]()),
1727
1727
  "%SharedArrayBuffer%": typeof SharedArrayBuffer > "u" ? k : SharedArrayBuffer,
1728
1728
  "%String%": String,
1729
- "%StringIteratorPrototype%": le && B ? B(""[Symbol.iterator]()) : k,
1729
+ "%StringIteratorPrototype%": le && P ? P(""[Symbol.iterator]()) : k,
1730
1730
  "%Symbol%": le ? Symbol : k,
1731
1731
  "%SyntaxError%": me,
1732
1732
  "%ThrowTypeError%": xo,
@@ -1741,11 +1741,11 @@ var ht = function() {
1741
1741
  "%WeakRef%": typeof WeakRef > "u" ? k : WeakRef,
1742
1742
  "%WeakSet%": typeof WeakSet > "u" ? k : WeakSet
1743
1743
  };
1744
- if (B)
1744
+ if (P)
1745
1745
  try {
1746
1746
  null.error;
1747
1747
  } catch (t) {
1748
- var Ro = B(B(t));
1748
+ var Ro = P(P(t));
1749
1749
  ne["%Error.prototype%"] = Ro;
1750
1750
  }
1751
1751
  var Co = function t(e) {
@@ -1761,7 +1761,7 @@ var Co = function t(e) {
1761
1761
  i && (n = i.prototype);
1762
1762
  } else if (e === "%AsyncIteratorPrototype%") {
1763
1763
  var r = t("%AsyncGenerator%");
1764
- r && B && (n = B(r.prototype));
1764
+ r && P && (n = P(r.prototype));
1765
1765
  }
1766
1766
  return ne[e] = n, n;
1767
1767
  }, gn = {
@@ -1816,14 +1816,14 @@ var Co = function t(e) {
1816
1816
  "%URIErrorPrototype%": ["URIError", "prototype"],
1817
1817
  "%WeakMapPrototype%": ["WeakMap", "prototype"],
1818
1818
  "%WeakSetPrototype%": ["WeakSet", "prototype"]
1819
- }, Be = Wt, $e = ko, Io = Be.call(Function.call, Array.prototype.concat), Fo = Be.call(Function.apply, Array.prototype.splice), vn = Be.call(Function.call, String.prototype.replace), et = Be.call(Function.call, String.prototype.slice), Bo = Be.call(Function.call, RegExp.prototype.exec), Po = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, Do = /\\(\\)?/g, No = function(e) {
1819
+ }, Pe = Wt, $e = ko, Io = Pe.call(Function.call, Array.prototype.concat), Fo = Pe.call(Function.apply, Array.prototype.splice), vn = Pe.call(Function.call, String.prototype.replace), et = Pe.call(Function.call, String.prototype.slice), Po = Pe.call(Function.call, RegExp.prototype.exec), Bo = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, Do = /\\(\\)?/g, No = function(e) {
1820
1820
  var n = et(e, 0, 1), i = et(e, -1);
1821
1821
  if (n === "%" && i !== "%")
1822
1822
  throw new me("invalid intrinsic syntax, expected closing `%`");
1823
1823
  if (i === "%" && n !== "%")
1824
1824
  throw new me("invalid intrinsic syntax, expected opening `%`");
1825
1825
  var r = [];
1826
- return vn(e, Po, function(o, a, s, c) {
1826
+ return vn(e, Bo, function(o, a, s, c) {
1827
1827
  r[r.length] = s ? vn(c, Do, "$1") : a || o;
1828
1828
  }), r;
1829
1829
  }, Uo = function(e, n) {
@@ -1844,7 +1844,7 @@ var Co = function t(e) {
1844
1844
  throw new pe("intrinsic name must be a non-empty string");
1845
1845
  if (arguments.length > 1 && typeof n != "boolean")
1846
1846
  throw new pe('"allowMissing" argument must be a boolean');
1847
- if (Bo(/^%?[^%]*%?$/, e) === null)
1847
+ if (Po(/^%?[^%]*%?$/, e) === null)
1848
1848
  throw new me("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
1849
1849
  var i = No(e), r = i.length > 0 ? i[0] : "", o = Uo("%" + r + "%", n), a = o.name, s = o.value, c = !1, u = o.alias;
1850
1850
  u && (r = u[0], Fo(i, Io([0, 1], u)));
@@ -1901,7 +1901,7 @@ if (xe)
1901
1901
  } catch {
1902
1902
  xe = !1;
1903
1903
  }
1904
- var Qo = jt("%SyntaxError%"), ce = jt("%TypeError%"), An = hr, zo = function(e, n, i) {
1904
+ var zo = jt("%SyntaxError%"), ce = jt("%TypeError%"), An = hr, Qo = function(e, n, i) {
1905
1905
  if (!e || typeof e != "object" && typeof e != "function")
1906
1906
  throw new ce("`obj` must be an object or a function`");
1907
1907
  if (typeof n != "string" && typeof n != "symbol")
@@ -1925,11 +1925,11 @@ var Qo = jt("%SyntaxError%"), ce = jt("%TypeError%"), An = hr, zo = function(e,
1925
1925
  else if (s || !r && !o && !a)
1926
1926
  e[n] = i;
1927
1927
  else
1928
- throw new Qo("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
1929
- }, mr = re, wn = zo, qo = pr(), bn = hr, Sn = mr("%TypeError%"), Go = mr("%Math.floor%"), Jo = function(e, n) {
1928
+ throw new zo("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
1929
+ }, mr = re, wn = Qo, qo = pr(), bn = hr, Sn = mr("%TypeError%"), Jo = mr("%Math.floor%"), Vo = function(e, n) {
1930
1930
  if (typeof e != "function")
1931
1931
  throw new Sn("`fn` is not a function");
1932
- if (typeof n != "number" || n < 0 || n > 4294967295 || Go(n) !== n)
1932
+ if (typeof n != "number" || n < 0 || n > 4294967295 || Jo(n) !== n)
1933
1933
  throw new Sn("`length` must be a positive 32-bit integer");
1934
1934
  var i = arguments.length > 2 && !!arguments[2], r = !0, o = !0;
1935
1935
  if ("length" in e && bn) {
@@ -1951,7 +1951,7 @@ var Qo = jt("%SyntaxError%"), ce = jt("%TypeError%"), An = hr, zo = function(e,
1951
1951
  )), e;
1952
1952
  };
1953
1953
  (function(t) {
1954
- var e = Wt, n = re, i = Jo, r = n("%TypeError%"), o = n("%Function.prototype.apply%"), a = n("%Function.prototype.call%"), s = n("%Reflect.apply%", !0) || e.call(a, o), c = n("%Object.defineProperty%", !0), u = n("%Math.max%");
1954
+ var e = Wt, n = re, i = Vo, r = n("%TypeError%"), o = n("%Function.prototype.apply%"), a = n("%Function.prototype.call%"), s = n("%Reflect.apply%", !0) || e.call(a, o), c = n("%Object.defineProperty%", !0), u = n("%Math.max%");
1955
1955
  if (c)
1956
1956
  try {
1957
1957
  c({}, "a", { value: 1 });
@@ -1973,7 +1973,7 @@ var Qo = jt("%SyntaxError%"), ce = jt("%TypeError%"), An = hr, zo = function(e,
1973
1973
  };
1974
1974
  c ? c(t.exports, "apply", { value: m }) : t.exports.apply = m;
1975
1975
  })(dr);
1976
- var Vo = dr.exports, yr = re, _r = Vo, Wo = _r(yr("String.prototype.indexOf")), jo = function(e, n) {
1976
+ var Go = dr.exports, yr = re, _r = Go, Wo = _r(yr("String.prototype.indexOf")), jo = function(e, n) {
1977
1977
  var i = yr(e, !!n);
1978
1978
  return typeof i == "function" && Wo(e, ".prototype.") > -1 ? _r(i) : i;
1979
1979
  };
@@ -1981,7 +1981,7 @@ const Yo = {}, Ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
1981
1981
  __proto__: null,
1982
1982
  default: Yo
1983
1983
  }, Symbol.toStringTag, { value: "Module" })), Xo = /* @__PURE__ */ ao(Ko);
1984
- var Yt = typeof Map == "function" && Map.prototype, mt = Object.getOwnPropertyDescriptor && Yt ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, tt = Yt && mt && typeof mt.get == "function" ? mt.get : null, En = Yt && Map.prototype.forEach, Kt = typeof Set == "function" && Set.prototype, yt = Object.getOwnPropertyDescriptor && Kt ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, nt = Kt && yt && typeof yt.get == "function" ? yt.get : null, kn = Kt && Set.prototype.forEach, Zo = typeof WeakMap == "function" && WeakMap.prototype, Te = Zo ? WeakMap.prototype.has : null, $o = typeof WeakSet == "function" && WeakSet.prototype, Oe = $o ? WeakSet.prototype.has : null, es = typeof WeakRef == "function" && WeakRef.prototype, xn = es ? WeakRef.prototype.deref : null, ts = Boolean.prototype.valueOf, ns = Object.prototype.toString, rs = Function.prototype.toString, is = String.prototype.match, Xt = String.prototype.slice, X = String.prototype.replace, os = String.prototype.toUpperCase, Tn = String.prototype.toLowerCase, gr = RegExp.prototype.test, On = Array.prototype.concat, Q = Array.prototype.join, ss = Array.prototype.slice, Rn = Math.floor, Ct = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, _t = Object.getOwnPropertySymbols, It = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, ye = typeof Symbol == "function" && typeof Symbol.iterator == "object", N = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === ye || "symbol") ? Symbol.toStringTag : null, vr = Object.prototype.propertyIsEnumerable, Cn = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(t) {
1984
+ var Yt = typeof Map == "function" && Map.prototype, mt = Object.getOwnPropertyDescriptor && Yt ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, tt = Yt && mt && typeof mt.get == "function" ? mt.get : null, En = Yt && Map.prototype.forEach, Kt = typeof Set == "function" && Set.prototype, yt = Object.getOwnPropertyDescriptor && Kt ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, nt = Kt && yt && typeof yt.get == "function" ? yt.get : null, kn = Kt && Set.prototype.forEach, Zo = typeof WeakMap == "function" && WeakMap.prototype, Te = Zo ? WeakMap.prototype.has : null, $o = typeof WeakSet == "function" && WeakSet.prototype, Oe = $o ? WeakSet.prototype.has : null, es = typeof WeakRef == "function" && WeakRef.prototype, xn = es ? WeakRef.prototype.deref : null, ts = Boolean.prototype.valueOf, ns = Object.prototype.toString, rs = Function.prototype.toString, is = String.prototype.match, Xt = String.prototype.slice, X = String.prototype.replace, os = String.prototype.toUpperCase, Tn = String.prototype.toLowerCase, gr = RegExp.prototype.test, On = Array.prototype.concat, z = Array.prototype.join, ss = Array.prototype.slice, Rn = Math.floor, Ct = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, _t = Object.getOwnPropertySymbols, It = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, ye = typeof Symbol == "function" && typeof Symbol.iterator == "object", N = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === ye || "symbol") ? Symbol.toStringTag : null, vr = Object.prototype.propertyIsEnumerable, Cn = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(t) {
1985
1985
  return t.__proto__;
1986
1986
  } : null);
1987
1987
  function In(t, e) {
@@ -1997,7 +1997,7 @@ function In(t, e) {
1997
1997
  }
1998
1998
  return X.call(e, n, "$&_");
1999
1999
  }
2000
- var Ft = Xo, Fn = Ft.custom, Bn = wr(Fn) ? Fn : null, as = function t(e, n, i, r) {
2000
+ var Ft = Xo, Fn = Ft.custom, Pn = wr(Fn) ? Fn : null, as = function t(e, n, i, r) {
2001
2001
  var o = n || {};
2002
2002
  if (K(o, "quoteStyle") && o.quoteStyle !== "single" && o.quoteStyle !== "double")
2003
2003
  throw new TypeError('option "quoteStyle" must be "single" or "double"');
@@ -2031,24 +2031,24 @@ var Ft = Xo, Fn = Ft.custom, Bn = wr(Fn) ? Fn : null, as = function t(e, n, i, r
2031
2031
  }
2032
2032
  var m = typeof o.depth > "u" ? 5 : o.depth;
2033
2033
  if (typeof i > "u" && (i = 0), i >= m && m > 0 && typeof e == "object")
2034
- return Bt(e) ? "[Array]" : "[Object]";
2034
+ return Pt(e) ? "[Array]" : "[Object]";
2035
2035
  var h = ks(o, i);
2036
2036
  if (typeof r > "u")
2037
2037
  r = [];
2038
2038
  else if (br(r, e) >= 0)
2039
2039
  return "[Circular]";
2040
- function v(G, se, Me) {
2040
+ function v(J, se, Me) {
2041
2041
  if (se && (r = ss.call(r), r.push(se)), Me) {
2042
2042
  var ae = {
2043
2043
  depth: o.depth
2044
2044
  };
2045
- return K(o, "quoteStyle") && (ae.quoteStyle = o.quoteStyle), t(G, ae, i + 1, r);
2045
+ return K(o, "quoteStyle") && (ae.quoteStyle = o.quoteStyle), t(J, ae, i + 1, r);
2046
2046
  }
2047
- return t(G, o, i + 1, r);
2047
+ return t(J, o, i + 1, r);
2048
2048
  }
2049
- if (typeof e == "function" && !Pn(e)) {
2050
- var E = ys(e), y = Qe(e, v);
2051
- return "[Function" + (E ? ": " + E : " (anonymous)") + "]" + (y.length > 0 ? " { " + Q.call(y, ", ") + " }" : "");
2049
+ if (typeof e == "function" && !Bn(e)) {
2050
+ var E = ys(e), y = ze(e, v);
2051
+ return "[Function" + (E ? ": " + E : " (anonymous)") + "]" + (y.length > 0 ? " { " + z.call(y, ", ") + " }" : "");
2052
2052
  }
2053
2053
  if (wr(e)) {
2054
2054
  var g = ye ? X.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") : It.call(e);
@@ -2059,32 +2059,32 @@ var Ft = Xo, Fn = Ft.custom, Bn = wr(Fn) ? Fn : null, as = function t(e, n, i, r
2059
2059
  T += " " + w[C].name + "=" + Ar(ls(w[C].value), "double", o);
2060
2060
  return T += ">", e.childNodes && e.childNodes.length && (T += "..."), T += "</" + Tn.call(String(e.nodeName)) + ">", T;
2061
2061
  }
2062
- if (Bt(e)) {
2062
+ if (Pt(e)) {
2063
2063
  if (e.length === 0)
2064
2064
  return "[]";
2065
- var P = Qe(e, v);
2066
- return h && !Es(P) ? "[" + Pt(P, h) + "]" : "[ " + Q.call(P, ", ") + " ]";
2065
+ var B = ze(e, v);
2066
+ return h && !Es(B) ? "[" + Bt(B, h) + "]" : "[ " + z.call(B, ", ") + " ]";
2067
2067
  }
2068
2068
  if (us(e)) {
2069
- var W = Qe(e, v);
2070
- return !("cause" in Error.prototype) && "cause" in e && !vr.call(e, "cause") ? "{ [" + String(e) + "] " + Q.call(On.call("[cause]: " + v(e.cause), W), ", ") + " }" : W.length === 0 ? "[" + String(e) + "]" : "{ [" + String(e) + "] " + Q.call(W, ", ") + " }";
2069
+ var W = ze(e, v);
2070
+ return !("cause" in Error.prototype) && "cause" in e && !vr.call(e, "cause") ? "{ [" + String(e) + "] " + z.call(On.call("[cause]: " + v(e.cause), W), ", ") + " }" : W.length === 0 ? "[" + String(e) + "]" : "{ [" + String(e) + "] " + z.call(W, ", ") + " }";
2071
2071
  }
2072
2072
  if (typeof e == "object" && a) {
2073
- if (Bn && typeof e[Bn] == "function" && Ft)
2073
+ if (Pn && typeof e[Pn] == "function" && Ft)
2074
2074
  return Ft(e, { depth: m - i });
2075
2075
  if (a !== "symbol" && typeof e.inspect == "function")
2076
2076
  return e.inspect();
2077
2077
  }
2078
2078
  if (_s(e)) {
2079
2079
  var we = [];
2080
- return En && En.call(e, function(G, se) {
2081
- we.push(v(se, e, !0) + " => " + v(G, e));
2080
+ return En && En.call(e, function(J, se) {
2081
+ we.push(v(se, e, !0) + " => " + v(J, e));
2082
2082
  }), Dn("Map", tt.call(e), we, h);
2083
2083
  }
2084
2084
  if (As(e)) {
2085
2085
  var Ue = [];
2086
- return kn && kn.call(e, function(G) {
2087
- Ue.push(v(G, e));
2086
+ return kn && kn.call(e, function(J) {
2087
+ Ue.push(v(J, e));
2088
2088
  }), Dn("Set", nt.call(e), Ue, h);
2089
2089
  }
2090
2090
  if (gs(e))
@@ -2105,9 +2105,9 @@ var Ft = Xo, Fn = Ft.custom, Bn = wr(Fn) ? Fn : null, as = function t(e, n, i, r
2105
2105
  return "{ [object Window] }";
2106
2106
  if (e === oo)
2107
2107
  return "{ [object globalThis] }";
2108
- if (!cs(e) && !Pn(e)) {
2109
- var $ = Qe(e, v), j = Cn ? Cn(e) === Object.prototype : e instanceof Object || e.constructor === Object, ie = e instanceof Object ? "" : "null prototype", oe = !j && N && Object(e) === e && N in e ? Xt.call(Z(e), 8, -1) : ie ? "Object" : "", be = j || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", L = be + (oe || ie ? "[" + Q.call(On.call([], oe || [], ie || []), ": ") + "] " : "");
2110
- return $.length === 0 ? L + "{}" : h ? L + "{" + Pt($, h) + "}" : L + "{ " + Q.call($, ", ") + " }";
2108
+ if (!cs(e) && !Bn(e)) {
2109
+ var $ = ze(e, v), j = Cn ? Cn(e) === Object.prototype : e instanceof Object || e.constructor === Object, ie = e instanceof Object ? "" : "null prototype", oe = !j && N && Object(e) === e && N in e ? Xt.call(Z(e), 8, -1) : ie ? "Object" : "", be = j || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", L = be + (oe || ie ? "[" + z.call(On.call([], oe || [], ie || []), ": ") + "] " : "");
2110
+ return $.length === 0 ? L + "{}" : h ? L + "{" + Bt($, h) + "}" : L + "{ " + z.call($, ", ") + " }";
2111
2111
  }
2112
2112
  return String(e);
2113
2113
  };
@@ -2118,13 +2118,13 @@ function Ar(t, e, n) {
2118
2118
  function ls(t) {
2119
2119
  return X.call(String(t), /"/g, "&quot;");
2120
2120
  }
2121
- function Bt(t) {
2121
+ function Pt(t) {
2122
2122
  return Z(t) === "[object Array]" && (!N || !(typeof t == "object" && N in t));
2123
2123
  }
2124
2124
  function cs(t) {
2125
2125
  return Z(t) === "[object Date]" && (!N || !(typeof t == "object" && N in t));
2126
2126
  }
2127
- function Pn(t) {
2127
+ function Bn(t) {
2128
2128
  return Z(t) === "[object RegExp]" && (!N || !(typeof t == "object" && N in t));
2129
2129
  }
2130
2130
  function us(t) {
@@ -2281,7 +2281,7 @@ function gt(t) {
2281
2281
  return t + " { ? }";
2282
2282
  }
2283
2283
  function Dn(t, e, n, i) {
2284
- var r = i ? Pt(n, i) : Q.call(n, ", ");
2284
+ var r = i ? Bt(n, i) : z.call(n, ", ");
2285
2285
  return t + " (" + e + ") {" + r + "}";
2286
2286
  }
2287
2287
  function Es(t) {
@@ -2296,24 +2296,24 @@ function ks(t, e) {
2296
2296
  if (t.indent === " ")
2297
2297
  n = " ";
2298
2298
  else if (typeof t.indent == "number" && t.indent > 0)
2299
- n = Q.call(Array(t.indent + 1), " ");
2299
+ n = z.call(Array(t.indent + 1), " ");
2300
2300
  else
2301
2301
  return null;
2302
2302
  return {
2303
2303
  base: n,
2304
- prev: Q.call(Array(e + 1), n)
2304
+ prev: z.call(Array(e + 1), n)
2305
2305
  };
2306
2306
  }
2307
- function Pt(t, e) {
2307
+ function Bt(t, e) {
2308
2308
  if (t.length === 0)
2309
2309
  return "";
2310
2310
  var n = `
2311
2311
  ` + e.prev + e.base;
2312
- return n + Q.call(t, "," + n) + `
2312
+ return n + z.call(t, "," + n) + `
2313
2313
  ` + e.prev;
2314
2314
  }
2315
- function Qe(t, e) {
2316
- var n = Bt(t), i = [];
2315
+ function ze(t, e) {
2316
+ var n = Pt(t), i = [];
2317
2317
  if (n) {
2318
2318
  i.length = t.length;
2319
2319
  for (var r = 0; r < t.length; r++)
@@ -2332,11 +2332,11 @@ function Qe(t, e) {
2332
2332
  vr.call(t, o[u]) && i.push("[" + e(o[u]) + "]: " + e(t[o[u]], t));
2333
2333
  return i;
2334
2334
  }
2335
- var Zt = re, ve = jo, xs = as, Ts = Zt("%TypeError%"), ze = Zt("%WeakMap%", !0), qe = Zt("%Map%", !0), Os = ve("WeakMap.prototype.get", !0), Rs = ve("WeakMap.prototype.set", !0), Cs = ve("WeakMap.prototype.has", !0), Is = ve("Map.prototype.get", !0), Fs = ve("Map.prototype.set", !0), Bs = ve("Map.prototype.has", !0), $t = function(t, e) {
2335
+ var Zt = re, ve = jo, xs = as, Ts = Zt("%TypeError%"), Qe = Zt("%WeakMap%", !0), qe = Zt("%Map%", !0), Os = ve("WeakMap.prototype.get", !0), Rs = ve("WeakMap.prototype.set", !0), Cs = ve("WeakMap.prototype.has", !0), Is = ve("Map.prototype.get", !0), Fs = ve("Map.prototype.set", !0), Ps = ve("Map.prototype.has", !0), $t = function(t, e) {
2336
2336
  for (var n = t, i; (i = n.next) !== null; n = i)
2337
2337
  if (i.key === e)
2338
2338
  return n.next = i.next, i.next = t.next, t.next = i, i;
2339
- }, Ps = function(t, e) {
2339
+ }, Bs = function(t, e) {
2340
2340
  var n = $t(t, e);
2341
2341
  return n && n.value;
2342
2342
  }, Ds = function(t, e, n) {
@@ -2356,28 +2356,28 @@ var Zt = re, ve = jo, xs = as, Ts = Zt("%TypeError%"), ze = Zt("%WeakMap%", !0),
2356
2356
  throw new Ts("Side channel does not contain " + xs(o));
2357
2357
  },
2358
2358
  get: function(o) {
2359
- if (ze && o && (typeof o == "object" || typeof o == "function")) {
2359
+ if (Qe && o && (typeof o == "object" || typeof o == "function")) {
2360
2360
  if (e)
2361
2361
  return Os(e, o);
2362
2362
  } else if (qe) {
2363
2363
  if (n)
2364
2364
  return Is(n, o);
2365
2365
  } else if (i)
2366
- return Ps(i, o);
2366
+ return Bs(i, o);
2367
2367
  },
2368
2368
  has: function(o) {
2369
- if (ze && o && (typeof o == "object" || typeof o == "function")) {
2369
+ if (Qe && o && (typeof o == "object" || typeof o == "function")) {
2370
2370
  if (e)
2371
2371
  return Cs(e, o);
2372
2372
  } else if (qe) {
2373
2373
  if (n)
2374
- return Bs(n, o);
2374
+ return Ps(n, o);
2375
2375
  } else if (i)
2376
2376
  return Ns(i, o);
2377
2377
  return !1;
2378
2378
  },
2379
2379
  set: function(o, a) {
2380
- ze && o && (typeof o == "object" || typeof o == "function") ? (e || (e = new ze()), Rs(e, o, a)) : qe ? (n || (n = new qe()), Fs(n, o, a)) : (i || (i = { key: {}, next: null }), Ds(i, o, a));
2380
+ Qe && o && (typeof o == "object" || typeof o == "function") ? (e || (e = new Qe()), Rs(e, o, a)) : qe ? (n || (n = new qe()), Fs(n, o, a)) : (i || (i = { key: {}, next: null }), Ds(i, o, a));
2381
2381
  }
2382
2382
  };
2383
2383
  return r;
@@ -2400,7 +2400,7 @@ var Zt = re, ve = jo, xs = as, Ts = Zt("%TypeError%"), ze = Zt("%WeakMap%", !0),
2400
2400
  for (var t = [], e = 0; e < 256; ++e)
2401
2401
  t.push("%" + ((e < 16 ? "0" : "") + e.toString(16)).toUpperCase());
2402
2402
  return t;
2403
- }(), Qs = function(e) {
2403
+ }(), zs = function(e) {
2404
2404
  for (; e.length > 1; ) {
2405
2405
  var n = e.pop(), i = n.obj[n.prop];
2406
2406
  if (ee(i)) {
@@ -2413,7 +2413,7 @@ var Zt = re, ve = jo, xs = as, Ts = Zt("%TypeError%"), ze = Zt("%WeakMap%", !0),
2413
2413
  for (var i = n && n.plainObjects ? /* @__PURE__ */ Object.create(null) : {}, r = 0; r < e.length; ++r)
2414
2414
  typeof e[r] < "u" && (i[r] = e[r]);
2415
2415
  return i;
2416
- }, zs = function t(e, n, i) {
2416
+ }, Qs = function t(e, n, i) {
2417
2417
  if (!n)
2418
2418
  return e;
2419
2419
  if (typeof n != "object") {
@@ -2442,7 +2442,7 @@ var Zt = re, ve = jo, xs = as, Ts = Zt("%TypeError%"), ze = Zt("%WeakMap%", !0),
2442
2442
  return Object.keys(n).reduce(function(i, r) {
2443
2443
  return i[r] = n[r], i;
2444
2444
  }, e);
2445
- }, Gs = function(t, e, n) {
2445
+ }, Js = function(t, e, n) {
2446
2446
  var i = t.replace(/\+/g, " ");
2447
2447
  if (n === "iso-8859-1")
2448
2448
  return i.replace(/%[0-9a-f]{2}/gi, unescape);
@@ -2451,7 +2451,7 @@ var Zt = re, ve = jo, xs = as, Ts = Zt("%TypeError%"), ze = Zt("%WeakMap%", !0),
2451
2451
  } catch {
2452
2452
  return i;
2453
2453
  }
2454
- }, Js = function(e, n, i, r, o) {
2454
+ }, Vs = function(e, n, i, r, o) {
2455
2455
  if (e.length === 0)
2456
2456
  return e;
2457
2457
  var a = e;
@@ -2480,13 +2480,13 @@ var Zt = re, ve = jo, xs = as, Ts = Zt("%TypeError%"), ze = Zt("%WeakMap%", !0),
2480
2480
  c += 1, u = 65536 + ((u & 1023) << 10 | a.charCodeAt(c) & 1023), s += H[240 | u >> 18] + H[128 | u >> 12 & 63] + H[128 | u >> 6 & 63] + H[128 | u & 63];
2481
2481
  }
2482
2482
  return s;
2483
- }, Vs = function(e) {
2483
+ }, Gs = function(e) {
2484
2484
  for (var n = [{ obj: { o: e }, prop: "o" }], i = [], r = 0; r < n.length; ++r)
2485
2485
  for (var o = n[r], a = o.obj[o.prop], s = Object.keys(a), c = 0; c < s.length; ++c) {
2486
2486
  var u = s[c], m = a[u];
2487
2487
  typeof m == "object" && m !== null && i.indexOf(m) === -1 && (n.push({ obj: a, prop: u }), i.push(m));
2488
2488
  }
2489
- return Qs(n), e;
2489
+ return zs(n), e;
2490
2490
  }, Ws = function(e) {
2491
2491
  return Object.prototype.toString.call(e) === "[object RegExp]";
2492
2492
  }, js = function(e) {
@@ -2504,13 +2504,13 @@ var Zt = re, ve = jo, xs = as, Ts = Zt("%TypeError%"), ze = Zt("%WeakMap%", !0),
2504
2504
  arrayToObject: Er,
2505
2505
  assign: qs,
2506
2506
  combine: Ys,
2507
- compact: Vs,
2508
- decode: Gs,
2509
- encode: Js,
2507
+ compact: Gs,
2508
+ decode: Js,
2509
+ encode: Vs,
2510
2510
  isBuffer: js,
2511
2511
  isRegExp: Ws,
2512
2512
  maybeMap: Ks,
2513
- merge: zs
2513
+ merge: Qs
2514
2514
  }, xr = Us, Xe = kr, Re = en, Xs = Object.prototype.hasOwnProperty, Nn = {
2515
2515
  brackets: function(e) {
2516
2516
  return e + "[]";
@@ -2522,8 +2522,8 @@ var Zt = re, ve = jo, xs = as, Ts = Zt("%TypeError%"), ze = Zt("%WeakMap%", !0),
2522
2522
  repeat: function(e) {
2523
2523
  return e;
2524
2524
  }
2525
- }, J = Array.isArray, Zs = Array.prototype.push, Tr = function(t, e) {
2526
- Zs.apply(t, J(e) ? e : [e]);
2525
+ }, V = Array.isArray, Zs = Array.prototype.push, Tr = function(t, e) {
2526
+ Zs.apply(t, V(e) ? e : [e]);
2527
2527
  }, $s = Date.prototype.toISOString, Un = Re.default, D = {
2528
2528
  addQueryPrefix: !1,
2529
2529
  allowDots: !1,
@@ -2545,16 +2545,16 @@ var Zt = re, ve = jo, xs = as, Ts = Zt("%TypeError%"), ze = Zt("%WeakMap%", !0),
2545
2545
  }, ea = function(e) {
2546
2546
  return typeof e == "string" || typeof e == "number" || typeof e == "boolean" || typeof e == "symbol" || typeof e == "bigint";
2547
2547
  }, wt = {}, ta = function t(e, n, i, r, o, a, s, c, u, m, h, v, E, y, g, T) {
2548
- for (var w = e, C = T, P = 0, W = !1; (C = C.get(wt)) !== void 0 && !W; ) {
2548
+ for (var w = e, C = T, B = 0, W = !1; (C = C.get(wt)) !== void 0 && !W; ) {
2549
2549
  var we = C.get(e);
2550
- if (P += 1, typeof we < "u") {
2551
- if (we === P)
2550
+ if (B += 1, typeof we < "u") {
2551
+ if (we === B)
2552
2552
  throw new RangeError("Cyclic object value");
2553
2553
  W = !0;
2554
2554
  }
2555
- typeof C.get(wt) > "u" && (P = 0);
2555
+ typeof C.get(wt) > "u" && (B = 0);
2556
2556
  }
2557
- if (typeof c == "function" ? w = c(n, w) : w instanceof Date ? w = h(w) : i === "comma" && J(w) && (w = Xe.maybeMap(w, function(ae) {
2557
+ if (typeof c == "function" ? w = c(n, w) : w instanceof Date ? w = h(w) : i === "comma" && V(w) && (w = Xe.maybeMap(w, function(ae) {
2558
2558
  return ae instanceof Date ? h(ae) : ae;
2559
2559
  })), w === null) {
2560
2560
  if (o)
@@ -2572,28 +2572,28 @@ var Zt = re, ve = jo, xs = as, Ts = Zt("%TypeError%"), ze = Zt("%WeakMap%", !0),
2572
2572
  if (typeof w > "u")
2573
2573
  return $;
2574
2574
  var j;
2575
- if (i === "comma" && J(w))
2575
+ if (i === "comma" && V(w))
2576
2576
  y && s && (w = Xe.maybeMap(w, s)), j = [{ value: w.length > 0 ? w.join(",") || null : void 0 }];
2577
- else if (J(c))
2577
+ else if (V(c))
2578
2578
  j = c;
2579
2579
  else {
2580
2580
  var ie = Object.keys(w);
2581
2581
  j = u ? ie.sort(u) : ie;
2582
2582
  }
2583
- for (var oe = r && J(w) && w.length === 1 ? n + "[]" : n, be = 0; be < j.length; ++be) {
2584
- var L = j[be], G = typeof L == "object" && typeof L.value < "u" ? L.value : w[L];
2585
- if (!(a && G === null)) {
2586
- var se = J(w) ? typeof i == "function" ? i(oe, L) : oe : oe + (m ? "." + L : "[" + L + "]");
2587
- T.set(e, P);
2583
+ for (var oe = r && V(w) && w.length === 1 ? n + "[]" : n, be = 0; be < j.length; ++be) {
2584
+ var L = j[be], J = typeof L == "object" && typeof L.value < "u" ? L.value : w[L];
2585
+ if (!(a && J === null)) {
2586
+ var se = V(w) ? typeof i == "function" ? i(oe, L) : oe : oe + (m ? "." + L : "[" + L + "]");
2587
+ T.set(e, B);
2588
2588
  var Me = xr();
2589
2589
  Me.set(wt, T), Tr($, t(
2590
- G,
2590
+ J,
2591
2591
  se,
2592
2592
  i,
2593
2593
  r,
2594
2594
  o,
2595
2595
  a,
2596
- i === "comma" && y && J(w) ? null : s,
2596
+ i === "comma" && y && V(w) ? null : s,
2597
2597
  c,
2598
2598
  u,
2599
2599
  m,
@@ -2622,7 +2622,7 @@ var Zt = re, ve = jo, xs = as, Ts = Zt("%TypeError%"), ze = Zt("%WeakMap%", !0),
2622
2622
  i = e.format;
2623
2623
  }
2624
2624
  var r = Re.formatters[i], o = D.filter;
2625
- return (typeof e.filter == "function" || J(e.filter)) && (o = e.filter), {
2625
+ return (typeof e.filter == "function" || V(e.filter)) && (o = e.filter), {
2626
2626
  addQueryPrefix: typeof e.addQueryPrefix == "boolean" ? e.addQueryPrefix : D.addQueryPrefix,
2627
2627
  allowDots: typeof e.allowDots > "u" ? D.allowDots : !!e.allowDots,
2628
2628
  charset: n,
@@ -2641,7 +2641,7 @@ var Zt = re, ve = jo, xs = as, Ts = Zt("%TypeError%"), ze = Zt("%WeakMap%", !0),
2641
2641
  };
2642
2642
  }, ra = function(t, e) {
2643
2643
  var n = t, i = na(e), r, o;
2644
- typeof i.filter == "function" ? (o = i.filter, n = o("", n)) : J(i.filter) && (o = i.filter, r = o);
2644
+ typeof i.filter == "function" ? (o = i.filter, n = o("", n)) : V(i.filter) && (o = i.filter, r = o);
2645
2645
  var a = [];
2646
2646
  if (typeof n != "object" || n === null)
2647
2647
  return "";
@@ -2793,7 +2793,7 @@ let Ae = ({ url: t, params: e, method: n, ourl: i }) => {
2793
2793
  if (n === "post")
2794
2794
  return Mn.post(r, _a.stringify(e), { headers: { "Content-Type": "application/x-www-form-urlencoded" } });
2795
2795
  };
2796
- function Ge(t) {
2796
+ function Je(t) {
2797
2797
  return Ae({
2798
2798
  url: "/api/v6/terminal/configs/by_name",
2799
2799
  method: "get",
@@ -2878,7 +2878,7 @@ const Rr = (t, e) => {
2878
2878
  }
2879
2879
  }, ba = { class: "iframe-container" }, Sa = ["src"];
2880
2880
  function Ea(t, e, n, i, r, o) {
2881
- return Je((d(), p("div", ba, [
2881
+ return Ve((d(), p("div", ba, [
2882
2882
  l("iframe", {
2883
2883
  src: n.url,
2884
2884
  frameborder: "0"
@@ -2889,10 +2889,10 @@ function Ea(t, e, n, i, r, o) {
2889
2889
  id: "close-button-id"
2890
2890
  })
2891
2891
  ], 512)), [
2892
- [Ve, r.isVisible]
2892
+ [Ge, r.isVisible]
2893
2893
  ]);
2894
2894
  }
2895
- const ka = /* @__PURE__ */ Rr(wa, [["render", Ea], ["__scopeId", "data-v-ad60b680"]]), Cr = "data:image/png;base64,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", xa = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADZSURBVHgBtZPNDcIwDIWfw4ErI3QERoBTEbdOgLpBmYARChNkBG4IuCA26AgZgQUg2PwllfoHpN/BddTET3l2gJ4hf2H1ZAQ1XHA2wt8ogxvO5IrPIo4nTiOEw6hPSnYVuLgQOQGLMXrAuwEMesC7AS05GoTF9YDSveE45bRAEGwh9ajyl45z/mT4Gbum9CiOgGq36FgEcnxPRulh815Q006r5zxZ1y26ja8BBgmlu5LF1Hbq9QBFpGGMxW+VPPtYplXACdX1xfldhUJH2Fcp4o/yBQ+/64sLd6zXPMWj+XB6AAAAAElFTkSuQmCC", Pe = "data:image/png;base64,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", De = "data:image/png;base64,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", Ne = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAAAXNSR0IArs4c6QAABPxJREFUSEuVlltsFFUYx3/fzM7M3rrdFsqlLbRI0XKHEgIvGvAWFHkwQWOMvBkxIRreJJoQTHzwARMwhqiJMRoNJiqJ+IBBITEmcokFDJeUUrq0pbSyvWwvO7O7MzvHzC69EAqESfZhz3zn/L7zff/zPyM84FGpNUlE347wEopmoAEIo9QI0I5wBvzDpC6clc1491tKZnqhUruTyKkPwH0HxHpQIuV3qgO0PdL4z88zxd4DUTdf20p42bcUR6tx/sL38mSHMrhZG7+QLy8pIYyIRaQqgRmLIjKxjDqCq96WJefT02F3QVRXy06UfI7RhB96nLHO32D4PBFDYRp351hwIZsDx7dILphPtDo5EdCGcjbLoiv9EwOTEDX4/nNk/z6OP4ZrO9g9PSRMm8kk71Mz34ehMZCKaqob6xFNA6UuYslGqW21g2kliLq2qZ7k5qvgRQsDv+N2txKz/Ie3YlrEaBbyZiWzFzeUQXBIGlt3TUHS731PIfV6URpwLh4ibuUeCTARPDgKevU8kvXzykMhf43Un/9X1M0X6rE29ECR8Y7DxPOp+wJ8q4q8VomnxxHlEs71EiqOT8YrBX1DULN8KUY4EKX6ThrP7RCVWvcuodkHi9oK3MsHCJvTGKJDoh5icyAyC8/zyRWbCM/fhfIGGe3cS8XIGUycyUnjDrjRGqoa6oKxHFmnRlT3M0fwMy/nR2ys4fYpQgBY+BQktwc1wB3+EUPPQd1R6D0Eepx0LoqZ2U98uBVdU2V5K7g1rFO7dkVZ2uI/Kyr94U1yZ+tyva2Ec9PkXVEHi/dBdBs41ylGmtFv7yhDnOsgJkMDrVTxFYX+Nszxzsnz0jcIs5c1Y0TCgbR2i0rvVaBht39D1O2eqm/NctTCA2jpk1C4jd/0KfnrWwkn1+PG3sB1+jHtQxi6W5pT6DiJSVkwtzOQeKyJcCIe/P1IVPfTBcIbDafzVyK5K5MQO96MF1tFxZIvIddLuu8PTPuHUrYViSiiG9NOOnjZYaT3dKlsd0FE7RN1oyWFxBpzaZvw+IWpBsaX4RmVpRrnXR1LxvEzPZj+GLrKowloVgVaYj7E56JbceyrJ4gZLv1DMGvp9HJ1tRxFybZCZhgz0zUJGatYSTFU2i7KyaANXCYR02Z0AN9XFIoaIc0npAu9Qxq1a1eWd6qpLaI6W95Cky+KBZdi9xXMUFklo4kWfN1C5UbQ0peojJdO8UMfJw+5yByqFtZOk3Dn2gY07Rpg5G73E7bLvjYeX44nJvSdIxmf8UaYEVgq1ZrtGFon4P8kja2vlL3rRstnILt8z6PQ1UZY9+70AiyDh5rkBG0kC2rWOpJN28Dtg+Kpsq2UID2r6/D0y4hUuraN6uvA1B/NIAPbt/U7BhleDWbjQZm9b3ew/pTVp1q2IHIsGHQdh3x3B3Gr+NAeBAHBDrzKtVTXBbIulK3em7telhwr3XIzX1pBNYtF7P5byOggEQvK7j31BPeInQdH5hKbv4Bo7YugXMifbsPs3yRzL/03EX3v9du15jmUdgSkpN+i62EPj+A7NvgVpXm+GkVMg3D1Iqya55HgG8JNgdl0BHNspyQ+GZie0MwfEkPrKhn194P25l3pm80Q/FTQgD+DAwTGIjCXt+Pn9zDn419EuKeZD9Sm6lg1h1DoVRRPAhsQaShBzCcyqEI72eNnkcJRvr5wQvbdu/hEgv8DpQoQIxZU4UcAAAAASUVORK5CYII=", lt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAvJJREFUWEe9mPF1EzEMxvVt0EwA3YBu0E5AOwFlgqYT0E5AmYAwAe0EhAkaJqBMQDYQ77tn39Pp5Ds7R+r38kdaW/5Z+izJgSwcqnonIjfJzAbA7RKTWLJYVdci8tnZuANwf6jdpUA/ROTcbb4FcHEUIFV9JyInALbRBqraBKSqHXzJXve/0klU9cFoIzx1C5CqPosID8jxUNJaCKSqGxH54GDPAOzs32qBkmfoTTt4AT56h4yACjBcdwrg5UCgExH5G0RjBDUASlf4k1u4F5E1gG/eYK2HuE5Vr0XkawB1C4Dy6EYPpKpvReR3AHPhQ5XntAAlKGqIoaPH7OjlYIGs6PLkKwCPE8JvumUJ6lJEvjub/aXpgFQ1mjSb4Fo9ZDzLZMqkagcjsc1A/qQvAE5Lnjk0ZGYdQ0Z52NB1XkJBO9eRiJeIOljLy8M6aMeKQJH6VwB4uybHoSFLMom8tCYQBUYN5fEI4GoOJhltFrW1GxxoQyB/u5hzvrwSENuWPgeJyI5AzKBWXJcAnl4JyN/uPYHUbX4O4GclkA83l7WEnNV/UOOWAvnMy4vArDuoeaXDRUV3UciSsFly2BkQ5qkWJq31HupCxgRFo3lUi7omrFNzVDUUtddB2Kcs3TxaH6acgHIPYHUMAG8zjE7qm5mL7OgK3TGhChXirFRcF70cag4SeGcHoAeK6tmgk6vZpHZO4T3XFXTboPnb1pRTGmB4oykRWx36dscCjbKmiDDBUU9ViW4OKrU6zMw2zXBZ3+74Jj96/vwXqAmYQZrxQHQj3elPwPDd29fBnDdcm8F2lQ2Zb+55WJaavveK3mWEidzKPWiAvfboSVRIfJQBQfz7P9sayaH0cp2CysaYp/iS/WVg6IE36cnM1sJ7JE8tymDqbU9jPJ1/HbREK5rLhozhD1vk2Z9jUkYlmNdVKxi9wts02WvNAuVdExirc/4FoxaIoeVNqtJdNZABo6co0vfJa/yetcIw8JP1xe7xTy055/0DfJmj9v76688AAAAASUVORK5CYII=", Ta = "data:image/png;base64,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", Ir = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAAXNSR0IArs4c6QAAAHdJREFUKFOFkGERgmAQRN82MIJVTCANkCTSQCNAAxpAA4hABBusfM7JfMgw3q+be7O3tyfbNdBJmshKtu/ADbhImr9MqbH9AIocfkDAHjgFfOUgDUdgkFStIFRnICnbI9D8X2V7b277uRhfN+dG8nIXMMK1vy95AxCKOwb9TpvIAAAAAElFTkSuQmCC", Oa = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAcCAYAAAAnbDzKAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFSSURBVHgBzZeNbYMwEIXvCLN0ga7RBdoB0gG6QBboAizQBTpGu0BHiQLuGYWXRDH+wXeKn2QJ8Jn7PskgIDKMc27vBxmmJ6PM4Gd4OSZmHsggTAa5hr904sFCQl0gCI9u+hKqAlF4dNSVUBPIgkdXPQkVgSJ4dNaR6KgyUXjnfmX8rcypvGKrBBLw37zbvct488crNdUSm7dQBvzh5tI4HmTbvATrK7bTJoFSeEwZSBQLbIVHibJEkUAtPEoVJbIFtOCxREkiS0AbHksVJJICVvC4RaVEVMAaHreqkFgVSMB/CfwnKUYkPgT2NTgZkeAwXwR+mgbue5OfE3c67anrij7F7wQeBY/+hRI3Ao+GB0eBBARagQdPpsQs0Br8khwJbhV+SUqio3EMr2wA3mdmEJbg5MLuLd00/WB468aSZERBg/BLkozueHymxiPP7NP1+T8OxHF5nfcjnQAAAABJRU5ErkJggg==";
2895
+ const ka = /* @__PURE__ */ Rr(wa, [["render", Ea], ["__scopeId", "data-v-ad60b680"]]), Cr = "data:image/png;base64,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", xa = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAASCAYAAAAt6kybAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFKSURBVHgBzZZBUoMwFIb/16668whcoUdwYXXZXkDFCwgnEE6gNwjeoCtHcWG9gUfgCGzdNL6EjpMyKUMIbfPNEJJAkh/yJy+EFlLcZJw+cvYC56Hmq6D4IzUrySzsRD4hBCYyo7sy/y/uP9V/Mgy2SMziBMFCe9ZrC/1BOBRmoSV0tkIQYiVroNysIetr4vqZbwnOgnyhuEzbtVaP7raGFKdFbUuJTaSCulrydhVx+sXZCMelAqYrit8O2q5z1VP8XnF6ydkNjscG+J13idRa0BMpFhwIKMOo2P1oo7dQ3a24uudJUAvNN7zWkDKhh/K1bwMnoYoRfFspOzW26o9zZDJ8u4Y768aPbiL1uPDAzbd8yIjLHAPxEqqHF4sld6N8Gx14pcZ0u6Tbz2944C1U0eHbaogfbYxyemqEzOb82QWaCFOrqR7qRxt/zFpnw18C42QAAAAASUVORK5CYII=", Be = "data:image/png;base64,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", De = "data:image/png;base64,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", Ne = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAAAXNSR0IArs4c6QAABPxJREFUSEuVlltsFFUYx3/fzM7M3rrdFsqlLbRI0XKHEgIvGvAWFHkwQWOMvBkxIRreJJoQTHzwARMwhqiJMRoNJiqJ+IBBITEmcokFDJeUUrq0pbSyvWwvO7O7MzvHzC69EAqESfZhz3zn/L7zff/zPyM84FGpNUlE347wEopmoAEIo9QI0I5wBvzDpC6clc1491tKZnqhUruTyKkPwH0HxHpQIuV3qgO0PdL4z88zxd4DUTdf20p42bcUR6tx/sL38mSHMrhZG7+QLy8pIYyIRaQqgRmLIjKxjDqCq96WJefT02F3QVRXy06UfI7RhB96nLHO32D4PBFDYRp351hwIZsDx7dILphPtDo5EdCGcjbLoiv9EwOTEDX4/nNk/z6OP4ZrO9g9PSRMm8kk71Mz34ehMZCKaqob6xFNA6UuYslGqW21g2kliLq2qZ7k5qvgRQsDv+N2txKz/Ie3YlrEaBbyZiWzFzeUQXBIGlt3TUHS731PIfV6URpwLh4ibuUeCTARPDgKevU8kvXzykMhf43Un/9X1M0X6rE29ECR8Y7DxPOp+wJ8q4q8VomnxxHlEs71EiqOT8YrBX1DULN8KUY4EKX6ThrP7RCVWvcuodkHi9oK3MsHCJvTGKJDoh5icyAyC8/zyRWbCM/fhfIGGe3cS8XIGUycyUnjDrjRGqoa6oKxHFmnRlT3M0fwMy/nR2ys4fYpQgBY+BQktwc1wB3+EUPPQd1R6D0Eepx0LoqZ2U98uBVdU2V5K7g1rFO7dkVZ2uI/Kyr94U1yZ+tyva2Ec9PkXVEHi/dBdBs41ylGmtFv7yhDnOsgJkMDrVTxFYX+Nszxzsnz0jcIs5c1Y0TCgbR2i0rvVaBht39D1O2eqm/NctTCA2jpk1C4jd/0KfnrWwkn1+PG3sB1+jHtQxi6W5pT6DiJSVkwtzOQeKyJcCIe/P1IVPfTBcIbDafzVyK5K5MQO96MF1tFxZIvIddLuu8PTPuHUrYViSiiG9NOOnjZYaT3dKlsd0FE7RN1oyWFxBpzaZvw+IWpBsaX4RmVpRrnXR1LxvEzPZj+GLrKowloVgVaYj7E56JbceyrJ4gZLv1DMGvp9HJ1tRxFybZCZhgz0zUJGatYSTFU2i7KyaANXCYR02Z0AN9XFIoaIc0npAu9Qxq1a1eWd6qpLaI6W95Cky+KBZdi9xXMUFklo4kWfN1C5UbQ0peojJdO8UMfJw+5yByqFtZOk3Dn2gY07Rpg5G73E7bLvjYeX44nJvSdIxmf8UaYEVgq1ZrtGFon4P8kja2vlL3rRstnILt8z6PQ1UZY9+70AiyDh5rkBG0kC2rWOpJN28Dtg+Kpsq2UID2r6/D0y4hUuraN6uvA1B/NIAPbt/U7BhleDWbjQZm9b3ew/pTVp1q2IHIsGHQdh3x3B3Gr+NAeBAHBDrzKtVTXBbIulK3em7telhwr3XIzX1pBNYtF7P5byOggEQvK7j31BPeInQdH5hKbv4Bo7YugXMifbsPs3yRzL/03EX3v9du15jmUdgSkpN+i62EPj+A7NvgVpXm+GkVMg3D1Iqya55HgG8JNgdl0BHNspyQ+GZie0MwfEkPrKhn194P25l3pm80Q/FTQgD+DAwTGIjCXt+Pn9zDn419EuKeZD9Sm6lg1h1DoVRRPAhsQaShBzCcyqEI72eNnkcJRvr5wQvbdu/hEgv8DpQoQIxZU4UcAAAAASUVORK5CYII=", lt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAvJJREFUWEe9mPF1EzEMxvVt0EwA3YBu0E5AOwFlgqYT0E5AmYAwAe0EhAkaJqBMQDYQ77tn39Pp5Ds7R+r38kdaW/5Z+izJgSwcqnonIjfJzAbA7RKTWLJYVdci8tnZuANwf6jdpUA/ROTcbb4FcHEUIFV9JyInALbRBqraBKSqHXzJXve/0klU9cFoIzx1C5CqPosID8jxUNJaCKSqGxH54GDPAOzs32qBkmfoTTt4AT56h4yACjBcdwrg5UCgExH5G0RjBDUASlf4k1u4F5E1gG/eYK2HuE5Vr0XkawB1C4Dy6EYPpKpvReR3AHPhQ5XntAAlKGqIoaPH7OjlYIGs6PLkKwCPE8JvumUJ6lJEvjub/aXpgFQ1mjSb4Fo9ZDzLZMqkagcjsc1A/qQvAE5Lnjk0ZGYdQ0Z52NB1XkJBO9eRiJeIOljLy8M6aMeKQJH6VwB4uybHoSFLMom8tCYQBUYN5fEI4GoOJhltFrW1GxxoQyB/u5hzvrwSENuWPgeJyI5AzKBWXJcAnl4JyN/uPYHUbX4O4GclkA83l7WEnNV/UOOWAvnMy4vArDuoeaXDRUV3UciSsFly2BkQ5qkWJq31HupCxgRFo3lUi7omrFNzVDUUtddB2Kcs3TxaH6acgHIPYHUMAG8zjE7qm5mL7OgK3TGhChXirFRcF70cag4SeGcHoAeK6tmgk6vZpHZO4T3XFXTboPnb1pRTGmB4oykRWx36dscCjbKmiDDBUU9ViW4OKrU6zMw2zXBZ3+74Jj96/vwXqAmYQZrxQHQj3elPwPDd29fBnDdcm8F2lQ2Zb+55WJaavveK3mWEidzKPWiAvfboSVRIfJQBQfz7P9sayaH0cp2CysaYp/iS/WVg6IE36cnM1sJ7JE8tymDqbU9jPJ1/HbREK5rLhozhD1vk2Z9jUkYlmNdVKxi9wts02WvNAuVdExirc/4FoxaIoeVNqtJdNZABo6co0vfJa/yetcIw8JP1xe7xTy055/0DfJmj9v76688AAAAASUVORK5CYII=", Ta = "data:image/png;base64,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", Ir = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAAXNSR0IArs4c6QAAAHdJREFUKFOFkGERgmAQRN82MIJVTCANkCTSQCNAAxpAA4hABBusfM7JfMgw3q+be7O3tyfbNdBJmshKtu/ADbhImr9MqbH9AIocfkDAHjgFfOUgDUdgkFStIFRnICnbI9D8X2V7b277uRhfN+dG8nIXMMK1vy95AxCKOwb9TpvIAAAAAElFTkSuQmCC", Oa = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAcCAYAAAAnbDzKAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFSSURBVHgBzZeNbYMwEIXvCLN0ga7RBdoB0gG6QBboAizQBTpGu0BHiQLuGYWXRDH+wXeKn2QJ8Jn7PskgIDKMc27vBxmmJ6PM4Gd4OSZmHsggTAa5hr904sFCQl0gCI9u+hKqAlF4dNSVUBPIgkdXPQkVgSJ4dNaR6KgyUXjnfmX8rcypvGKrBBLw37zbvct488crNdUSm7dQBvzh5tI4HmTbvATrK7bTJoFSeEwZSBQLbIVHibJEkUAtPEoVJbIFtOCxREkiS0AbHksVJJICVvC4RaVEVMAaHreqkFgVSMB/CfwnKUYkPgT2NTgZkeAwXwR+mgbue5OfE3c67anrij7F7wQeBY/+hRI3Ao+GB0eBBARagQdPpsQs0Br8khwJbhV+SUqio3EMr2wA3mdmEJbg5MLuLd00/WB468aSZERBg/BLkozueHymxiPP7NP1+T8OxHF5nfcjnQAAAABJRU5ErkJggg==";
2896
2896
  const Ra = {
2897
2897
  components: {
2898
2898
  AnimatedIframe: ka
@@ -3024,7 +3024,9 @@ const Ra = {
3024
3024
  },
3025
3025
  watch: {},
3026
3026
  created() {
3027
- if (this.clientWidth = document.documentElement.clientWidth, this.clientHeight = document.documentElement.clientHeight, this.left = 0, this.top = 46, de.set("ass_channel_code", this.channel_code), de.set("ass_access_token", this.access_token), (this.channel_code == "33040993" || this.channel_code == 33040993) && (this.easyShow = !0), !navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))
3027
+ if (this.clientWidth = document.documentElement.clientWidth, this.clientHeight = document.documentElement.clientHeight, this.left = 0, this.top = 46, de.set("ass_channel_code", this.channel_code), de.set("ass_access_token", this.access_token), (this.channel_code == "33040993" || this.channel_code == 33040993) && (this.easyShow = !0), this.easyShow = !0, setTimeout(() => {
3028
+ this.showExitButton = !0;
3029
+ }, 500), !navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))
3028
3030
  this.typesOf = 3;
3029
3031
  else {
3030
3032
  const t = navigator.userAgent.toLowerCase();
@@ -3188,7 +3190,7 @@ const Ra = {
3188
3190
  }, 1e3));
3189
3191
  },
3190
3192
  getconfig() {
3191
- Ge({ name: "game_header_menus" }).then((t) => {
3193
+ Je({ name: "game_header_menus" }).then((t) => {
3192
3194
  if (console.log(t, "res"), t.code == 200) {
3193
3195
  let i = [];
3194
3196
  for (var e = 0; e < t.ext.value.length; e++) {
@@ -3201,13 +3203,12 @@ const Ra = {
3201
3203
  let r = t.ext.value;
3202
3204
  console.log(r, "extMenu"), r = r.filter((o) => o.link !== "AIHelper"), r = r.filter((o) => o.link !== "instructions"), r = r.filter((o) => o.link !== "game_quit"), this.gameList = r;
3203
3205
  }
3204
- console.log("this.gameList"), console.log(this.gameList), console.log(JSON.stringify(this.gameList));
3205
3206
  }
3206
3207
  });
3207
3208
  },
3208
3209
  // 获取清晰度
3209
3210
  getClear() {
3210
- Ge({ name: "new_resolution" }).then((t) => {
3211
+ Je({ name: "new_resolution" }).then((t) => {
3211
3212
  if (t.code == 200) {
3212
3213
  this.clearList = t.ext.value;
3213
3214
  var e = {};
@@ -3226,7 +3227,7 @@ const Ra = {
3226
3227
  },
3227
3228
  // 获取清晰度
3228
3229
  getBitrate() {
3229
- Ge({ name: "new_bitrate" }).then((t) => {
3230
+ Je({ name: "new_bitrate" }).then((t) => {
3230
3231
  if (t.code == 200) {
3231
3232
  this.bitrateList = t.ext.value, console.log("this.bitrateList"), console.log(this.bitrateList);
3232
3233
  var e = {};
@@ -3245,17 +3246,25 @@ const Ra = {
3245
3246
  },
3246
3247
  // 获取画面比例
3247
3248
  getAspect() {
3248
- Ge({ name: "aspect_ratio" }).then((t) => {
3249
- if (t.code == 200) {
3250
- this.aspectList = t.ext.value;
3251
- var e = {};
3252
- localStorage.getItem("aspect_ratio") ? (this.aspectTab = localStorage.getItem("aspect_ratio"), e = {
3249
+ if (this.easyShow) {
3250
+ var t = {
3251
+ name: "aspect_ratio",
3252
+ item_id: 1
3253
+ };
3254
+ this.$emit("set_qualitys", t), console.log(t.item_id + "-清晰度-");
3255
+ return;
3256
+ }
3257
+ Je({ name: "aspect_ratio" }).then((e) => {
3258
+ if (e.code == 200) {
3259
+ this.aspectList = e.ext.value;
3260
+ var n = {};
3261
+ localStorage.getItem("aspect_ratio") ? (this.aspectTab = localStorage.getItem("aspect_ratio"), n = {
3253
3262
  name: "aspect_ratio",
3254
3263
  item_id: localStorage.getItem("aspect_ratio")
3255
- }, this.$emit("set_qualitys", e)) : (this.aspectTab = t.ext.active_item, e = {
3264
+ }, this.$emit("set_qualitys", n)) : (this.aspectTab = e.ext.active_item, n = {
3256
3265
  name: "aspect_ratio",
3257
- item_id: t.ext.active_item
3258
- }, this.$emit("set_qualitys", e));
3266
+ item_id: e.ext.active_item
3267
+ }, this.$emit("set_qualitys", n));
3259
3268
  }
3260
3269
  });
3261
3270
  },
@@ -3646,17 +3655,19 @@ const Ra = {
3646
3655
  },
3647
3656
  selectQualityOption(t) {
3648
3657
  console.log("选择前 - showQualityDropdown:", this.showQualityDropdown), this.currentQuality = t.item_name, this.showQualityDropdown = !1, console.log("选择后 - showQualityDropdown:", this.showQualityDropdown), console.log("选择清晰度:", t.item_name);
3649
- var e = {
3658
+ var e;
3659
+ t.item_id == 1 ? e = 4 : t.item_id == 2 ? e = 3 : t.item_id == 3 ? e = 2 : t.item_id == 4 && (e = 1);
3660
+ var n = {
3650
3661
  name: "aspect_ratio",
3651
- item_id: t.item_id
3662
+ item_id: e
3652
3663
  };
3653
- console.log("选择清晰度:", e), this.$emit("set_qualitys", e);
3664
+ console.log("选择清晰度:", n), this.$emit("set_qualitys", n);
3654
3665
  }
3655
3666
  },
3656
3667
  beforeDestroy() {
3657
3668
  document.removeEventListener("fullscreenchange", this.handleFullscreenChange), document.removeEventListener("webkitfullscreenchange", this.handleFullscreenChange), document.removeEventListener("mozfullscreenchange", this.handleFullscreenChange), document.removeEventListener("MSFullscreenChange", this.handleFullscreenChange);
3658
3669
  }
3659
- }, S = (t) => (Pr("data-v-5435551a"), t = t(), Dr(), t), Ca = {
3670
+ }, S = (t) => (Br("data-v-b8970886"), t = t(), Dr(), t), Ca = {
3660
3671
  key: 0,
3661
3672
  class: "easyShow"
3662
3673
  }, Ia = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
@@ -3665,179 +3676,179 @@ const Ra = {
3665
3676
  class: "exit-button-img"
3666
3677
  }, null, -1)), Fa = [
3667
3678
  Ia
3668
- ], Ba = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "tooltip-content" }, [
3679
+ ], Pa = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "tooltip-content" }, [
3669
3680
  /* @__PURE__ */ l("div", { class: "tooltip-text" }, "点击按钮可以退出游戏"),
3670
3681
  /* @__PURE__ */ l("div", { class: "tooltip-arrow" })
3671
- ], -1)), Pa = [
3672
- Ba
3673
- ], Da = { class: "exit-dialog-content" }, Na = { class: "function-buttons" }, Ua = ["data-link", "onClick"], Ma = {
3682
+ ], -1)), Ba = [
3683
+ Pa
3684
+ ], Da = { class: "function-buttons" }, Na = ["data-link", "onClick"], Ua = {
3674
3685
  key: 0,
3675
3686
  class: "quality-content"
3676
- }, La = { class: "quality-text" }, Ha = ["src", "alt"], Qa = {
3687
+ }, Ma = { class: "quality-text" }, La = ["src", "alt"], Ha = {
3677
3688
  key: 2,
3678
3689
  class: "quality-dropdown-menu"
3679
- }, za = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "dropdown-triangle" }, null, -1)), qa = ["onClick"], Ga = { class: "function-btn-text" }, Ja = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "exit-dialog-text" }, null, -1)), Va = { class: "exit-dialog-buttons" }, Wa = ["src"], ja = { key: 3 }, Ya = {
3690
+ }, za = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "dropdown-triangle" }, null, -1)), Qa = ["onClick"], qa = { class: "function-btn-text" }, Ja = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "exit-dialog-text" }, null, -1)), Va = { class: "exit-dialog-buttons" }, Ga = ["src"], Wa = { key: 3 }, ja = {
3680
3691
  key: 0,
3681
3692
  class: "setup"
3682
- }, Ka = {
3693
+ }, Ya = {
3683
3694
  key: 0,
3684
3695
  class: "content"
3685
- }, Xa = { class: "content_top" }, Za = {
3696
+ }, Ka = { class: "content_top" }, Xa = {
3686
3697
  key: 0,
3687
3698
  class: "content_m"
3688
- }, $a = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3699
+ }, Za = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3689
3700
  /* @__PURE__ */ l("div", { class: "content_mtitle1" }, "分辨率"),
3690
3701
  /* @__PURE__ */ l("div", { class: "content_mtitle2" }, "(游戏内设置,下次启动游戏生效)")
3691
- ], -1)), el = { class: "content_m_n" }, tl = ["onClick"], nl = {
3702
+ ], -1)), $a = { class: "content_m_n" }, el = ["onClick"], tl = {
3692
3703
  key: 0,
3693
3704
  class: "content_sxy"
3694
- }, rl = {
3705
+ }, nl = {
3695
3706
  key: 0,
3696
3707
  class: "zxhy"
3697
- }, il = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3708
+ }, rl = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3698
3709
  /* @__PURE__ */ l("div", { class: "content_mtitle1" }, "清晰度"),
3699
3710
  /* @__PURE__ */ l("div", { class: "content_mtitle2" }, "(游戏内设置,立即生效)")
3700
- ], -1)), ol = { class: "content_m_n" }, sl = ["onClick"], al = {
3711
+ ], -1)), il = { class: "content_m_n" }, ol = ["onClick"], sl = {
3701
3712
  key: 0,
3702
3713
  class: "content_sxy"
3703
- }, ll = {
3714
+ }, al = {
3704
3715
  key: 0,
3705
3716
  class: "zxhy"
3706
- }, cl = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3717
+ }, ll = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3707
3718
  /* @__PURE__ */ l("div", { class: "content_mtitle1" }, "画面比例")
3708
- ], -1)), ul = { class: "content_m_n" }, fl = ["onClick"], dl = {
3719
+ ], -1)), cl = { class: "content_m_n" }, ul = ["onClick"], fl = {
3709
3720
  key: 0,
3710
3721
  class: "content_sxy"
3711
- }, pl = {
3722
+ }, dl = {
3712
3723
  key: 0,
3713
3724
  class: "zxhy"
3714
- }, hl = { class: "info" }, ml = { class: "info_left" }, yl = ["src"], _l = {
3725
+ }, pl = { class: "info" }, hl = { class: "info_left" }, ml = ["src"], yl = {
3715
3726
  key: 1,
3716
- src: Pe,
3727
+ src: Be,
3717
3728
  class: "member",
3718
3729
  alt: ""
3719
- }, gl = { class: "info_left_cont" }, vl = { class: "info_left_cont1" }, Al = { class: "info_left_cont2" }, wl = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3730
+ }, _l = { class: "info_left_cont" }, gl = { class: "info_left_cont1" }, vl = { class: "info_left_cont2" }, Al = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3720
3731
  src: De,
3721
3732
  alt: ""
3722
- }, null, -1)), bl = { class: "info_left_cont2_text" }, Sl = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3733
+ }, null, -1)), wl = { class: "info_left_cont2_text" }, bl = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3723
3734
  src: Ne,
3724
3735
  alt: ""
3725
- }, null, -1)), El = { class: "info_left_cont2_text" }, kl = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3736
+ }, null, -1)), Sl = { class: "info_left_cont2_text" }, El = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3726
3737
  src: lt,
3727
3738
  alt: ""
3728
- }, null, -1)), xl = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "info_right_exit" }, "退出", -1)), Tl = [
3729
- kl,
3730
- xl
3731
- ], Ol = { class: "setup_con" }, Rl = ["onClick"], Cl = ["src"], Il = { class: "setup_text" }, Fl = {
3739
+ }, null, -1)), kl = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "info_right_exit" }, "退出", -1)), xl = [
3740
+ El,
3741
+ kl
3742
+ ], Tl = { class: "setup_con" }, Ol = ["onClick"], Rl = ["src"], Cl = { class: "setup_text" }, Il = {
3732
3743
  key: 1,
3733
3744
  class: "computer_ai_iframe",
3734
3745
  src: "https://act.play.cn/hd/t/chat/?modal=2",
3735
3746
  width: "100%",
3736
3747
  height: "100%",
3737
3748
  style: { border: "none", height: "25rem" }
3738
- }, Bl = { key: 1 }, Pl = { class: "horiz" }, Dl = {
3749
+ }, Fl = { key: 1 }, Pl = { class: "horiz" }, Bl = {
3739
3750
  class: "horiz_cont",
3740
3751
  style: { width: "120px !important" }
3741
- }, Nl = {
3752
+ }, Dl = {
3742
3753
  class: "horiz_setup_con",
3743
3754
  style: { "padding-top": "3px" }
3744
- }, Ul = ["onClick"], Ml = ["src"], Ll = { class: "setup_text" }, Hl = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3755
+ }, Nl = ["onClick"], Ul = ["src"], Ml = { class: "setup_text" }, Ll = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3745
3756
  src: lt,
3746
3757
  alt: ""
3747
- }, null, -1)), Ql = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "setup_text" }, "退出", -1)), zl = [
3748
- Hl,
3749
- Ql
3750
- ], ql = {
3758
+ }, null, -1)), Hl = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "setup_text" }, "退出", -1)), zl = [
3759
+ Ll,
3760
+ Hl
3761
+ ], Ql = {
3751
3762
  key: 0,
3752
3763
  class: "horiz_set"
3753
- }, Gl = {
3764
+ }, ql = {
3754
3765
  class: "horiz_cont_info",
3755
3766
  style: { "padding-top": "10px", "padding-left": "20px" }
3756
- }, Jl = { class: "info_left" }, Vl = ["src"], Wl = {
3767
+ }, Jl = { class: "info_left" }, Vl = ["src"], Gl = {
3757
3768
  key: 1,
3758
- src: Pe,
3769
+ src: Be,
3759
3770
  class: "member",
3760
3771
  alt: ""
3761
- }, jl = { class: "info_left_cont" }, Yl = { class: "info_left_cont1" }, Kl = { class: "info_left_cont2" }, Xl = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3772
+ }, Wl = { class: "info_left_cont" }, jl = { class: "info_left_cont1" }, Yl = { class: "info_left_cont2" }, Kl = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3762
3773
  src: De,
3763
3774
  alt: ""
3764
- }, null, -1)), Zl = { class: "info_left_cont2_text" }, $l = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3775
+ }, null, -1)), Xl = { class: "info_left_cont2_text" }, Zl = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3765
3776
  src: Ne,
3766
3777
  alt: ""
3767
- }, null, -1)), ec = { class: "info_left_cont2_text" }, tc = { class: "content_top" }, nc = {
3778
+ }, null, -1)), $l = { class: "info_left_cont2_text" }, ec = { class: "content_top" }, tc = {
3768
3779
  key: 0,
3769
3780
  class: "horiz_m"
3770
- }, rc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3781
+ }, nc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3771
3782
  /* @__PURE__ */ l("div", { class: "content_mtitle1" }, "分辨率"),
3772
3783
  /* @__PURE__ */ l("div", { class: "content_mtitle2" }, "(游戏内设置,下次启动游戏生效)")
3773
- ], -1)), ic = { class: "content_m_n" }, oc = ["onClick"], sc = {
3784
+ ], -1)), rc = { class: "content_m_n" }, ic = ["onClick"], oc = {
3774
3785
  key: 0,
3775
3786
  class: "content_sxy"
3776
- }, ac = {
3787
+ }, sc = {
3777
3788
  key: 0,
3778
3789
  class: "zxhy"
3779
- }, lc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3780
- /* @__PURE__ */ l("div", { class: "content_mtitle1" }, "清晰度1"),
3790
+ }, ac = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3791
+ /* @__PURE__ */ l("div", { class: "content_mtitle1" }, "清晰度"),
3781
3792
  /* @__PURE__ */ l("div", { class: "content_mtitle2" }, "(游戏内设置,立即生效)")
3782
- ], -1)), cc = { class: "content_m_n" }, uc = ["onClick"], fc = {
3793
+ ], -1)), lc = { class: "content_m_n" }, cc = ["onClick"], uc = {
3783
3794
  key: 0,
3784
3795
  class: "content_sxy"
3785
- }, dc = {
3796
+ }, fc = {
3786
3797
  key: 0,
3787
3798
  class: "zxhy"
3788
- }, pc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3799
+ }, dc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3789
3800
  /* @__PURE__ */ l("div", { class: "content_mtitle1" }, "画面比例")
3790
- ], -1)), hc = { class: "content_m_n" }, mc = ["onClick"], yc = {
3801
+ ], -1)), pc = { class: "content_m_n" }, hc = ["onClick"], mc = {
3791
3802
  key: 0,
3792
3803
  class: "content_sxy"
3793
- }, _c = {
3804
+ }, yc = {
3794
3805
  key: 0,
3795
3806
  class: "zxhy"
3796
- }, gc = {
3807
+ }, _c = {
3797
3808
  key: 1,
3798
3809
  class: "horiz_set",
3799
3810
  style: { width: "410px" }
3800
- }, vc = {
3811
+ }, gc = {
3801
3812
  class: "horiz_cont_info",
3802
3813
  style: { "padding-top": "10px" }
3803
- }, Ac = { class: "info_left" }, wc = ["src"], bc = {
3814
+ }, vc = { class: "info_left" }, Ac = ["src"], wc = {
3804
3815
  key: 1,
3805
- src: Pe,
3816
+ src: Be,
3806
3817
  class: "member",
3807
3818
  alt: ""
3808
- }, Sc = { class: "info_left_cont" }, Ec = { class: "info_left_cont1" }, kc = { class: "info_left_cont2" }, xc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3819
+ }, bc = { class: "info_left_cont" }, Sc = { class: "info_left_cont1" }, Ec = { class: "info_left_cont2" }, kc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3809
3820
  src: De,
3810
3821
  alt: ""
3811
- }, null, -1)), Tc = { class: "info_left_cont2_text" }, Oc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3822
+ }, null, -1)), xc = { class: "info_left_cont2_text" }, Tc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3812
3823
  src: Ne,
3813
3824
  alt: ""
3814
- }, null, -1)), Rc = { class: "info_left_cont2_text" }, Cc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("iframe", {
3825
+ }, null, -1)), Oc = { class: "info_left_cont2_text" }, Rc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("iframe", {
3815
3826
  src: "https://act.play.cn/hd/t/chat/?modal=2",
3816
3827
  style: { border: "none", "border-width": "0px", position: "relative", "margin-top": "9px", height: "calc(100% - 55px)", width: "100%" }
3817
- }, null, -1)), Ic = { key: 4 }, Fc = { class: "horiz" }, Bc = {
3828
+ }, null, -1)), Cc = { key: 4 }, Ic = { class: "horiz" }, Fc = {
3818
3829
  key: 0,
3819
3830
  class: "ipad_cont"
3820
- }, Pc = { class: "horiz_cont_info" }, Dc = { class: "info_left" }, Nc = ["src"], Uc = {
3831
+ }, Pc = { class: "horiz_cont_info" }, Bc = { class: "info_left" }, Dc = ["src"], Nc = {
3821
3832
  key: 1,
3822
- src: Pe,
3833
+ src: Be,
3823
3834
  class: "member",
3824
3835
  style: { left: "30px", width: "35px" },
3825
3836
  alt: ""
3826
- }, Mc = { class: "info_left_cont" }, Lc = {
3837
+ }, Uc = { class: "info_left_cont" }, Mc = {
3827
3838
  class: "info_left_cont1",
3828
3839
  style: { "font-size": "22px" }
3829
- }, Hc = { class: "info_left_cont2" }, Qc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3840
+ }, Lc = { class: "info_left_cont2" }, Hc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3830
3841
  src: De,
3831
3842
  style: { width: "16px", height: "16px" },
3832
3843
  alt: ""
3833
3844
  }, null, -1)), zc = {
3834
3845
  class: "info_left_cont2_text",
3835
3846
  style: { "font-size": "18px" }
3836
- }, qc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3847
+ }, Qc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3837
3848
  src: Ne,
3838
3849
  style: { width: "16px", height: "16px" },
3839
3850
  alt: ""
3840
- }, null, -1)), Gc = {
3851
+ }, null, -1)), qc = {
3841
3852
  class: "info_left_cont2_text",
3842
3853
  style: { "font-size": "18px" }
3843
3854
  }, Jc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
@@ -3847,134 +3858,134 @@ const Ra = {
3847
3858
  }, null, -1)), Vc = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", {
3848
3859
  class: "info_right_exit",
3849
3860
  style: { "font-size": "22px" }
3850
- }, "退出", -1)), Wc = [
3861
+ }, "退出", -1)), Gc = [
3851
3862
  Jc,
3852
3863
  Vc
3853
- ], jc = {
3864
+ ], Wc = {
3854
3865
  class: "horiz_setup_con",
3855
3866
  style: { "padding-top": "23px" }
3856
- }, Yc = ["onClick"], Kc = ["src"], Xc = { class: "setup_text" }, Zc = {
3867
+ }, jc = ["onClick"], Yc = ["src"], Kc = { class: "setup_text" }, Xc = {
3857
3868
  key: 1,
3858
3869
  class: "horiz_set"
3859
- }, $c = { class: "content_top" }, eu = {
3870
+ }, Zc = { class: "content_top" }, $c = {
3860
3871
  key: 0,
3861
3872
  class: "horiz_m",
3862
3873
  style: { "margin-top": "56px", "margin-left": "24px" }
3863
- }, tu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3874
+ }, eu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3864
3875
  /* @__PURE__ */ l("div", { class: "content_mtitle1" }, "分辨率"),
3865
3876
  /* @__PURE__ */ l("div", { class: "content_mtitle2" }, "(游戏内设置,下次启动游戏生效)")
3866
- ], -1)), nu = {
3877
+ ], -1)), tu = {
3867
3878
  class: "content_m_n",
3868
3879
  style: { "margin-top": "20px" }
3869
- }, ru = ["onClick"], iu = {
3880
+ }, nu = ["onClick"], ru = {
3870
3881
  key: 0,
3871
3882
  class: "content_sxy"
3872
- }, ou = {
3883
+ }, iu = {
3873
3884
  key: 0,
3874
3885
  class: "zxhy"
3875
- }, su = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", {
3886
+ }, ou = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", {
3876
3887
  class: "content_mtitle",
3877
3888
  style: { "margin-top": "100px" }
3878
3889
  }, [
3879
3890
  /* @__PURE__ */ l("div", { class: "content_mtitle1" }, "清晰度"),
3880
3891
  /* @__PURE__ */ l("div", { class: "content_mtitle2" }, "(游戏内设置,立即生效)")
3881
- ], -1)), au = {
3892
+ ], -1)), su = {
3882
3893
  class: "content_m_n",
3883
3894
  style: { "margin-top": "20px" }
3884
- }, lu = ["onClick"], cu = {
3895
+ }, au = ["onClick"], lu = {
3885
3896
  key: 0,
3886
3897
  class: "content_sxy"
3887
- }, uu = {
3898
+ }, cu = {
3888
3899
  key: 0,
3889
3900
  class: "zxhy"
3890
- }, fu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", {
3901
+ }, uu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", {
3891
3902
  class: "content_mtitle",
3892
3903
  style: { "margin-top": "100px" }
3893
3904
  }, [
3894
3905
  /* @__PURE__ */ l("div", { class: "content_mtitle1" }, "画面比例")
3895
- ], -1)), du = {
3906
+ ], -1)), fu = {
3896
3907
  class: "content_m_n",
3897
3908
  style: { "margin-top": "20px" }
3898
- }, pu = ["onClick"], hu = {
3909
+ }, du = ["onClick"], pu = {
3899
3910
  key: 0,
3900
3911
  class: "content_sxy"
3901
- }, mu = {
3912
+ }, hu = {
3902
3913
  key: 0,
3903
3914
  class: "zxhy"
3904
- }, yu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3915
+ }, mu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3905
3916
  class: "img_one",
3906
3917
  src: Ta,
3907
3918
  alt: ""
3908
- }, null, -1)), _u = ["src"], gu = {
3919
+ }, null, -1)), yu = ["src"], _u = {
3909
3920
  key: 1,
3910
3921
  class: "computer_content"
3911
- }, vu = { class: "computer_c_header" }, Au = ["src"], wu = {
3922
+ }, gu = { class: "computer_c_header" }, vu = ["src"], Au = {
3912
3923
  key: 1,
3913
3924
  class: "computer_c_two",
3914
- src: Pe,
3925
+ src: Be,
3915
3926
  alt: ""
3916
- }, bu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3927
+ }, wu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3917
3928
  src: De,
3918
3929
  alt: ""
3919
- }, null, -1)), Su = { class: "computer_c_time" }, Eu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3930
+ }, null, -1)), bu = { class: "computer_c_time" }, Su = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3920
3931
  class: "Vector_right",
3921
3932
  src: Ir,
3922
3933
  alt: ""
3923
- }, null, -1)), ku = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3934
+ }, null, -1)), Eu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3924
3935
  src: Ne,
3925
3936
  alt: ""
3926
- }, null, -1)), xu = { class: "computer_c_time" }, Tu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3937
+ }, null, -1)), ku = { class: "computer_c_time" }, xu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3927
3938
  class: "Vector_right",
3928
3939
  src: Ir,
3929
3940
  alt: ""
3930
- }, null, -1)), Ou = {
3941
+ }, null, -1)), Tu = {
3931
3942
  class: "computer_c_data",
3932
3943
  id: "computer_c_data_id"
3933
- }, Ru = ["onMousedown"], Cu = ["src"], Iu = { class: "computer_c_item_text" }, Fu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3944
+ }, Ou = ["onMousedown"], Ru = ["src"], Cu = { class: "computer_c_item_text" }, Iu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3934
3945
  src: lt,
3935
3946
  alt: ""
3936
- }, null, -1)), Bu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "computer_c_item_text" }, "退出", -1)), Pu = [
3937
- Fu,
3938
- Bu
3939
- ], Du = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "computer_c_border" }, null, -1)), Nu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3947
+ }, null, -1)), Fu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "computer_c_item_text" }, "退出", -1)), Pu = [
3948
+ Iu,
3949
+ Fu
3950
+ ], Bu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "computer_c_border" }, null, -1)), Du = /* @__PURE__ */ S(() => /* @__PURE__ */ l("img", {
3940
3951
  src: Oa,
3941
3952
  alt: ""
3942
- }, null, -1)), Uu = [
3943
- Nu
3944
- ], Mu = { class: "content_top" }, Lu = {
3953
+ }, null, -1)), Nu = [
3954
+ Du
3955
+ ], Uu = { class: "content_top" }, Mu = {
3945
3956
  key: 0,
3946
3957
  class: "horiz_m"
3947
- }, Hu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3958
+ }, Lu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3948
3959
  /* @__PURE__ */ l("div", { class: "content_mtitle1" }, "分辨率"),
3949
3960
  /* @__PURE__ */ l("div", { class: "content_mtitle2" }, "(游戏内设置,下次启动游戏生效)")
3950
- ], -1)), Qu = { class: "content_m_n" }, zu = ["onClick"], qu = {
3961
+ ], -1)), Hu = { class: "content_m_n" }, zu = ["onClick"], Qu = {
3951
3962
  key: 0,
3952
3963
  class: "content_sxy"
3953
- }, Gu = {
3964
+ }, qu = {
3954
3965
  key: 0,
3955
3966
  class: "zxhy"
3956
3967
  }, Ju = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3957
3968
  /* @__PURE__ */ l("div", { class: "content_mtitle1" }, "清晰度"),
3958
3969
  /* @__PURE__ */ l("div", { class: "content_mtitle2" }, "(游戏内设置,立即生效)")
3959
- ], -1)), Vu = { class: "content_m_n" }, Wu = ["onClick"], ju = {
3970
+ ], -1)), Vu = { class: "content_m_n" }, Gu = ["onClick"], Wu = {
3960
3971
  key: 0,
3961
3972
  class: "content_sxy"
3962
- }, Yu = {
3973
+ }, ju = {
3963
3974
  key: 0,
3964
3975
  class: "zxhy"
3965
- }, Ku = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3976
+ }, Yu = /* @__PURE__ */ S(() => /* @__PURE__ */ l("div", { class: "content_mtitle" }, [
3966
3977
  /* @__PURE__ */ l("div", { class: "content_mtitle1" }, "画面比例")
3967
- ], -1)), Xu = { class: "content_m_n" }, Zu = ["onClick"], $u = {
3978
+ ], -1)), Ku = { class: "content_m_n" }, Xu = ["onClick"], Zu = {
3968
3979
  key: 0,
3969
3980
  class: "content_sxy"
3970
- }, ef = {
3981
+ }, $u = {
3971
3982
  key: 0,
3972
3983
  class: "zxhy"
3973
- }, tf = { class: "mask_img" }, nf = {
3984
+ }, ef = { class: "mask_img" }, tf = {
3974
3985
  key: 0,
3975
3986
  class: "guidance-row"
3976
- }, rf = ["src"], of = ["src"], sf = ["src"];
3977
- function af(t, e, n, i, r, o) {
3987
+ }, nf = ["src"], rf = ["src"], of = ["src"];
3988
+ function sf(t, e, n, i, r, o) {
3978
3989
  const a = Fr("AnimatedIframe");
3979
3990
  return d(), p("div", null, [
3980
3991
  l("div", {
@@ -3982,7 +3993,7 @@ function af(t, e, n, i, r, o) {
3982
3993
  }, ["stop"]))
3983
3994
  }, [
3984
3995
  r.easyShow ? (d(), p("div", Ca, [
3985
- Je(l("div", {
3996
+ Ve(l("div", {
3986
3997
  class: "floating-quality-widget",
3987
3998
  style: Se({
3988
3999
  width: r.itemWidth + "px",
@@ -3999,17 +4010,19 @@ function af(t, e, n, i, r, o) {
3999
4010
  r.showTooltip ? (d(), p("div", {
4000
4011
  key: 0,
4001
4012
  class: A(["tooltip-bubble", { "fade-out": r.tooltipFading }])
4002
- }, Pa, 2)) : _("", !0)
4013
+ }, Ba, 2)) : _("", !0)
4003
4014
  ], 4), [
4004
- [Ve, r.showExitButton]
4015
+ [Ge, r.showExitButton]
4005
4016
  ])
4006
4017
  ])) : _("", !0),
4007
4018
  r.showQualityPanel && r.easyShow ? (d(), p("div", {
4008
4019
  key: 1,
4009
4020
  class: A(["exit-dialog", { rotated: r.enableRotation }])
4010
4021
  }, [
4011
- l("div", Da, [
4012
- l("div", Na, [
4022
+ l("div", {
4023
+ class: A(["exit-dialog-content", { "empty-gameList": r.gameList.length === 0 }])
4024
+ }, [
4025
+ l("div", Da, [
4013
4026
  (d(!0), p(O, null, I(r.gameList, (s, c) => (d(), p("div", {
4014
4027
  key: c,
4015
4028
  class: "function-btn-container"
@@ -4019,8 +4032,8 @@ function af(t, e, n, i, r, o) {
4019
4032
  "data-link": s.link,
4020
4033
  onClick: (u) => s.link === "setting_center" ? o.toggleQualityDropdown() : o.mobileSetup(s)
4021
4034
  }, [
4022
- s.link === "setting_center" ? (d(), p("div", Ma, [
4023
- l("span", La, b(r.currentQuality), 1),
4035
+ s.link === "setting_center" ? (d(), p("div", Ua, [
4036
+ l("span", Ma, b(r.currentQuality), 1),
4024
4037
  l("img", {
4025
4038
  src: xa,
4026
4039
  alt: "下拉",
@@ -4031,19 +4044,19 @@ function af(t, e, n, i, r, o) {
4031
4044
  src: s.icon,
4032
4045
  alt: s.name,
4033
4046
  class: "function-icon"
4034
- }, null, 8, Ha)),
4035
- s.link === "setting_center" ? Je((d(), p("div", Qa, [
4047
+ }, null, 8, La)),
4048
+ s.link === "setting_center" ? Ve((d(), p("div", Ha, [
4036
4049
  za,
4037
4050
  (d(!0), p(O, null, I(r.bitrateList, (u, m) => (d(), p("div", {
4038
4051
  key: m,
4039
4052
  class: A(["dropdown-option", { active: r.currentQuality === u.item_name }]),
4040
4053
  onClick: U((h) => o.selectQualityOption(u), ["stop"])
4041
- }, b(u.item_name), 11, qa))), 128))
4054
+ }, b(u.item_name), 11, Qa))), 128))
4042
4055
  ], 512)), [
4043
- [Ve, r.showQualityDropdown]
4056
+ [Ge, r.showQualityDropdown]
4044
4057
  ]) : _("", !0)
4045
- ], 10, Ua),
4046
- l("div", Ga, b(s.title), 1)
4058
+ ], 10, Na),
4059
+ l("div", qa, b(s.title), 1)
4047
4060
  ]))), 128))
4048
4061
  ]),
4049
4062
  Ja,
@@ -4057,7 +4070,7 @@ function af(t, e, n, i, r, o) {
4057
4070
  onClick: e[2] || (e[2] = (...s) => o.confirmExit && o.confirmExit(...s))
4058
4071
  }, "继续游戏")
4059
4072
  ])
4060
- ])
4073
+ ], 2)
4061
4074
  ], 2)) : _("", !0),
4062
4075
  r.typesOf != 3 && r.expandShow && !r.easyShow ? (d(), p("div", {
4063
4076
  key: 2,
@@ -4075,20 +4088,20 @@ function af(t, e, n, i, r, o) {
4075
4088
  src: r.head_url,
4076
4089
  alt: "",
4077
4090
  style: { width: "100%", height: "100%", "border-radius": "100px" }
4078
- }, null, 8, Wa)
4091
+ }, null, 8, Ga)
4079
4092
  ], 4)) : _("", !0),
4080
- r.typesOf == 1 && !r.easyShow ? (d(), p("div", ja, [
4081
- r.anyhow == 1 && r.mobileOne ? (d(), p("div", Ya, [
4082
- r.mobileTwo ? (d(), p("div", Ka, [
4083
- l("div", Xa, [
4093
+ r.typesOf == 1 && !r.easyShow ? (d(), p("div", Wa, [
4094
+ r.anyhow == 1 && r.mobileOne ? (d(), p("div", ja, [
4095
+ r.mobileTwo ? (d(), p("div", Ya, [
4096
+ l("div", Ka, [
4084
4097
  l("div", {
4085
4098
  onClick: e[4] || (e[4] = (s) => o.tabacTive(1)),
4086
4099
  class: A(["content_tab", [r.contentTab == 1 ? "tabactive" : ""]])
4087
4100
  }, "画质", 2)
4088
4101
  ]),
4089
- r.contentTab == 1 ? (d(), p("div", Za, [
4090
- $a,
4091
- l("div", el, [
4102
+ r.contentTab == 1 ? (d(), p("div", Xa, [
4103
+ Za,
4104
+ l("div", $a, [
4092
4105
  (d(!0), p(O, null, I(r.clearList, (s, c) => (d(), p("div", {
4093
4106
  class: A(["content_m_item", [r.clearTab == s.item_id ? "content_iactive" : ""]]),
4094
4107
  key: c,
@@ -4097,16 +4110,16 @@ function af(t, e, n, i, r, o) {
4097
4110
  l("div", {
4098
4111
  class: A(["content_m_y", [r.clearTab == s.item_id ? "content_yactive" : ""]])
4099
4112
  }, [
4100
- r.clearTab == s.item_id ? (d(), p("div", nl)) : _("", !0)
4113
+ r.clearTab == s.item_id ? (d(), p("div", tl)) : _("", !0)
4101
4114
  ], 2),
4102
4115
  l("div", {
4103
4116
  class: A(["content_m_w", [r.clearTab == s.item_id ? "content_wactive" : ""]])
4104
4117
  }, b(s.resolution_name), 3),
4105
- s.condition_name ? (d(), p("div", rl, b(s.condition_name), 1)) : _("", !0)
4106
- ], 10, tl))), 128))
4118
+ s.condition_name ? (d(), p("div", nl, b(s.condition_name), 1)) : _("", !0)
4119
+ ], 10, el))), 128))
4107
4120
  ]),
4108
- il,
4109
- l("div", ol, [
4121
+ rl,
4122
+ l("div", il, [
4110
4123
  (d(!0), p(O, null, I(r.bitrateList, (s, c) => (d(), p("div", {
4111
4124
  class: A(["content_m_item", [r.codeTab == s.item_id ? "content_iactive" : ""]]),
4112
4125
  key: c,
@@ -4115,16 +4128,16 @@ function af(t, e, n, i, r, o) {
4115
4128
  l("div", {
4116
4129
  class: A(["content_m_y", [r.codeTab == s.item_id ? "content_yactive" : ""]])
4117
4130
  }, [
4118
- r.codeTab == s.item_id ? (d(), p("div", al)) : _("", !0)
4131
+ r.codeTab == s.item_id ? (d(), p("div", sl)) : _("", !0)
4119
4132
  ], 2),
4120
4133
  l("div", {
4121
4134
  class: A(["content_m_w", [r.codeTab == s.item_id ? "content_wactive" : ""]])
4122
4135
  }, b(s.item_name), 3),
4123
- s.condition_name ? (d(), p("div", ll, b(s.condition_name), 1)) : _("", !0)
4124
- ], 10, sl))), 128))
4136
+ s.condition_name ? (d(), p("div", al, b(s.condition_name), 1)) : _("", !0)
4137
+ ], 10, ol))), 128))
4125
4138
  ]),
4126
- cl,
4127
- l("div", ul, [
4139
+ ll,
4140
+ l("div", cl, [
4128
4141
  (d(!0), p(O, null, I(r.aspectList, (s, c) => (d(), p("div", {
4129
4142
  class: A(["content_m_item", [r.aspectTab == s.item_id ? "content_iactive" : ""]]),
4130
4143
  key: c,
@@ -4133,36 +4146,36 @@ function af(t, e, n, i, r, o) {
4133
4146
  l("div", {
4134
4147
  class: A(["content_m_y", [r.aspectTab == s.item_id ? "content_yactive" : ""]])
4135
4148
  }, [
4136
- r.aspectTab == s.item_id ? (d(), p("div", dl)) : _("", !0)
4149
+ r.aspectTab == s.item_id ? (d(), p("div", fl)) : _("", !0)
4137
4150
  ], 2),
4138
4151
  l("div", {
4139
4152
  class: A(["content_m_w", [r.aspectTab == s.item_id ? "content_wactive" : ""]])
4140
4153
  }, b(s.item_name), 3),
4141
- s.condition_name ? (d(), p("div", pl, b(s.condition_name), 1)) : _("", !0)
4142
- ], 10, fl))), 128))
4154
+ s.condition_name ? (d(), p("div", dl, b(s.condition_name), 1)) : _("", !0)
4155
+ ], 10, ul))), 128))
4143
4156
  ])
4144
4157
  ])) : _("", !0)
4145
4158
  ])) : _("", !0),
4146
- l("div", hl, [
4147
- l("div", ml, [
4159
+ l("div", pl, [
4160
+ l("div", hl, [
4148
4161
  r.vip_centerflag ? (d(), p("img", {
4149
4162
  key: 0,
4150
4163
  class: "info_left_img",
4151
4164
  onClick: e[5] || (e[5] = (...s) => o.head_urlT && o.head_urlT(...s)),
4152
4165
  src: r.head_url,
4153
4166
  alt: ""
4154
- }, null, 8, yl)) : _("", !0),
4155
- r.level == 2 ? (d(), p("img", _l)) : _("", !0),
4156
- l("div", gl, [
4157
- l("div", vl, b(r.nickname), 1),
4158
- l("div", Al, [
4167
+ }, null, 8, ml)) : _("", !0),
4168
+ r.level == 2 ? (d(), p("img", yl)) : _("", !0),
4169
+ l("div", _l, [
4170
+ l("div", gl, b(r.nickname), 1),
4171
+ l("div", vl, [
4159
4172
  r.durationflag ? (d(), p("div", {
4160
4173
  key: 0,
4161
4174
  class: "info_left_cont2_1",
4162
4175
  onClick: e[6] || (e[6] = (...s) => o.durationT && o.durationT(...s))
4163
4176
  }, [
4164
- wl,
4165
- l("div", bl, b(r.duration ? r.duration : "0") + "分钟", 1)
4177
+ Al,
4178
+ l("div", wl, b(r.duration ? r.duration : "0") + "分钟", 1)
4166
4179
  ])) : _("", !0),
4167
4180
  r.pointsflag ? (d(), p("div", {
4168
4181
  key: 1,
@@ -4170,8 +4183,8 @@ function af(t, e, n, i, r, o) {
4170
4183
  style: { "margin-left": "10px" },
4171
4184
  onClick: e[7] || (e[7] = (...s) => o.pointsT && o.pointsT(...s))
4172
4185
  }, [
4173
- Sl,
4174
- l("div", El, b(r.points), 1)
4186
+ bl,
4187
+ l("div", Sl, b(r.points), 1)
4175
4188
  ])) : _("", !0)
4176
4189
  ])
4177
4190
  ])
@@ -4179,9 +4192,9 @@ function af(t, e, n, i, r, o) {
4179
4192
  l("div", {
4180
4193
  class: "info_right",
4181
4194
  onClick: e[8] || (e[8] = (...s) => o.logout && o.logout(...s))
4182
- }, Tl)
4195
+ }, xl)
4183
4196
  ]),
4184
- l("div", Ol, [
4197
+ l("div", Tl, [
4185
4198
  (d(!0), p(O, null, I(r.gameList, (s, c) => (d(), p(O, { key: c }, [
4186
4199
  (n.game_cloud_service == 3 ? s.link === "feedback" || s.link === "game_quit" : !(r.isHarmony && s.link === "share") && !(s.link === "instructions" && !r.isShowOperation)) ? (d(), p("div", {
4187
4200
  key: 0,
@@ -4192,17 +4205,17 @@ function af(t, e, n, i, r, o) {
4192
4205
  l("img", {
4193
4206
  src: s.icon,
4194
4207
  alt: ""
4195
- }, null, 8, Cl),
4196
- l("div", Il, b(s.title), 1)
4197
- ], 14, Rl)) : _("", !0)
4208
+ }, null, 8, Rl),
4209
+ l("div", Cl, b(s.title), 1)
4210
+ ], 14, Ol)) : _("", !0)
4198
4211
  ], 64))), 128))
4199
4212
  ]),
4200
- r.custom_menu ? (d(), p("iframe", Fl)) : _("", !0)
4213
+ r.custom_menu ? (d(), p("iframe", Il)) : _("", !0)
4201
4214
  ])) : _("", !0),
4202
- r.anyhow == 2 && r.mobileOne ? (d(), p("div", Bl, [
4215
+ r.anyhow == 2 && r.mobileOne ? (d(), p("div", Fl, [
4203
4216
  l("div", Pl, [
4204
- l("div", Dl, [
4205
- l("div", Nl, [
4217
+ l("div", Bl, [
4218
+ l("div", Dl, [
4206
4219
  (d(!0), p(O, null, I(r.gameList, (s, c) => (d(), p(O, { key: c }, [
4207
4220
  (n.game_cloud_service == 3 ? s.link === "feedback" || s.link === "game_quit" : !(r.isHarmony && s.link === "share") && !(s.link === "instructions" && !r.isShowOperation)) ? (d(), p("div", {
4208
4221
  key: 0,
@@ -4213,9 +4226,9 @@ function af(t, e, n, i, r, o) {
4213
4226
  l("img", {
4214
4227
  src: s.icon,
4215
4228
  alt: ""
4216
- }, null, 8, Ml),
4217
- l("div", Ll, b(s.title), 1)
4218
- ], 14, Ul)) : _("", !0)
4229
+ }, null, 8, Ul),
4230
+ l("div", Ml, b(s.title), 1)
4231
+ ], 14, Nl)) : _("", !0)
4219
4232
  ], 64))), 128)),
4220
4233
  l("div", {
4221
4234
  class: "horiz_item",
@@ -4223,8 +4236,8 @@ function af(t, e, n, i, r, o) {
4223
4236
  }, zl)
4224
4237
  ])
4225
4238
  ]),
4226
- r.mobileTwo ? (d(), p("div", ql, [
4227
- l("div", Gl, [
4239
+ r.mobileTwo ? (d(), p("div", Ql, [
4240
+ l("div", ql, [
4228
4241
  l("div", Jl, [
4229
4242
  r.vip_centerflag ? (d(), p("img", {
4230
4243
  key: 0,
@@ -4233,17 +4246,17 @@ function af(t, e, n, i, r, o) {
4233
4246
  onClick: e[10] || (e[10] = (...s) => o.head_urlT && o.head_urlT(...s)),
4234
4247
  alt: ""
4235
4248
  }, null, 8, Vl)) : _("", !0),
4236
- r.level == 2 ? (d(), p("img", Wl)) : _("", !0),
4237
- l("div", jl, [
4238
- l("div", Yl, b(r.nickname), 1),
4239
- l("div", Kl, [
4249
+ r.level == 2 ? (d(), p("img", Gl)) : _("", !0),
4250
+ l("div", Wl, [
4251
+ l("div", jl, b(r.nickname), 1),
4252
+ l("div", Yl, [
4240
4253
  r.durationflag ? (d(), p("div", {
4241
4254
  key: 0,
4242
4255
  class: "info_left_cont2_1",
4243
4256
  onClick: e[11] || (e[11] = (...s) => o.durationT && o.durationT(...s))
4244
4257
  }, [
4245
- Xl,
4246
- l("div", Zl, b(r.duration ? r.duration : "0") + "分钟 ", 1)
4258
+ Kl,
4259
+ l("div", Xl, b(r.duration ? r.duration : "0") + "分钟 ", 1)
4247
4260
  ])) : _("", !0),
4248
4261
  r.pointsflag ? (d(), p("div", {
4249
4262
  key: 1,
@@ -4251,22 +4264,22 @@ function af(t, e, n, i, r, o) {
4251
4264
  style: { "margin-left": "10px" },
4252
4265
  onClick: e[12] || (e[12] = (...s) => o.pointsT && o.pointsT(...s))
4253
4266
  }, [
4254
- $l,
4255
- l("div", ec, b(r.points), 1)
4267
+ Zl,
4268
+ l("div", $l, b(r.points), 1)
4256
4269
  ])) : _("", !0)
4257
4270
  ])
4258
4271
  ])
4259
4272
  ])
4260
4273
  ]),
4261
- l("div", tc, [
4274
+ l("div", ec, [
4262
4275
  l("div", {
4263
4276
  onClick: e[13] || (e[13] = (s) => o.tabacTive(1)),
4264
4277
  class: A(["content_tab", [r.contentTab == 1 ? "tabactive" : ""]])
4265
4278
  }, "画质", 2)
4266
4279
  ]),
4267
- r.contentTab == 1 ? (d(), p("div", nc, [
4268
- rc,
4269
- l("div", ic, [
4280
+ r.contentTab == 1 ? (d(), p("div", tc, [
4281
+ nc,
4282
+ l("div", rc, [
4270
4283
  (d(!0), p(O, null, I(r.clearList, (s, c) => (d(), p("div", {
4271
4284
  class: A(["content_m_item", [r.clearTab == s.item_id ? "content_iactive" : ""]]),
4272
4285
  key: c,
@@ -4275,16 +4288,16 @@ function af(t, e, n, i, r, o) {
4275
4288
  l("div", {
4276
4289
  class: A(["content_m_y", [r.clearTab == s.item_id ? "content_yactive" : ""]])
4277
4290
  }, [
4278
- r.clearTab == s.item_id ? (d(), p("div", sc)) : _("", !0)
4291
+ r.clearTab == s.item_id ? (d(), p("div", oc)) : _("", !0)
4279
4292
  ], 2),
4280
4293
  l("div", {
4281
4294
  class: A(["content_m_w", [r.clearTab == s.item_id ? "content_wactive" : ""]])
4282
4295
  }, b(s.resolution_name), 3),
4283
- s.condition_name ? (d(), p("div", ac, b(s.condition_name), 1)) : _("", !0)
4284
- ], 10, oc))), 128))
4296
+ s.condition_name ? (d(), p("div", sc, b(s.condition_name), 1)) : _("", !0)
4297
+ ], 10, ic))), 128))
4285
4298
  ]),
4286
- lc,
4287
- l("div", cc, [
4299
+ ac,
4300
+ l("div", lc, [
4288
4301
  (d(!0), p(O, null, I(r.bitrateList, (s, c) => (d(), p("div", {
4289
4302
  class: A(["content_m_item", [r.codeTab == s.item_id ? "content_iactive" : ""]]),
4290
4303
  key: c,
@@ -4293,16 +4306,16 @@ function af(t, e, n, i, r, o) {
4293
4306
  l("div", {
4294
4307
  class: A(["content_m_y", [r.codeTab == s.item_id ? "content_yactive" : ""]])
4295
4308
  }, [
4296
- r.codeTab == s.item_id ? (d(), p("div", fc)) : _("", !0)
4309
+ r.codeTab == s.item_id ? (d(), p("div", uc)) : _("", !0)
4297
4310
  ], 2),
4298
4311
  l("div", {
4299
4312
  class: A(["content_m_w", [r.codeTab == s.item_id ? "content_wactive" : ""]])
4300
4313
  }, b(s.item_name), 3),
4301
- s.condition_name ? (d(), p("div", dc, b(s.condition_name), 1)) : _("", !0)
4302
- ], 10, uc))), 128))
4314
+ s.condition_name ? (d(), p("div", fc, b(s.condition_name), 1)) : _("", !0)
4315
+ ], 10, cc))), 128))
4303
4316
  ]),
4304
- pc,
4305
- l("div", hc, [
4317
+ dc,
4318
+ l("div", pc, [
4306
4319
  (d(!0), p(O, null, I(r.aspectList, (s, c) => (d(), p("div", {
4307
4320
  class: A(["content_m_item", [r.aspectTab == s.item_id ? "content_iactive" : ""]]),
4308
4321
  key: c,
@@ -4311,36 +4324,36 @@ function af(t, e, n, i, r, o) {
4311
4324
  l("div", {
4312
4325
  class: A(["content_m_y", [r.aspectTab == s.item_id ? "content_yactive" : ""]])
4313
4326
  }, [
4314
- r.aspectTab == s.item_id ? (d(), p("div", yc)) : _("", !0)
4327
+ r.aspectTab == s.item_id ? (d(), p("div", mc)) : _("", !0)
4315
4328
  ], 2),
4316
4329
  l("div", {
4317
4330
  class: A(["content_m_w", [r.aspectTab == s.item_id ? "content_wactive" : ""]])
4318
4331
  }, b(s.item_name), 3),
4319
- s.condition_name ? (d(), p("div", _c, b(s.condition_name), 1)) : _("", !0)
4320
- ], 10, mc))), 128))
4332
+ s.condition_name ? (d(), p("div", yc, b(s.condition_name), 1)) : _("", !0)
4333
+ ], 10, hc))), 128))
4321
4334
  ])
4322
4335
  ])) : _("", !0)
4323
- ])) : r.custom_menu ? (d(), p("div", gc, [
4324
- l("div", vc, [
4325
- l("div", Ac, [
4336
+ ])) : r.custom_menu ? (d(), p("div", _c, [
4337
+ l("div", gc, [
4338
+ l("div", vc, [
4326
4339
  r.vip_centerflag ? (d(), p("img", {
4327
4340
  key: 0,
4328
4341
  class: "info_left_img",
4329
4342
  src: r.head_url,
4330
4343
  onClick: e[14] || (e[14] = (...s) => o.head_urlT && o.head_urlT(...s)),
4331
4344
  alt: ""
4332
- }, null, 8, wc)) : _("", !0),
4333
- r.level == 2 ? (d(), p("img", bc)) : _("", !0),
4334
- l("div", Sc, [
4335
- l("div", Ec, b(r.nickname), 1),
4336
- l("div", kc, [
4345
+ }, null, 8, Ac)) : _("", !0),
4346
+ r.level == 2 ? (d(), p("img", wc)) : _("", !0),
4347
+ l("div", bc, [
4348
+ l("div", Sc, b(r.nickname), 1),
4349
+ l("div", Ec, [
4337
4350
  r.durationflag ? (d(), p("div", {
4338
4351
  key: 0,
4339
4352
  class: "info_left_cont2_1",
4340
4353
  onClick: e[15] || (e[15] = (...s) => o.durationT && o.durationT(...s))
4341
4354
  }, [
4342
- xc,
4343
- l("div", Tc, b(r.duration ? r.duration : "0") + "分钟 ", 1)
4355
+ kc,
4356
+ l("div", xc, b(r.duration ? r.duration : "0") + "分钟 ", 1)
4344
4357
  ])) : _("", !0),
4345
4358
  r.pointsflag ? (d(), p("div", {
4346
4359
  key: 1,
@@ -4348,23 +4361,23 @@ function af(t, e, n, i, r, o) {
4348
4361
  style: { "margin-left": "10px" },
4349
4362
  onClick: e[16] || (e[16] = (...s) => o.pointsT && o.pointsT(...s))
4350
4363
  }, [
4351
- Oc,
4352
- l("div", Rc, b(r.points), 1)
4364
+ Tc,
4365
+ l("div", Oc, b(r.points), 1)
4353
4366
  ])) : _("", !0)
4354
4367
  ])
4355
4368
  ])
4356
4369
  ])
4357
4370
  ]),
4358
- Cc
4371
+ Rc
4359
4372
  ])) : _("", !0)
4360
4373
  ])
4361
4374
  ])) : _("", !0)
4362
4375
  ])) : _("", !0),
4363
- r.typesOf == 2 && !r.easyShow ? (d(), p("div", Ic, [
4364
- l("div", Fc, [
4365
- r.mobileOne ? (d(), p("div", Bc, [
4376
+ r.typesOf == 2 && !r.easyShow ? (d(), p("div", Cc, [
4377
+ l("div", Ic, [
4378
+ r.mobileOne ? (d(), p("div", Fc, [
4366
4379
  l("div", Pc, [
4367
- l("div", Dc, [
4380
+ l("div", Bc, [
4368
4381
  r.vip_centerflag ? (d(), p("img", {
4369
4382
  key: 0,
4370
4383
  style: { width: "65px", height: "65px" },
@@ -4372,17 +4385,17 @@ function af(t, e, n, i, r, o) {
4372
4385
  onClick: e[17] || (e[17] = (...s) => o.head_urlT && o.head_urlT(...s)),
4373
4386
  src: r.head_url,
4374
4387
  alt: ""
4375
- }, null, 8, Nc)) : _("", !0),
4376
- r.level == 2 ? (d(), p("img", Uc)) : _("", !0),
4377
- l("div", Mc, [
4378
- l("div", Lc, b(r.nickname), 1),
4379
- l("div", Hc, [
4388
+ }, null, 8, Dc)) : _("", !0),
4389
+ r.level == 2 ? (d(), p("img", Nc)) : _("", !0),
4390
+ l("div", Uc, [
4391
+ l("div", Mc, b(r.nickname), 1),
4392
+ l("div", Lc, [
4380
4393
  r.durationflag ? (d(), p("div", {
4381
4394
  key: 0,
4382
4395
  class: "info_left_cont2_1",
4383
4396
  onClick: e[18] || (e[18] = (...s) => o.durationT && o.durationT(...s))
4384
4397
  }, [
4385
- Qc,
4398
+ Hc,
4386
4399
  l("div", zc, b(r.duration ? r.duration : "0") + "分钟", 1)
4387
4400
  ])) : _("", !0),
4388
4401
  r.pointsflag ? (d(), p("div", {
@@ -4391,8 +4404,8 @@ function af(t, e, n, i, r, o) {
4391
4404
  style: { "margin-left": "10px" },
4392
4405
  onClick: e[19] || (e[19] = (...s) => o.pointsT && o.pointsT(...s))
4393
4406
  }, [
4394
- qc,
4395
- l("div", Gc, b(r.points), 1)
4407
+ Qc,
4408
+ l("div", qc, b(r.points), 1)
4396
4409
  ])) : _("", !0)
4397
4410
  ])
4398
4411
  ])
@@ -4400,10 +4413,10 @@ function af(t, e, n, i, r, o) {
4400
4413
  l("div", {
4401
4414
  class: "info_right",
4402
4415
  onClick: e[20] || (e[20] = (...s) => o.logout && o.logout(...s))
4403
- }, Wc)
4416
+ }, Gc)
4404
4417
  ]),
4405
4418
  l("div", null, [
4406
- l("div", jc, [
4419
+ l("div", Wc, [
4407
4420
  (d(!0), p(O, null, I(r.gameList, (s, c) => (d(), p(O, { key: c }, [
4408
4421
  (n.game_cloud_service == 3 ? s.link === "feedback" || s.link === "game_quit" : !(r.isHarmony && s.link === "share") && !(s.link === "instructions" && !r.isShowOperation)) ? (d(), p("div", {
4409
4422
  key: 0,
@@ -4414,23 +4427,23 @@ function af(t, e, n, i, r, o) {
4414
4427
  l("img", {
4415
4428
  src: s.icon,
4416
4429
  alt: ""
4417
- }, null, 8, Kc),
4418
- l("div", Xc, b(s.title), 1)
4419
- ], 14, Yc)) : _("", !0)
4430
+ }, null, 8, Yc),
4431
+ l("div", Kc, b(s.title), 1)
4432
+ ], 14, jc)) : _("", !0)
4420
4433
  ], 64))), 128))
4421
4434
  ])
4422
4435
  ])
4423
4436
  ])) : _("", !0),
4424
- r.mobileTwo ? (d(), p("div", Zc, [
4425
- l("div", $c, [
4437
+ r.mobileTwo ? (d(), p("div", Xc, [
4438
+ l("div", Zc, [
4426
4439
  l("div", {
4427
4440
  onClick: e[21] || (e[21] = (s) => o.tabacTive(1)),
4428
4441
  class: A(["content_tab", [r.contentTab == 1 ? "tabactive" : ""]])
4429
4442
  }, "画质", 2)
4430
4443
  ]),
4431
- r.contentTab == 1 ? (d(), p("div", eu, [
4432
- tu,
4433
- l("div", nu, [
4444
+ r.contentTab == 1 ? (d(), p("div", $c, [
4445
+ eu,
4446
+ l("div", tu, [
4434
4447
  (d(!0), p(O, null, I(r.clearList, (s, c) => (d(), p("div", {
4435
4448
  class: A(["content_m_item", [r.clearTab == s.item_id ? "content_iactive" : ""]]),
4436
4449
  key: c,
@@ -4441,17 +4454,17 @@ function af(t, e, n, i, r, o) {
4441
4454
  class: A(["content_m_y", [r.clearTab == s.item_id ? "content_yactive" : ""]]),
4442
4455
  style: { "margin-left": "17px" }
4443
4456
  }, [
4444
- r.clearTab == s.item_id ? (d(), p("div", iu)) : _("", !0)
4457
+ r.clearTab == s.item_id ? (d(), p("div", ru)) : _("", !0)
4445
4458
  ], 2),
4446
4459
  l("div", {
4447
4460
  class: A(["content_m_w", [r.clearTab == s.item_id ? "content_wactive" : ""]]),
4448
4461
  style: { "font-size": "22px" }
4449
4462
  }, b(s.resolution_name), 3),
4450
- s.condition_name ? (d(), p("div", ou, b(s.condition_name), 1)) : _("", !0)
4451
- ], 10, ru))), 128))
4463
+ s.condition_name ? (d(), p("div", iu, b(s.condition_name), 1)) : _("", !0)
4464
+ ], 10, nu))), 128))
4452
4465
  ]),
4453
- su,
4454
- l("div", au, [
4466
+ ou,
4467
+ l("div", su, [
4455
4468
  (d(!0), p(O, null, I(r.bitrateList, (s, c) => (d(), p("div", {
4456
4469
  class: A(["content_m_item", [r.codeTab == s.item_id ? "content_iactive" : ""]]),
4457
4470
  style: { width: "116px", height: "48px" },
@@ -4462,17 +4475,17 @@ function af(t, e, n, i, r, o) {
4462
4475
  class: A(["content_m_y", [r.codeTab == s.item_id ? "content_yactive" : ""]]),
4463
4476
  style: { "margin-left": "17px" }
4464
4477
  }, [
4465
- r.codeTab == s.item_id ? (d(), p("div", cu)) : _("", !0)
4478
+ r.codeTab == s.item_id ? (d(), p("div", lu)) : _("", !0)
4466
4479
  ], 2),
4467
4480
  l("div", {
4468
4481
  class: A(["content_m_w", [r.codeTab == s.item_id ? "content_wactive" : ""]]),
4469
4482
  style: { "font-size": "22px" }
4470
4483
  }, b(s.item_name), 3),
4471
- s.condition_name ? (d(), p("div", uu, b(s.condition_name), 1)) : _("", !0)
4472
- ], 10, lu))), 128))
4484
+ s.condition_name ? (d(), p("div", cu, b(s.condition_name), 1)) : _("", !0)
4485
+ ], 10, au))), 128))
4473
4486
  ]),
4474
- fu,
4475
- l("div", du, [
4487
+ uu,
4488
+ l("div", fu, [
4476
4489
  (d(!0), p(O, null, I(r.aspectList, (s, c) => (d(), p("div", {
4477
4490
  class: A(["content_m_item", [r.aspectTab == s.item_id ? "content_iactive" : ""]]),
4478
4491
  key: c,
@@ -4483,14 +4496,14 @@ function af(t, e, n, i, r, o) {
4483
4496
  class: A(["content_m_y", [r.aspectTab == s.item_id ? "content_yactive" : ""]]),
4484
4497
  style: { "margin-left": "17px" }
4485
4498
  }, [
4486
- r.aspectTab == s.item_id ? (d(), p("div", hu)) : _("", !0)
4499
+ r.aspectTab == s.item_id ? (d(), p("div", pu)) : _("", !0)
4487
4500
  ], 2),
4488
4501
  l("div", {
4489
4502
  class: A(["content_m_w", [r.aspectTab == s.item_id ? "content_wactive" : ""]]),
4490
4503
  style: { "font-size": "22px" }
4491
4504
  }, b(s.item_name), 3),
4492
- s.condition_name ? (d(), p("div", mu, b(s.condition_name), 1)) : _("", !0)
4493
- ], 10, pu))), 128))
4505
+ s.condition_name ? (d(), p("div", hu, b(s.condition_name), 1)) : _("", !0)
4506
+ ], 10, du))), 128))
4494
4507
  ])
4495
4508
  ])) : _("", !0)
4496
4509
  ])) : _("", !0)
@@ -4507,43 +4520,43 @@ function af(t, e, n, i, r, o) {
4507
4520
  class: "header_one",
4508
4521
  onMousedown: e[22] || (e[22] = U((s) => o.computerHeader(s), ["stop"]))
4509
4522
  }, [
4510
- yu,
4523
+ mu,
4511
4524
  l("img", {
4512
4525
  class: "img_two",
4513
4526
  src: r.head_url,
4514
4527
  alt: ""
4515
- }, null, 8, _u)
4528
+ }, null, 8, yu)
4516
4529
  ], 32)) : _("", !0),
4517
- r.computerOne ? (d(), p("div", gu, [
4518
- l("div", vu, [
4530
+ r.computerOne ? (d(), p("div", _u, [
4531
+ l("div", gu, [
4519
4532
  r.vip_centerflag ? (d(), p("img", {
4520
4533
  key: 0,
4521
4534
  class: "computer_c_one",
4522
4535
  src: r.head_url,
4523
4536
  alt: "",
4524
4537
  onMousedown: e[23] || (e[23] = U((...s) => o.head_urlT && o.head_urlT(...s), ["stop"]))
4525
- }, null, 40, Au)) : _("", !0),
4526
- r.level == 2 ? (d(), p("img", wu)) : _("", !0)
4538
+ }, null, 40, vu)) : _("", !0),
4539
+ r.level == 2 ? (d(), p("img", Au)) : _("", !0)
4527
4540
  ]),
4528
4541
  r.durationflag ? (d(), p("div", {
4529
4542
  key: 0,
4530
4543
  class: "computer_c_Vector",
4531
4544
  onMousedown: e[24] || (e[24] = U((...s) => o.durationT && o.durationT(...s), ["stop"]))
4532
4545
  }, [
4533
- bu,
4534
- l("div", Su, b(r.duration ? r.duration : "0") + "分钟", 1),
4535
- Eu
4546
+ wu,
4547
+ l("div", bu, b(r.duration ? r.duration : "0") + "分钟", 1),
4548
+ Su
4536
4549
  ], 32)) : _("", !0),
4537
4550
  r.pointsflag ? (d(), p("div", {
4538
4551
  key: 1,
4539
4552
  class: "computer_c_Vector",
4540
4553
  onMousedown: e[25] || (e[25] = U((...s) => o.pointsT && o.pointsT(...s), ["stop"]))
4541
4554
  }, [
4542
- ku,
4543
- l("div", xu, b(r.points), 1),
4544
- Tu
4555
+ Eu,
4556
+ l("div", ku, b(r.points), 1),
4557
+ xu
4545
4558
  ], 32)) : _("", !0),
4546
- l("div", Ou, [
4559
+ l("div", Tu, [
4547
4560
  (d(!0), p(O, null, I(r.gameList, (s, c) => (d(), p(O, { key: c }, [
4548
4561
  (n.game_cloud_service == 3 ? s.link === "feedback" : !(r.isHarmony && s.link === "share") && !(s.link === "instructions" && !r.isShowOperation)) ? (d(), p("div", {
4549
4562
  key: 0,
@@ -4553,20 +4566,20 @@ function af(t, e, n, i, r, o) {
4553
4566
  l("img", {
4554
4567
  src: s.icon,
4555
4568
  alt: ""
4556
- }, null, 8, Cu),
4557
- l("div", Iu, b(s.title), 1)
4558
- ], 42, Ru)) : _("", !0)
4569
+ }, null, 8, Ru),
4570
+ l("div", Cu, b(s.title), 1)
4571
+ ], 42, Ou)) : _("", !0)
4559
4572
  ], 64))), 128)),
4560
4573
  l("div", {
4561
4574
  class: "computer_c_item",
4562
4575
  onMousedown: e[26] || (e[26] = U((...s) => o.logout && o.logout(...s), ["stop"]))
4563
4576
  }, Pu, 32)
4564
4577
  ]),
4565
- Du,
4578
+ Bu,
4566
4579
  l("div", {
4567
4580
  class: "computer_c_footer",
4568
4581
  onMousedown: e[27] || (e[27] = U((...s) => o.retract && o.retract(...s), ["stop"]))
4569
- }, Uu, 32)
4582
+ }, Nu, 32)
4570
4583
  ])) : _("", !0)
4571
4584
  ], 32)) : _("", !0),
4572
4585
  r.computerTwo && !r.easyShow ? (d(), p("div", {
@@ -4575,15 +4588,15 @@ function af(t, e, n, i, r, o) {
4575
4588
  onMousedown: e[30] || (e[30] = U(() => {
4576
4589
  }, ["stop"]))
4577
4590
  }, [
4578
- l("div", Mu, [
4591
+ l("div", Uu, [
4579
4592
  l("div", {
4580
4593
  onMousedown: e[29] || (e[29] = U((s) => o.tabacTive(1), ["stop"])),
4581
4594
  class: A(["content_tab", [r.contentTab == 1 ? "tabactive" : ""]])
4582
4595
  }, "画质", 34)
4583
4596
  ]),
4584
- r.contentTab == 1 ? (d(), p("div", Lu, [
4585
- Hu,
4586
- l("div", Qu, [
4597
+ r.contentTab == 1 ? (d(), p("div", Mu, [
4598
+ Lu,
4599
+ l("div", Hu, [
4587
4600
  (d(!0), p(O, null, I(r.clearList, (s, c) => (d(), p("div", {
4588
4601
  class: A(["content_m_item", [r.clearTab == s.item_id ? "content_iactive" : ""]]),
4589
4602
  key: c,
@@ -4592,12 +4605,12 @@ function af(t, e, n, i, r, o) {
4592
4605
  l("div", {
4593
4606
  class: A(["content_m_y", [r.clearTab == s.item_id ? "content_yactive" : ""]])
4594
4607
  }, [
4595
- r.clearTab == s.item_id ? (d(), p("div", qu)) : _("", !0)
4608
+ r.clearTab == s.item_id ? (d(), p("div", Qu)) : _("", !0)
4596
4609
  ], 2),
4597
4610
  l("div", {
4598
4611
  class: A(["content_m_w", [r.clearTab == s.item_id ? "content_wactive" : ""]])
4599
4612
  }, b(s.resolution_name), 3),
4600
- s.condition_name ? (d(), p("div", Gu, b(s.condition_name), 1)) : _("", !0)
4613
+ s.condition_name ? (d(), p("div", qu, b(s.condition_name), 1)) : _("", !0)
4601
4614
  ], 10, zu))), 128))
4602
4615
  ]),
4603
4616
  Ju,
@@ -4610,16 +4623,16 @@ function af(t, e, n, i, r, o) {
4610
4623
  l("div", {
4611
4624
  class: A(["content_m_y", [r.codeTab == s.item_id ? "content_yactive" : ""]])
4612
4625
  }, [
4613
- r.codeTab == s.item_id ? (d(), p("div", ju)) : _("", !0)
4626
+ r.codeTab == s.item_id ? (d(), p("div", Wu)) : _("", !0)
4614
4627
  ], 2),
4615
4628
  l("div", {
4616
4629
  class: A(["content_m_w", [r.codeTab == s.item_id ? "content_wactive" : ""]])
4617
4630
  }, b(s.item_name), 3),
4618
- s.condition_name ? (d(), p("div", Yu, b(s.condition_name), 1)) : _("", !0)
4619
- ], 10, Wu))), 128))
4631
+ s.condition_name ? (d(), p("div", ju, b(s.condition_name), 1)) : _("", !0)
4632
+ ], 10, Gu))), 128))
4620
4633
  ]),
4621
- Ku,
4622
- l("div", Xu, [
4634
+ Yu,
4635
+ l("div", Ku, [
4623
4636
  (d(!0), p(O, null, I(r.aspectList, (s, c) => (d(), p("div", {
4624
4637
  class: A(["content_m_item", [r.aspectTab == s.item_id ? "content_iactive" : ""]]),
4625
4638
  key: c,
@@ -4628,55 +4641,55 @@ function af(t, e, n, i, r, o) {
4628
4641
  l("div", {
4629
4642
  class: A(["content_m_y", [r.aspectTab == s.item_id ? "content_yactive" : ""]])
4630
4643
  }, [
4631
- r.aspectTab == s.item_id ? (d(), p("div", $u)) : _("", !0)
4644
+ r.aspectTab == s.item_id ? (d(), p("div", Zu)) : _("", !0)
4632
4645
  ], 2),
4633
4646
  l("div", {
4634
4647
  class: A(["content_m_w", [r.aspectTab == s.item_id ? "content_wactive" : ""]])
4635
4648
  }, b(s.item_name), 3),
4636
- s.condition_name ? (d(), p("div", ef, b(s.condition_name), 1)) : _("", !0)
4637
- ], 10, Zu))), 128))
4649
+ s.condition_name ? (d(), p("div", $u, b(s.condition_name), 1)) : _("", !0)
4650
+ ], 10, Xu))), 128))
4638
4651
  ])
4639
4652
  ])) : _("", !0)
4640
4653
  ], 32)) : _("", !0),
4641
- Br(a, {
4654
+ Pr(a, {
4642
4655
  ref: "iframe",
4643
4656
  url: r.url_chat,
4644
4657
  parentData: r.parentData,
4645
4658
  onUpdateData: o.updateParentData
4646
4659
  }, null, 8, ["url", "parentData", "onUpdateData"])
4647
4660
  ]),
4648
- Je(l("div", {
4661
+ Ve(l("div", {
4649
4662
  class: A(["mask", { rotated: r.enableRotation }])
4650
4663
  }, [
4651
- l("div", tf, [
4652
- r.rightGuidance ? (d(), p("div", nf, [
4664
+ l("div", ef, [
4665
+ r.rightGuidance ? (d(), p("div", tf, [
4653
4666
  l("img", {
4654
4667
  src: r.leftGuidance,
4655
4668
  class: "guidance-img left-img",
4656
4669
  alt: "左图"
4657
- }, null, 8, rf),
4670
+ }, null, 8, nf),
4658
4671
  l("img", {
4659
4672
  src: r.rightGuidance,
4660
4673
  class: "guidance-img right-img",
4661
4674
  alt: "右图"
4662
- }, null, 8, of)
4675
+ }, null, 8, rf)
4663
4676
  ])) : (d(), p("img", {
4664
4677
  key: 1,
4665
4678
  class: "screenImg",
4666
4679
  src: r.screenImg,
4667
4680
  alt: ""
4668
- }, null, 8, sf)),
4681
+ }, null, 8, of)),
4669
4682
  l("div", {
4670
4683
  class: "close",
4671
4684
  onClick: e[32] || (e[32] = (...s) => o.closeDialog && o.closeDialog(...s))
4672
4685
  }, "×")
4673
4686
  ])
4674
4687
  ], 2), [
4675
- [Ve, r.dialogVisible]
4688
+ [Ge, r.dialogVisible]
4676
4689
  ])
4677
4690
  ]);
4678
4691
  }
4679
- const cf = /* @__PURE__ */ Rr(Ra, [["render", af], ["__scopeId", "data-v-5435551a"]]);
4692
+ const lf = /* @__PURE__ */ Rr(Ra, [["render", sf], ["__scopeId", "data-v-b8970886"]]);
4680
4693
  export {
4681
- cf as gameassis
4694
+ lf as gameassis
4682
4695
  };