From a31ceb522c9b2e26c83cbaa51848447eb056c673 Mon Sep 17 00:00:00 2001 From: gaoshuaixing Date: Fri, 16 Dec 2022 16:50:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/config/encrypt.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electron/config/encrypt.js b/electron/config/encrypt.js index 95dc373..39fdb0b 100644 --- a/electron/config/encrypt.js +++ b/electron/config/encrypt.js @@ -14,9 +14,9 @@ module.exports = { confusionOptions: { compact: true, // 将代码压缩为1行 stringArray: true, // 删除字符串文本并将其放置在特殊数组中 - stringArrayEncoding: ['none'], // 对stringArray编码 'none', 'base64', 'rc4',注意:会增加代码大小,降低运行速度 + stringArrayEncoding: ['none'], // 对stringArray编码 'none', 'base64', 'rc4',增加安全性 disableConsoleOutput: true, // 禁止console输出 deadCodeInjection: false, // 是否注入死代码 - debugProtection: false // 是否允许debug代码 + debugProtection: true // 是否禁用debug } }; \ No newline at end of file