改个名?
This commit is contained in:
parent
bec856e9fc
commit
463169a13a
@ -133,3 +133,18 @@ async function score_callback(
|
|||||||
}
|
}
|
||||||
return await md5_module.score_callback(names, callback);
|
return await md5_module.score_callback(names, callback);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export {
|
||||||
|
FightResult,
|
||||||
|
WinRate,
|
||||||
|
WinRateResult,
|
||||||
|
WinRateCallback,
|
||||||
|
Score,
|
||||||
|
ScoreResult,
|
||||||
|
ScoreCallback,
|
||||||
|
fight,
|
||||||
|
win_rate,
|
||||||
|
win_rate_callback,
|
||||||
|
score,
|
||||||
|
score_callback,
|
||||||
|
};
|
@ -1,7 +1,7 @@
|
|||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
||||||
import { fight } from "./md5";
|
import { fight } from "./md5-api.mts";
|
||||||
|
|
||||||
// 从文件的 ./input.txt 中读取输入
|
// 从文件的 ./input.txt 中读取输入
|
||||||
// 然后丢给 md5.js
|
// 然后丢给 md5.js
|
||||||
|
Loading…
Reference in New Issue
Block a user