mirror of
https://github.com/smallfawn/decode_action.git
synced 2025-12-20 08:44:59 +08:00
Update main.js
This commit is contained in:
@@ -31,10 +31,10 @@ const plugins = [
|
|||||||
{ name: 'obfuscator', plugin: PluginObfuscator },
|
{ name: 'obfuscator', plugin: PluginObfuscator },
|
||||||
{ name: 'sojsonv7', plugin: PluginSojsonV7 },
|
{ name: 'sojsonv7', plugin: PluginSojsonV7 },
|
||||||
{ name: 'sojson', plugin: PluginSojson },
|
{ name: 'sojson', plugin: PluginSojson },
|
||||||
{ name: 'common', plugin: PluginCommon },// 最后一次使用通用插件
|
|
||||||
{ name: 'awsc', plugin: PluginAwsc },
|
{ name: 'awsc', plugin: PluginAwsc },
|
||||||
{ name: 'jjencode', plugin: PluginJjencode },
|
{ name: 'jjencode', plugin: PluginJjencode },
|
||||||
|
{ name: 'common', plugin: PluginCommon },// 最后一次使用通用插件
|
||||||
];
|
];
|
||||||
|
|
||||||
for (let plugin of plugins) {
|
for (let plugin of plugins) {
|
||||||
|
|||||||
Reference in New Issue
Block a user