From ac58e070d3a049a011a8f25c0595ea5732db75d6 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:08:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20=E9=80=9A=E7=94=A8?= =?UTF-8?q?=E8=A7=84=E5=88=99=E8=87=B3=E5=88=97=E8=A1=A8=E6=9C=80=E5=BA=95?= =?UTF-8?q?=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 932cab2..a7dd8a8 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -2311,14 +2311,6 @@ "replaceE": "#container>div[style='text-align: center; line-height: 36px;']" } }, - "子夜动漫/七味网 类通用规则": { - "url": "return fun.isPager()", - "pager": { - "nextL": ".page-active+a", - "pageE": ".content-list>li", - "replaceE": ".pages" - } - }, "omofun 动漫": { "host": ["/^omofun[a-z]\\.[a-z]+$/","dilidilidm.com"], "url": "return fun.isPager()", @@ -6782,5 +6774,13 @@ "pageE": ".pictures>img,.pic-list>ul", "replaceE": ".pages" } + }, + "子夜动漫/七味网 类通用规则": { + "url": "return fun.isPager()", + "pager": { + "nextL": ".page-active+a", + "pageE": ".content-list>li", + "replaceE": ".pages" + } } }