From ebbe3180c171c012bb9c3dc1990f2bfebea02927 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Mon, 18 Mar 2024 22:35:48 +0800 Subject: [PATCH] resolve! --- node_run/static/md5.js | 16 ++++++++-------- node_run/test.js | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/node_run/static/md5.js b/node_run/static/md5.js index 19cf281..996b17a 100644 --- a/node_run/static/md5.js +++ b/node_run/static/md5.js @@ -12350,7 +12350,7 @@ l = H.set_run_time_type_info([], m) n.push(T.f(LanData.get_obfuscated_value("pkGN"), null, null, C._JsInt.ag(p.current_count, 100), null, 0, 0, 0)) //原来的代码,用于输出到html - + if (p.current_count >= p.target_count) { o = H.set_run_time_type_info([], o) m = H.set_run_time_type_info([], m) @@ -12359,24 +12359,24 @@ p.target_count *= 10 } q = new T.aq(n, l) - - - //捕获胜率 + + + //捕获胜率 if (p.current_count >= config[stage].count) { const { score, end, skillLabel } = config[stage]; - - var winRate=p.win_count * 100 / config[stage].count - if(winRate { - //console.log(args); - resolvePromise(...args); + console.log(args); + resolvePromise(args); window.close(); } } @@ -54,7 +54,7 @@ async function test(str){ }); const result = await resolver - //console.log(result) + console.log(result) }