mirror of
https://gitee.com/willfree/MINResolveV2.git
synced 2026-06-05 23:49:44 +08:00
默认打开MIN模式
This commit is contained in:
@@ -11,7 +11,7 @@ function Rule() {
|
|||||||
this.types = []; // Resource types
|
this.types = []; // Resource types
|
||||||
this.target = null; // Target url pattern
|
this.target = null; // Target url pattern
|
||||||
this.example = null; // An Test example
|
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
|
this.process = null; // Process match, urlEncode / urlDecode / base64Encode / base64Decode
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user