默认打开MIN模式

This commit is contained in:
free will
2020-10-05 15:26:44 +08:00
parent 72c4456db3
commit 6e06e910b7
+1 -1
View File
@@ -11,7 +11,7 @@ function Rule() {
this.types = []; // Resource types
this.target = null; // Target url pattern
this.example = null; // An Test example
this.enable = false; // Enable or not
this.enable = true; // Enable or not
this.process = null; // Process match, urlEncode / urlDecode / base64Encode / base64Decode
}