Files
electron-egg/electron/config/encrypt.js
哆啦好梦 0802bdade9 3.0.0
2023-03-08 14:50:03 +08:00

16 lines
260 B
JavaScript

/**
* 加密配置
*/
module.exports = {
type: 'confusion',
directory: [
'electron'
],
fileExt: ['.js'],
confusionOptions: {
compact: true,
stringArray: true,
stringArrayEncoding: ['none'],
deadCodeInjection: false,
}
};