From 2626a2ab458914e4dd84cfe833c8cc7f8b68d17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=98=9F?= <2497639239@qq.com> Date: Mon, 13 Dec 2021 07:19:11 +0000 Subject: [PATCH] update dev/dev-config.json. --- dev/dev-config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev/dev-config.json b/dev/dev-config.json index 7859ae2b4..16bc3b317 100644 --- a/dev/dev-config.json +++ b/dev/dev-config.json @@ -516,6 +516,10 @@ "titlePath": "/html/body/div[4]/div[3]/h1", "contentPath": "/html/body/div[4]/div[3]/div[3]", "nextUrlPath": "/html/body/div[4]/div[3]/div[4]/a[3]" + }, "www.zhuashu2.com": { + "titlePath": "/html/body/div[3]/div[1]/div[2]/div/div[1]/h1", + "contentPath": "/html/body/div[3]/div[1]/div[2]/div/div[3]", + "nextUrlPath":"/html/body/div[3]/div[1]/div[2]/div/div[4]/a[3]" } } \ No newline at end of file -- Gitee