encrypt.js 146 B

1234567891011
  1. /**
  2. * 加密配置
  3. */
  4. module.exports = {
  5. type: 'bytecode', // bytecode | confusion
  6. directory: [
  7. 'electron'
  8. ],
  9. fileExt: ['.js'],
  10. };