mirror of
https://github.com/smallfawn/decode_action.git
synced 2025-12-21 01:05:05 +08:00
Update main.js
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user