From 1605b34eea18ba0dc754eccbbae4fbe4302633fb Mon Sep 17 00:00:00 2001 From: cdl_lonny <10836686+cdl-lonny@user.noreply.gitee.com> Date: Wed, 28 May 2025 07:27:21 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cdl_lonny <10836686+cdl-lonny@user.noreply.gitee.com> --- chapter_config-v1.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chapter_config-v1.json b/chapter_config-v1.json index 7c966691..d4100f8e 100644 --- a/chapter_config-v1.json +++ b/chapter_config-v1.json @@ -118,8 +118,10 @@ "chapterPath": "/html/body/div[3]/div[2]/ul[2]", "checkUrl": "http://www.mhtxs.co/30_30412/", "contentPath": "/html/body/div[2]/div[3]", - "nextLoop": false, - "nextLoopCnt": 15 + "nextLoop": true, + "nextLoopCnt": 15, + "nextPathText": "下一页", + "nextUrlPath": "/html/body/p/a[4]" }, "www.17bxwx.com": { "chapterPath": "/html/body/div/div[5]/div[2]/div[1]/div/dl", -- Gitee