feat: finalize gitea automation with default source and publish-ready dist

This commit is contained in:
袁震
2026-04-06 11:56:27 +08:00
parent b9ac36321a
commit 8f3f7469bc
21 changed files with 46764 additions and 10 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"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
}
}