mirror of
https://github.com/smallfawn/decode_action.git
synced 2025-12-19 16:25:10 +08:00
Add decoded output file
This commit is contained in:
52
output.js
52
output.js
@@ -1,4 +1,4 @@
|
|||||||
//Sun Sep 29 2024 13:17:36 GMT+0000 (Coordinated Universal Time)
|
//Sun Sep 29 2024 13:32:30 GMT+0000 (Coordinated Universal Time)
|
||||||
//Base:https://github.com/echo094/decode-js
|
//Base:https://github.com/echo094/decode-js
|
||||||
//Modify:https://github.com/smallfawn/decode_action
|
//Modify:https://github.com/smallfawn/decode_action
|
||||||
//Sun Sep 29 2024 13:15:36 GMT+0000 (Coordinated Universal Time)
|
//Sun Sep 29 2024 13:15:36 GMT+0000 (Coordinated Universal Time)
|
||||||
@@ -24,10 +24,10 @@
|
|||||||
s: ah,
|
s: ah,
|
||||||
n: function () {
|
n: function () {
|
||||||
var am = {
|
var am = {
|
||||||
done: !0
|
done: true
|
||||||
};
|
};
|
||||||
return ag >= ac.length ? am : {
|
return ag >= ac.length ? am : {
|
||||||
done: !1,
|
done: false,
|
||||||
value: ac[ag++]
|
value: ac[ag++]
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
@@ -40,8 +40,8 @@
|
|||||||
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
||||||
}
|
}
|
||||||
var ai,
|
var ai,
|
||||||
aj = !0,
|
aj = true,
|
||||||
ak = !1;
|
ak = false;
|
||||||
return {
|
return {
|
||||||
s: function () {
|
s: function () {
|
||||||
af = af.call(ac);
|
af = af.call(ac);
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
return ap;
|
return ap;
|
||||||
},
|
},
|
||||||
e: function (ao) {
|
e: function (ao) {
|
||||||
ak = !0;
|
ak = true;
|
||||||
ai = ao;
|
ai = ao;
|
||||||
},
|
},
|
||||||
f: function () {
|
f: function () {
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
}
|
}
|
||||||
var ae = {}.toString.call(ac).slice(8, -1);
|
var ae = {}.toString.call(ac).slice(8, -1);
|
||||||
"Object" === ae && ac.constructor && (ae = ac.constructor.name);
|
"Object" === ae && ac.constructor && (ae = ac.constructor.name);
|
||||||
return "Map" === ae || "Set" === ae ? Array.from(ac) : "Arguments" === ae || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(ae) ? f(ac, ad) : void 0;
|
return "Map" === ae || "Set" === ae ? Array.from(ac) : "Arguments" === ae || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(ae) ? f(ac, ad) : undefined;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function f(ac, ad) {
|
function f(ac, ad) {
|
||||||
@@ -103,9 +103,9 @@
|
|||||||
function am(aJ, aK, aL) {
|
function am(aJ, aK, aL) {
|
||||||
var aM = {
|
var aM = {
|
||||||
value: aL,
|
value: aL,
|
||||||
enumerable: !0,
|
enumerable: true,
|
||||||
configurable: !0,
|
configurable: true,
|
||||||
writable: !0
|
writable: true
|
||||||
};
|
};
|
||||||
Object.defineProperty(aJ, aK, aM);
|
Object.defineProperty(aJ, aK, aM);
|
||||||
return aJ[aK];
|
return aJ[aK];
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
}
|
}
|
||||||
var aV = {};
|
var aV = {};
|
||||||
aV.value = ad;
|
aV.value = ad;
|
||||||
aV.done = !0;
|
aV.done = true;
|
||||||
return aV;
|
return aV;
|
||||||
}
|
}
|
||||||
for (aO.method = aS, aO.arg = aT;;) {
|
for (aO.method = aS, aO.arg = aT;;) {
|
||||||
@@ -288,7 +288,7 @@
|
|||||||
};
|
};
|
||||||
this.tryEntries = [aN];
|
this.tryEntries = [aN];
|
||||||
aM.forEach(aF, this);
|
aM.forEach(aF, this);
|
||||||
this.reset(!0);
|
this.reset(true);
|
||||||
}
|
}
|
||||||
function aI(aM) {
|
function aI(aM) {
|
||||||
if (aM || "" === aM) {
|
if (aM || "" === aM) {
|
||||||
@@ -305,12 +305,12 @@
|
|||||||
for (; ++aP < aM.length;) {
|
for (; ++aP < aM.length;) {
|
||||||
if (ag.call(aM, aP)) {
|
if (ag.call(aM, aP)) {
|
||||||
aT.value = aM[aP];
|
aT.value = aM[aP];
|
||||||
aT.done = !1;
|
aT.done = false;
|
||||||
return aT;
|
return aT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
aT.value = ad;
|
aT.value = ad;
|
||||||
aT.done = !0;
|
aT.done = true;
|
||||||
return aT;
|
return aT;
|
||||||
};
|
};
|
||||||
return aQ.next = aQ;
|
return aQ.next = aQ;
|
||||||
@@ -321,11 +321,11 @@
|
|||||||
av.prototype = aw;
|
av.prototype = aw;
|
||||||
ah(aA, "constructor", {
|
ah(aA, "constructor", {
|
||||||
value: aw,
|
value: aw,
|
||||||
configurable: !0
|
configurable: true
|
||||||
});
|
});
|
||||||
ah(aw, "constructor", {
|
ah(aw, "constructor", {
|
||||||
value: av,
|
value: av,
|
||||||
configurable: !0
|
configurable: true
|
||||||
});
|
});
|
||||||
av.displayName = am(aw, al, "GeneratorFunction");
|
av.displayName = am(aw, al, "GeneratorFunction");
|
||||||
ae.isGeneratorFunction = function (aM) {
|
ae.isGeneratorFunction = function (aM) {
|
||||||
@@ -349,7 +349,7 @@
|
|||||||
});
|
});
|
||||||
ae.AsyncIterator = aC;
|
ae.AsyncIterator = aC;
|
||||||
ae.async = function (aM, aN, aO, aP, aQ) {
|
ae.async = function (aM, aN, aO, aP, aQ) {
|
||||||
void 0 === aQ && (aQ = Promise);
|
undefined === aQ && (aQ = Promise);
|
||||||
var aS = new aC(an(aM, aN, aO, aP), aQ);
|
var aS = new aC(an(aM, aN, aO, aP), aQ);
|
||||||
return ae.isGeneratorFunction(aN) ? aS : aS.next().then(function (aU) {
|
return ae.isGeneratorFunction(aN) ? aS : aS.next().then(function (aU) {
|
||||||
return aU.done ? aU.value : aS.next();
|
return aU.done ? aU.value : aS.next();
|
||||||
@@ -373,11 +373,11 @@
|
|||||||
var aT = aP.pop();
|
var aT = aP.pop();
|
||||||
if (aT in aO) {
|
if (aT in aO) {
|
||||||
aR.value = aT;
|
aR.value = aT;
|
||||||
aR.done = !1;
|
aR.done = false;
|
||||||
return aR;
|
return aR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
aR.done = !0;
|
aR.done = true;
|
||||||
return aR;
|
return aR;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -385,12 +385,12 @@
|
|||||||
aH.prototype = {
|
aH.prototype = {
|
||||||
constructor: aH,
|
constructor: aH,
|
||||||
reset: function (aM) {
|
reset: function (aM) {
|
||||||
if (this.prev = 0, this.next = 0, this.sent = this._sent = ad, this.done = !1, this.delegate = null, this.method = "next", this.arg = ad, this.tryEntries.forEach(aG), !aM) {
|
if (this.prev = 0, this.next = 0, this.sent = this._sent = ad, this.done = false, this.delegate = null, this.method = "next", this.arg = ad, this.tryEntries.forEach(aG), !aM) {
|
||||||
for (var aN in this) "t" === aN.charAt(0) && ag.call(this, aN) && !isNaN(+aN.slice(1)) && (this[aN] = ad);
|
for (var aN in this) "t" === aN.charAt(0) && ag.call(this, aN) && !isNaN(+aN.slice(1)) && (this[aN] = ad);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
stop: function () {
|
stop: function () {
|
||||||
this.done = !0;
|
this.done = true;
|
||||||
var aM = this.tryEntries[0].completion;
|
var aM = this.tryEntries[0].completion;
|
||||||
if ("throw" === aM.type) {
|
if ("throw" === aM.type) {
|
||||||
throw aM.arg;
|
throw aM.arg;
|
||||||
@@ -420,7 +420,7 @@
|
|||||||
aT = ag.call(aQ, "finallyLoc");
|
aT = ag.call(aQ, "finallyLoc");
|
||||||
if (aS && aT) {
|
if (aS && aT) {
|
||||||
if (this.prev < aQ.catchLoc) {
|
if (this.prev < aQ.catchLoc) {
|
||||||
return aU(aQ.catchLoc, !0);
|
return aU(aQ.catchLoc, true);
|
||||||
}
|
}
|
||||||
if (this.prev < aQ.finallyLoc) {
|
if (this.prev < aQ.finallyLoc) {
|
||||||
return aU(aQ.finallyLoc);
|
return aU(aQ.finallyLoc);
|
||||||
@@ -428,7 +428,7 @@
|
|||||||
} else {
|
} else {
|
||||||
if (aS) {
|
if (aS) {
|
||||||
if (this.prev < aQ.catchLoc) {
|
if (this.prev < aQ.catchLoc) {
|
||||||
return aU(aQ.catchLoc, !0);
|
return aU(aQ.catchLoc, true);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (!aT) {
|
if (!aT) {
|
||||||
@@ -520,12 +520,12 @@
|
|||||||
function am(an) {
|
function am(an) {
|
||||||
h(ak, ah, ai, al, am, "throw", an);
|
h(ak, ah, ai, al, am, "throw", an);
|
||||||
}
|
}
|
||||||
al(void 0);
|
al(undefined);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
var j = ($.isNode() ? process.env.WangChao : $.getdata("WangChao")) || "",
|
var j = ($.isNode() ? process.env.WangChao : $.getdata("WangChao")) || "",
|
||||||
k = void 0,
|
k = undefined,
|
||||||
l = "",
|
l = "",
|
||||||
m = "64",
|
m = "64",
|
||||||
n = "",
|
n = "",
|
||||||
@@ -813,7 +813,7 @@
|
|||||||
aW.next = 151;
|
aW.next = 151;
|
||||||
return X("/wcgames/WordFillGame/get_question/");
|
return X("/wcgames/WordFillGame/get_question/");
|
||||||
case 151:
|
case 151:
|
||||||
if (aS = aW.sent, null != aS && null !== (aR = aS.data) && void 0 !== aR && aR.question) {
|
if (aS = aW.sent, null != aS && null !== (aR = aS.data) && undefined !== aR && aR.question) {
|
||||||
aW.next = 155;
|
aW.next = 155;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user