Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
smallfawn authored Jul 10, 2024
1 parent b6972cc commit e5b808c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },// 最后一次使用通用插件

];

Expand Down

0 comments on commit e5b808c

Please sign in to comment.