就nm离谱,tm非得让我在这个时间有灵感是吧,平常不给灵感,死也不给(恼)

This commit is contained in:
shenjack 2024-05-05 01:29:43 +08:00
parent 724292b44a
commit c29a05d098
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -1,17 +1,17 @@
'use strict'; 'use strict';
// let name_input = "!test!\n\natest\n\ntest2"; let name_input = "!test!\n\natest\n\ntest2";
// let name_input = "this_is_a\nthis_is_b"; // let name_input = "this_is_a\nthis_is_b";
let name_input = ` // let name_input = `
'9tEUG@LuoTianyi // '9tEUG@LuoTianyi
t2W%(s@LuoTianyi // t2W%(s@LuoTianyi
mTWD1soR原创@LuoTianyi // mTWD1soR原创@LuoTianyi
天依 VEfVDZVpD@candle // 天依 VEfVDZVpD@candle
凶镬9aY5DnWAq@candle // 凶镬9aY5DnWAq@candle
Raven qPu%yV$O@candle // Raven qPu%yV$O@candle
seed:自生自灭 #1@!`; // seed:自生自灭 #1@!`;
let assets_data = { let assets_data = {
lang: null, lang: null,
gAd: null, gAd: null,
@ -25,8 +25,11 @@ let run_env = {
console.log("run_env", run_env); console.log("run_env", run_env);
let is_debug = true; // let is_debug = true;
// let is_debug = false; let is_debug = false;
// let output_on_console = false;
let output_on_console = true;
let logger = { let logger = {
// debug: 只在 from_code 时输出 // debug: 只在 from_code 时输出
@ -37,17 +40,17 @@ let logger = {
} }
}, },
info: function (...msg) { info: function (...msg) {
if (output_on_console) {
console.log("logger: ", msg) console.log("logger: ", msg)
} }
}
} }
function fmt_RunUpdate(update) { function fmt_RunUpdate(update) {
let message = update.d; let message = update.d;
// let source_plr = update.e.a; let source_plr = "none"
if (update.e !== null && update.e.a !== null) { if (update.e !== null && update.e.a !== null) {
source_plr = update.e.a source_plr = update.e.a
} else {
source_plr = "none"
} }
let target_plr = update.f; let target_plr = update.f;
if (target_plr !== null && target_plr.a !== null) { if (target_plr !== null && target_plr.a !== null) {
@ -9829,9 +9832,9 @@ P.kD.prototype = {
P._TimerImpl.prototype = { P._TimerImpl.prototype = {
e8(a, b) { e8(a, b) {
if (run_env.from_code) { if (run_env.from_code) {
// b.$0() b.$0()
// setTimeout(H.convert_dart_closure_to_js_md5(new P.kC(b), 0), 0)
// setTimeout // setTimeout
setTimeout(H.convert_dart_closure_to_js_md5(new P.kC(b), 0), 0)
} else { } else {
if (self.setTimeout != null) { if (self.setTimeout != null) {
self.setTimeout(H.convert_dart_closure_to_js_md5(new P._TimerImpl_internalCallback(this, b), 0), 0) self.setTimeout(H.convert_dart_closure_to_js_md5(new P._TimerImpl_internalCallback(this, b), 0), 0)
@ -11078,7 +11081,7 @@ P.lb.prototype = {
this_.c = i this_.c = i
s = str_holder.a s = str_holder.a
// return s.charCodeAt(0) == 0 ? s : s // return s.charCodeAt(0) == 0 ? s : s
console.log("P.lb" + s) // console.log("P.lb" + s)
return s return s
} }
} }
@ -12470,7 +12473,7 @@ L.ProfileWinChance.prototype = {
}, },
O() { O() {
// 胜率评分 // 胜率评分
logger.info("胜率输出 main") logger.debug("胜率输出 main")
var async_goto = 0, var async_goto = 0,
async_completer = P._makeAsyncAwaitCompleter(t.d), async_completer = P._makeAsyncAwaitCompleter(t.d),
some_q, this_ = this, some_q, this_ = this,
@ -12539,6 +12542,7 @@ L.ProfileWinChance.prototype = {
m = H.b([], m) m = H.b([], m)
// 》 胜率: [2]% // 》 胜率: [2]%
// benchmarkRatio // benchmarkRatio
logger.info("胜率: " + (this_.y * 100 / this_.c) + "%")
o.push(T.RunUpdate_init(LangData.get_lang("Pnrn"), null, null, this_.y * 100 / this_.c, null, 0, 1000, 100)) o.push(T.RunUpdate_init(LangData.get_lang("Pnrn"), null, null, this_.y * 100 / this_.c, null, 0, 1000, 100))
d.push(new T.aq(o, m)) d.push(new T.aq(o, m))
this_.c *= 10 this_.c *= 10
@ -13382,7 +13386,7 @@ HtmlRenderer.inner_render.prototype = {
if (this_.cx instanceof T.RunUpdateWin) { if (this_.cx instanceof T.RunUpdateWin) {
this_.fQ() this_.fQ()
} else if (run_env.from_code) { } else if (run_env.from_code) {
logger.info(fmt_RunUpdate(this_.cx)) logger.debug(fmt_RunUpdate(this_.cx))
this_.b4() this_.b4()
return return
} else { } else {
@ -16832,7 +16836,7 @@ T.Engine.prototype = {
} }
} catch (e) { } catch (e) {
// 报出错误 // 报出错误
console.error("来自 round() 的报错, 在意料之内, 可以忽略\n", e) logger.debug("来自 round() 的报错, 在意料之内, 可以忽略\n", e)
// m = H.unwrap_Exception(e) // m = H.unwrap_Exception(e)
// l = H.getTraceFromException(e) // l = H.getTraceFromException(e)
} }
@ -17265,7 +17269,7 @@ T.Plr.prototype = {
p = T.lC(this_.b) // team p = T.lC(this_.b) // team
s = $.a4() // 6 s = $.a4() // 6
this_.x = Math.max(H.ar(q), p - s) this_.x = Math.max(H.ar(q), p - s)
console.log("name", this.a, "team", this.b, "x(final)", this_.x, "p(team)", p, "q(name)", q) logger.debug("name", this.a, "team", this.b, "x(final)", this_.x, "p(team)", p, "q(name)", q)
}, },
b0(a, b) { b0(a, b) {
// 这又是啥 // 这又是啥