diff --git a/electron/config/encrypt.js b/electron/config/encrypt.js deleted file mode 100644 index 877e9d9..0000000 --- a/electron/config/encrypt.js +++ /dev/null @@ -1,20 +0,0 @@ -/** - * 加密配置 - * @param type - confusion | bytecode | strict - */ -module.exports = { - type: 'confusion', - files: [ - 'electron/**/*.(js|json)', - '!electron/config/encrypt.js', - '!electron/config/nodemon.json', - '!electron/config/builder.json', - ], - fileExt: ['.js'], - confusionOptions: { - compact: true, - stringArray: true, - stringArrayEncoding: ['none'], - deadCodeInjection: false, - } -}; \ No newline at end of file