瀏覽代碼

readme update

sanex3339 8 年之前
父節點
當前提交
892eb95c16
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -125,7 +125,8 @@ Following options available for the JS Obfuscator:
     sourceMapMode: 'separate',
     stringArray: true,
     stringArrayEncoding: false,
-    stringArrayThreshold: 0.8
+    stringArrayThreshold: 0.8,
+    unicdeEscapeSequence: true
 }
 ```
 
@@ -150,6 +151,7 @@ Following options available for the JS Obfuscator:
     --stringArray <boolean>
     --stringArrayEncoding <boolean|string> [true, false, base64, rc4]
     --stringArrayThreshold <number>
+    --unicodeEscapeSequence <boolean>
 ```
 
 ### `compact`