From 97d64ecde91825fc7a6c0f8186cd5a630a2830da Mon Sep 17 00:00:00 2001 From: LH <1351703540@qq.com> Date: Thu, 20 Nov 2025 08:43:54 +0000 Subject: [PATCH] update chapter_config-v1.json. --- 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 9a2942cd..7ccf9116 100644 --- a/chapter_config-v1.json +++ b/chapter_config-v1.json @@ -998,8 +998,10 @@ "chapterPath": "/html/body/div[3]/div/div", "checkUrl": "https://metanovel.org/book/383114/chapters/2", "contentPath": "/html/body/div[4]/div/div", - "nextLoop": false, - "nextLoopCnt": 15 + "nextLoop": true, + "nextLoopCnt": 15, + "nextUrlPath": "/html/body/div[4]/div/div/div[2]/div[3]/a[3]", + "nextPathText": "下一页" }, "www.taobiquge.com": { "chapterPath": "/html/body/div/div[6]/div", -- Gitee