From d12972f40c6b4ceb1c710ae1fe4da1cdbaf09873 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:43:41 +0800 Subject: [PATCH] Update main.js --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 75aa2462d..f1b305cd3 100644 --- a/src/main.js +++ b/src/main.js @@ -54,7 +54,7 @@ for (let plugin of plugins) { let time = new Date(); if (processedCode !== sourceCode) { // 输出代码 - fs.writeFile(decodeFile, "//" + time + '\n' + "Base:https://github.com/echo094/decode-js" + '\n' + "Modify:https://github.com/smallfawn/decode_action" + '\n' + processedCode, (err) => { + fs.writeFile(decodeFile, "//" + time + '\n' + "//Base:https://github.com/echo094/decode-js" + '\n' + "//Modify:https://github.com/smallfawn/decode_action" + '\n' + processedCode, (err) => { if (err) throw err; console.log(`使用插件 ${pluginUsed} 成功处理并写入文件 ${decodeFile}`); });