抓对战结果中

This commit is contained in:
littlefairy 2024-03-20 13:28:40 +08:00
parent 743e3227be
commit 5992d2fb23
2 changed files with 11 additions and 6 deletions

View File

@ -3363,6 +3363,10 @@
async_await(a, b) {
P.await_on_object(a, b)
},
//补回来
am(a) {
return new P.i_(new P.U($.P, a.i("U<0>")), a.i("i_<0>"))
},
async_return(a, b) {
b.bM(0, a)
},
@ -16400,10 +16404,10 @@
return this.dM(0, b)
},
dM(a, b) {
// var s = 0,
// r = P.am(t.z),
// q = this,
// p, o, n, m, l, k, j
var s = 0,
r = P.am(t.z),
q = this,
p, o, n, m, l, k, j
// var $async$ae = P.an(function (c, d) {
// if (c === 1) return P.ai(d, r)
// while (true) switch (s) {

View File

@ -67,5 +67,6 @@ async function test(str) {
//str="!test!\n!\n\n11@qwerb\n\n1233";
str = "!test!\n!\n\n一一唹咤嵀㴁@shenjack\n\n一一塄望烀㴁@shenjack";
test(str)
str="11@qwerb\n\n1233";
test(str)