From 0ff87614ea2dc9caa40ec4af3bf83a805b9fbdcc Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Fri, 28 Feb 2025 22:02:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=A4=B1=E6=95=88?= =?UTF-8?q?=E7=9A=84=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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/sql/novel_plus.sql b/doc/sql/novel_plus.sql index 7098f0d..55bd4ad 100644 --- a/doc/sql/novel_plus.sql +++ b/doc/sql/novel_plus.sql @@ -3141,4 +3141,8 @@ VALUES ('香书小说网', '{ update crawl_source set crawl_rule = replace(crawl_rule, 'ibiquzw.org', 'biquxs.info') -where id = 16; \ No newline at end of file +where id = 16; + + +update crawl_source +set crawl_rule = replace(crawl_rule, 'xbiqugu.net', 'xbiqugu.la'); \ No newline at end of file