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
+4
View File
@@ -19,6 +19,8 @@
## 快速开始
仓库已内置可直接跑的默认配置文件 `config.json`(指向 `yuanzhen869/ios-rule-script-subset`)。
1. 复制配置:
```bash
@@ -38,6 +40,8 @@ cp config.example.toml config.toml
export GITEA_TOKEN='your-token'
```
如果数据源仓库是公开的(当前默认就是公开源),可以不设置 token。
4. 生成全部分类:
```bash