mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-05 14:13:15 +08:00
feat: 调整规则参数
This commit is contained in:
@@ -40,7 +40,7 @@ function AllRuleParser() {
|
||||
rule.type === 'IP-CIDR' ||
|
||||
rule.type === 'IP-CIDR6'
|
||||
) {
|
||||
rule.options = params.slice(2).join(",");
|
||||
rule.options = params.slice(2);
|
||||
}
|
||||
result.push(rule);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user