From c6583a4abcb736dfbb62de86b038f37a2cd42c95 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 22 Mar 2025 09:07:38 +0800 Subject: [PATCH] Update main.js --- src/main.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index 9f22390..801f7cb 100644 --- a/src/main.js +++ b/src/main.js @@ -46,8 +46,9 @@ let time; const plugins = [ { name: 'obfuscator', plugin: PluginObfuscator }, { name: 'sojsonv7', plugin: PluginSojsonV7 }, + { name: 'sojson', plugin: PluginSojson }, + { name: 'jsconfuser', plugin: PluginJsconfuser }, - { name: 'sojson', plugin: PluginSojson }, { name: 'awsc', plugin: PluginAwsc }, { name: 'jjencode', plugin: PluginJjencode }, { name: 'common', plugin: PluginCommon }, // Use common plugin last @@ -93,4 +94,4 @@ if (processedCode !== sourceCode) { }); } else { console.log(`所有插件处理后的代码与原代码一致,未写入文件。`); -} \ No newline at end of file +}