From cbaba45a0b1b149a330c4a8f784f105e24ac7611 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sun, 3 Nov 2024 19:04:34 +0800 Subject: [PATCH] Update main.js --- src/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index 4749c2a..8400646 100644 --- a/src/main.js +++ b/src/main.js @@ -31,10 +31,10 @@ const plugins = [ { name: 'obfuscator', 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 },// 最后一次使用通用插件 ]; for (let plugin of plugins) {