26 lines
517 B
JSON
26 lines
517 B
JSON
{
|
|
"gitea": {
|
|
"base_url": "https://git.halonice.com",
|
|
"owner": "yuanzhen869",
|
|
"repo": "ios-rule-script-full",
|
|
"ref": "main",
|
|
"token_env": "GITEA_TOKEN"
|
|
},
|
|
"source": {
|
|
"root": "rule/Surge",
|
|
"filename_pattern": "{name}.list",
|
|
"include_categories": [],
|
|
"exclude_categories": [
|
|
"Cloud",
|
|
"Assassin'sCreed"
|
|
],
|
|
"mode": "local",
|
|
"local_root": "upstream"
|
|
},
|
|
"output": {
|
|
"dir": "dist",
|
|
"clash_no_resolve": false,
|
|
"mihomo_no_resolve": false
|
|
}
|
|
}
|