改回这玩意
This commit is contained in:
parent
82877e5872
commit
a7553bb958
@ -12726,9 +12726,9 @@ V.ProfileMain.prototype = {
|
|||||||
// benchmarking
|
// benchmarking
|
||||||
let benchmarking = LangData.get_lang("pkGN")
|
let benchmarking = LangData.get_lang("pkGN")
|
||||||
// 实力评估中...[2]% + this.Q
|
// 实力评估中...[2]% + this.Q
|
||||||
// benchmarking = benchmarking + "胜场: " + this_.Q + "胜率: " + (this_.Q / this_.ch)
|
benchmarking = benchmarking + "胜场: " + this_.Q + "胜率: " + (this_.Q / this_.ch)
|
||||||
// debug 用, 输出csv格式
|
// 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))
|
outer_display.push(T.RunUpdate_init(benchmarking, null, null, C.JsInt.ag(this_.ch, 100), null, 0, 0, 0))
|
||||||
if (this_.ch >= this_.d) {
|
if (this_.ch >= this_.d) {
|
||||||
// 阶段目标场数达到
|
// 阶段目标场数达到
|
||||||
|
Loading…
Reference in New Issue
Block a user