md5
This commit is contained in:
parent
3577bc56d7
commit
819723ef72
@ -1,3 +1,6 @@
|
|||||||
|
function output(...args){
|
||||||
|
return
|
||||||
|
}
|
||||||
(function dartProgram() {
|
(function dartProgram() {
|
||||||
function copyProperties(a, b) {
|
function copyProperties(a, b) {
|
||||||
var s = Object.keys(a)
|
var s = Object.keys(a)
|
||||||
@ -12391,7 +12394,7 @@
|
|||||||
q = new T.aq(n, l)
|
q = new T.aq(n, l)
|
||||||
|
|
||||||
// 当前场次, 目标场次, 胜率
|
// 当前场次, 目标场次, 胜率
|
||||||
output(p.current_count, p.target_count, p.win_count * 100 / p.current_count)
|
//output(p.current_count, p.target_count, p.win_count * 100 / p.current_count)
|
||||||
// debug 用, 留着吧
|
// debug 用, 留着吧
|
||||||
|
|
||||||
//捕获胜率
|
//捕获胜率
|
||||||
|
Loading…
Reference in New Issue
Block a user