Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
smallfawn authored Nov 3, 2024
1 parent fc31190 commit cbaba45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit cbaba45

Please sign in to comment.