改回这玩意

This commit is contained in:
shenjack 2024-04-21 14:18:15 +08:00
parent 82877e5872
commit a7553bb958
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -12726,9 +12726,9 @@ V.ProfileMain.prototype = {
// benchmarking
let benchmarking = LangData.get_lang("pkGN")
// 实力评估中...[2]% + this.Q
// benchmarking = benchmarking + "胜场: " + this_.Q + "胜率: " + (this_.Q / this_.ch)
benchmarking = benchmarking + "胜场: " + this_.Q + "胜率: " + (this_.Q / this_.ch)
// debug 用, 输出csv格式
benchmarking = this_.Q + "," + this_.ch + "," + (this_.Q / this_.ch)
// benchmarking = this_.Q + "," + this_.ch + "," + (this_.Q / this_.ch)
outer_display.push(T.RunUpdate_init(benchmarking, null, null, C.JsInt.ag(this_.ch, 100), null, 0, 0, 0))
if (this_.ch >= this_.d) {
// 阶段目标场数达到