From 26133c3c0069db20aed743aac3936fb8906a8c36 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 9 May 2024 00:46:17 +0800 Subject: [PATCH] fffff --- ica-rs/plugins/md5/package.json | 3 --- ica-rs/plugins/md5/runs.ts | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 ica-rs/plugins/md5/package.json diff --git a/ica-rs/plugins/md5/package.json b/ica-rs/plugins/md5/package.json deleted file mode 100644 index 96ae6e5..0000000 --- a/ica-rs/plugins/md5/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "module" -} \ No newline at end of file diff --git a/ica-rs/plugins/md5/runs.ts b/ica-rs/plugins/md5/runs.ts index cdf613a..e704cb2 100644 --- a/ica-rs/plugins/md5/runs.ts +++ b/ica-rs/plugins/md5/runs.ts @@ -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