mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2024-11-23 12:41:05 +08:00
加一下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 fs = require('fs');
|
||||||
const path = require('path');
|
// const path = require('path');
|
||||||
const fight = require('./md5-api.ts').fight;
|
import fs from 'fs';
|
||||||
|
import path from 'path';
|
||||||
|
// const fight = require('./md5-api.ts').fight;
|
||||||
|
import { fight } from './md5-api.ts';
|
||||||
|
|
||||||
// 从文件的 ./input.txt 中读取输入
|
// 从文件的 ./input.txt 中读取输入
|
||||||
// 然后丢给 md5.js
|
// 然后丢给 md5.js
|
Loading…
Reference in New Issue
Block a user