From 4b9dbe969cbf1f89ceafcc25ec296667c51f013f Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Sat, 2 Nov 2024 18:26:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Di=E7=AC=94=E8=B6=A3=E9=98=81?= =?UTF-8?q?=E7=88=AC=E8=99=AB=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/sql/novel_plus.sql | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/sql/novel_plus.sql b/doc/sql/novel_plus.sql index 1cbbf7e..2ad0470 100644 --- a/doc/sql/novel_plus.sql +++ b/doc/sql/novel_plus.sql @@ -3136,4 +3136,9 @@ VALUES ('香书小说网', '{ "contentStart": "
", "contentEnd": "

", "filterContent":"\\\\s*([^/]+)\\\\s*

" -}', 0, '2024-06-01 10:11:39', '2024-06-01 10:11:39'); \ No newline at end of file +}', 0, '2024-06-01 10:11:39', '2024-06-01 10:11:39'); + + +update crawl_source +set crawl_rule = replace(crawl_rule, 'ibiquzw.org', 'ibiqugu.net') +where id = 16; \ No newline at end of file