From d5aa4dbf9178e4454dca61801ccbb834ad6151cb Mon Sep 17 00:00:00 2001 From: DengFengLai <3139373986@qq.com> Date: Mon, 25 Mar 2024 03:55:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E5=90=8E=E7=BC=80=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/index.js b/tools/index.js index 1bca7e9..bd94e03 100644 --- a/tools/index.js +++ b/tools/index.js @@ -1,6 +1,6 @@ -import cronValidate from './cronValidate' -import formatDuration from './formatDuration' -import sagiri from './sagiri' +import cronValidate from './cronValidate.js' +import formatDuration from './formatDuration.js' +import sagiri from './sagiri.js' import translateChinaNum from './translateChinaNum.js' import uploadRecord from './uploadRecord.js' import child_process from 'child_process' @@ -26,4 +26,4 @@ async function execSync (cmd) { }) } -export { cronValidate, formatDuration, sagiri, translateChinaNum, uploadRecord, sleep, execSync } +export { cronValidate, formatDuration, sagiri, translateChinaNum, uploadRecord, sleep, execSync } \ No newline at end of file