update build README.md
Some checks are pending
build Rule / execute_python_script (push) Waiting to run

This commit is contained in:
Twilight 2024-11-08 10:39:31 +08:00 committed by GitHub
parent 87a7ebff8e
commit 57de621022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,10 @@
## 如何贡献规则?
fork本分支修改本目录的文件前提是你有一定量的适合本规则的广告域名我们并不乐意处理仅提交一个域名的Pr
否则我们**强烈建议**你在 issue 直接提出xxxxxxx是xxxxx的广告域名/是被错误拦截的,建议拦截/放行,并且附上必要的图片之类。
## build
此分支将构建[rule](./rule)中的基础规则
@ -10,3 +17,13 @@
```shell
python main.py
```
## 须知
`domain.txt` 文件为域名列表 一行一个 不会匹配子域名
`domain_regex.txt` 文件为`domain.txt`的正则表达式版本(并不是所有插件都会调用此规则)
`ip.txt` 文件为ipv4列表(并不是所有插件都会调用此规则)
`ip6.txt` 文件为ipv6列表(并不是所有插件都会调用此规则)