This commit is contained in:
shenjack 2024-05-09 00:46:17 +08:00
parent 83b163b685
commit 26133c3c00
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 1 additions and 5 deletions

View File

@ -1,3 +0,0 @@
{
"type": "module"
}

View File

@ -1,7 +1,6 @@
const fs = require('fs');
const path = require('path');
import { fight } from "./md5-api";
const fight = require('./md5-api.ts').fight;
// 从文件的 ./input.txt 中读取输入
// 然后丢给 md5.js