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) }