From 538563ab20bcbd17f0d5d5c31c7c91b8157794e3 Mon Sep 17 00:00:00 2001 From: yulei Date: Sun, 16 Jun 2024 23:38:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eweibo.com=E8=A7=84=E5=88=99?= =?UTF-8?q?=E5=B9=B6=E4=BC=98=E5=8C=96=E7=94=A8=E6=88=B7=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E8=A7=84=E5=88=99=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在custom_direct.yaml中,新增了对'.+weibo.com'的匹配规则,并对现有规则进行了排序优化,以提升规则的效率和准确性。 --- user-defined-rule/custom_direct.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user-defined-rule/custom_direct.yaml b/user-defined-rule/custom_direct.yaml index 1fb0341..4ee252e 100644 --- a/user-defined-rule/custom_direct.yaml +++ b/user-defined-rule/custom_direct.yaml @@ -4,4 +4,5 @@ payload: - '.+yulei.icu' - '.+taobao.com' - '.+alipay.com' - - '.+yulei.icu' \ No newline at end of file + - '.+yulei.icu' + - '.+weibo.com' \ No newline at end of file