Files
shunt-rules/config.json
T

29 lines
520 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": [
"Apple",
"China",
"ChinaIPs",
"Claude",
"Gemini",
"Lan",
"OpenAI",
"Proxy"
],
"exclude_categories": []
},
"output": {
"dir": "dist",
"clash_no_resolve": false
}
}