feat: initial gitea shunt rules generator
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"gitea": {
|
||||
"base_url": "https://gitea.example.com",
|
||||
"owner": "rules",
|
||||
"repo": "ios_rule_script",
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user