delete format for qx

This commit is contained in:
gently 2020-07-26 17:17:40 +08:00
parent 4d5f320982
commit d50d76e041
2 changed files with 0 additions and 36717 deletions

File diff suppressed because it is too large Load Diff

View File

@ -92,34 +92,6 @@ class writerFormat{
),
);
/*Surge 兼容格式的屏蔽广告列表*/
const QX = array(
'format' => 'DOMAIN-SUFFIX,{DOMAIN},REJECT',
'header' => "#TITLE=anti-AD\n#VER={DATE}\n#URL={URL}\n#TOTAL_LINES={COUNT}\n",
'full_domain' => 0,
'name' => 'surge',
'filename' => '../anti-ad-qx.txt',
'whitelist_attached' => array(
'base-dead-hosts.txt' =>array(
'merge_mode' => 2, //0=单条1=单条+子域名2=根域名相当于1非根域名相当于0
),
),
'src' => array(
'base-src-easylist.txt' => array(
'type' => 'easylist',
'strict_mode' => false,
),
'base-src-hosts.txt' => array(
'type' => 'hosts',
'strict_mode' => false,
),
'base-src-strict-hosts.txt' => array(
'type' => 'hosts',
'strict_mode' => true,
),
),
);
/*Domains 格式的屏蔽广告列表用于支持pi-hole等*/
const DOMAINS = array(
'format' => '{DOMAIN}',