update version numbers for test

This commit is contained in:
gently 2020-02-03 12:02:28 +08:00
parent 3430a41c5c
commit 90bef80e38
4 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#TIME=20200203025333
#TIME=20200203040206
#URL=https://github.com/privacy-protection-tools/anti-AD
address=/0024aaaa.com/
address=/0026645142c89aeb1.com/

View File

@ -1,4 +1,5 @@
!TIME=20200203025338
!AdBlock-style blocklists
!TIME=20200203040207
!URL=https://github.com/privacy-protection-tools/anti-AD
||201*.myhard.com^
||8*.tianya.cn^

View File

@ -1,4 +1,4 @@
#TIME=20200203025337
#TIME=20200203040207
#URL=https://github.com/privacy-protection-tools/anti-AD
[RULE]
DOMAIN-SUFFIX,0024aaaa.com,REJECT

View File

@ -19,7 +19,7 @@ class writerFormat{
/*easylist 兼容格式的屏蔽广告列表*/
const EASYLIST = array(
'format' => '||{DOMAIN}^',
'header' => "!TIME={DATE}\n!URL={URL}\n",
'header' => "!AdBlock-style blocklists\n!TIME={DATE}\n!URL={URL}\n",
'name' => 'easylist',
'filename' => 'anti-ad-easylist.txt'
);