From af00ae77d5b71c25e9b2a9b794fd5d9601789340 Mon Sep 17 00:00:00 2001 From: gently Date: Thu, 16 Jan 2020 23:15:12 +0800 Subject: [PATCH] update --- lib/writerFormat.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/writerFormat.class.php b/lib/writerFormat.class.php index 33edd6fb..39fe67f3 100644 --- a/lib/writerFormat.class.php +++ b/lib/writerFormat.class.php @@ -18,7 +18,7 @@ class writerFormat{ /*easylist 兼容格式的屏蔽广告列表*/ const EASYLIST = array( 'format' => '||{DOMAIN}^', - 'header' => "#TIME={DATE}\n#URL={URL}\n", + 'header' => "!TIME={DATE}\n!URL={URL}\n", 'name' => 'easylist', 'filename' => 'anti-ad-easylist.txt' );