mirror of
https://github.com/TG-Twilight/AWAvenue-Ads-Rule.git
synced 2025-11-04 14:49:47 +08:00
update build README.md
Some checks are pending
build Rule / execute_python_script (push) Waiting to run
Some checks are pending
build Rule / execute_python_script (push) Waiting to run
This commit is contained in:
parent
87a7ebff8e
commit
57de621022
17
README.md
17
README.md
@ -1,3 +1,10 @@
|
|||||||
|
## 如何贡献规则?
|
||||||
|
|
||||||
|
fork本分支,修改本目录的文件(前提是你有一定量的适合本规则的广告域名,我们并不乐意处理仅提交一个域名的Pr)。
|
||||||
|
|
||||||
|
否则我们**强烈建议**你在 issue 直接提出:xxxxxxx是xxxxx的广告域名/是被错误拦截的,建议拦截/放行,并且附上必要的图片之类。
|
||||||
|
|
||||||
|
|
||||||
## build
|
## build
|
||||||
|
|
||||||
此分支将构建[rule](./rule)中的基础规则
|
此分支将构建[rule](./rule)中的基础规则
|
||||||
@ -10,3 +17,13 @@
|
|||||||
```shell
|
```shell
|
||||||
python main.py
|
python main.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 须知
|
||||||
|
|
||||||
|
`domain.txt` 文件为域名列表 一行一个 不会匹配子域名
|
||||||
|
|
||||||
|
`domain_regex.txt` 文件为`domain.txt`的正则表达式版本(并不是所有插件都会调用此规则)
|
||||||
|
|
||||||
|
`ip.txt` 文件为ipv4列表(并不是所有插件都会调用此规则)
|
||||||
|
|
||||||
|
`ip6.txt` 文件为ipv6列表(并不是所有插件都会调用此规则)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user