Skip to content

Commit

Permalink
Update META.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xixu-me committed Oct 22, 2024
1 parent 9bd39a1 commit 6ebcb21
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions META.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,17 +533,17 @@ const ruleProviders = {
},
apple: {
...ruleProviderCommon,
format: "yaml",
behavior: "classical",
url: "https://cdn.jsdelivr.net/gh/blackmatrix7/ios_rule_script@master/rule/\u0043\u006c\u0061\u0073\u0068/Apple/Apple.yaml",
path: "./ruleset/blackmatrix7/apple.yaml",
format: "mrs",
behavior: "domain",
url: "https://cdn.jsdelivr.net/gh/\u004D\u0065\u0074\u0061\u0043\u0075\u0062\u0065\u0058/\u006D\u0065\u0074\u0061-rules-dat@\u006D\u0065\u0074\u0061/geo/geosite/Apple.mrs",
path: "./ruleset/\u006D\u0065\u0074\u0061\u0063\u0075\u0062\u0065\u0078/apple.mrs",
},
google: {
...ruleProviderCommon,
format: "yaml",
behavior: "classical",
url: "https://cdn.jsdelivr.net/gh/blackmatrix7/ios_rule_script@master/rule/\u0043\u006c\u0061\u0073\u0068/Google/Google.yaml",
path: "./ruleset/blackmatrix7/google.yaml",
format: "mrs",
behavior: "domain",
url: "https://cdn.jsdelivr.net/gh/\u004D\u0065\u0074\u0061\u0043\u0075\u0062\u0065\u0058/\u006D\u0065\u0074\u0061-rules-dat@\u006D\u0065\u0074\u0061/geo/geosite/Google.mrs",
path: "./ruleset/\u006D\u0065\u0074\u0061\u0063\u0075\u0062\u0065\u0078/google.mrs",
},
...createServiceRuleProviders(services, ruleProviderCommon),
};
Expand Down

0 comments on commit 6ebcb21

Please sign in to comment.