From 2e8fa10c7795321a7dca57ee38ebeab70f2028ca Mon Sep 17 00:00:00 2001 From: gaoshuaixing Date: Fri, 4 Aug 2023 18:25:29 +0800 Subject: [PATCH] del encrypt. --- electron/config/encrypt.js | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 electron/config/encrypt.js 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