Files
shunt-rules/config.json
T

20 lines
392 B
JSON

{
"gitea": {
"base_url": "https://git.halonice.com",
"owner": "yuanzhen869",
"repo": "ios-rule-script-subset",
"ref": "main",
"token_env": "GITEA_TOKEN"
},
"source": {
"root": "rule/Surge",
"filename_pattern": "{name}.list",
"include_categories": [],
"exclude_categories": []
},
"output": {
"dir": "dist",
"clash_no_resolve": false
}
}