From e5b808ca97cf643076e2d2f444ea9fed8b5b0052 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:27:18 +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 afa0c8148..e641d0cb5 100644 --- a/src/main.js +++ b/src/main.js @@ -33,9 +33,9 @@ const plugins = [ { name: "ob2", plugin: PluginObfuscator }, { name: 'sojsonv7', plugin: PluginSojsonV7 }, { name: 'sojson', plugin: PluginSojson }, + { name: 'common', plugin: PluginCommon },// 最后一次使用通用插件 { name: 'awsc', plugin: PluginAwsc }, { name: 'jjencode', plugin: PluginJjencode }, - { name: 'common', plugin: PluginCommon },// 最后一次使用通用插件 ];