From 01fb1e4cd557a4206cdfe48b9251a1f46b083e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Fri, 30 Jan 2026 13:03:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E6=81=A2=E5=BE=A9=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E5=BB=BA=E6=A7=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoBuild/builder.py | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/AutoBuild/builder.py b/AutoBuild/builder.py index 1917383..b3f78d1 100644 --- a/AutoBuild/builder.py +++ b/AutoBuild/builder.py @@ -7,14 +7,13 @@ import time from urllib.parse import urlparse filterlist = { - "hosts": ["TW165.txt"], - # "abp": [ - # "experimental.txt", - # "filter.txt", - # "PureView/news.txt", - # "PureView/news_mobile.txt", - # ], - # "hosts": ["hosts.txt", "nofarm.txt", "TWNIC-RPZ.txt", "TW165.txt"], + "abp": [ + "experimental.txt", + "filter.txt", + "PureView/news.txt", + "PureView/news_mobile.txt", + ], +"hosts": ["hosts.txt", "nofarm.txt", "TWNIC-RPZ.txt", "TW165.txt"], } url = "https://filter.futa.gg/" tz = timezone(timedelta(hours=+8))