加一下packages
This commit is contained in:
parent
26133c3c00
commit
71e07970c0
5
ica-rs/plugins/md5/.gitignore
vendored
5
ica-rs/plugins/md5/.gitignore
vendored
@ -1 +1,4 @@
|
||||
input.txt
|
||||
input.txt
|
||||
node_modules
|
||||
package-lock.json
|
||||
package.json
|
@ -1,6 +1,9 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const fight = require('./md5-api.ts').fight;
|
||||
// const fs = require('fs');
|
||||
// const path = require('path');
|
||||
import fs from 'fs';
|
||||
import path from 'path';
|
||||
// const fight = require('./md5-api.ts').fight;
|
||||
import { fight } from './md5-api.ts';
|
||||
|
||||
// 从文件的 ./input.txt 中读取输入
|
||||
// 然后丢给 md5.js
|
Loading…
Reference in New Issue
Block a user