From bfb7d6cc5c3f9ffd0bcbe60b168ae02de9c4c4e6 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Sun, 12 May 2024 17:26:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20i=E7=AC=94=E8=B6=A3=E9=98=81=E5=9F=9F?= =?UTF-8?q?=E5=90=8D=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/sql/20240512.sql | 3 +++ doc/sql/novel_plus.sql | 14 +++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 doc/sql/20240512.sql diff --git a/doc/sql/20240512.sql b/doc/sql/20240512.sql new file mode 100644 index 0000000..b27af92 --- /dev/null +++ b/doc/sql/20240512.sql @@ -0,0 +1,3 @@ +update crawl_source +set crawl_rule = replace(crawl_rule, 'ibiquge.net', 'ibiquzw.org') +where id = 16; \ No newline at end of file diff --git a/doc/sql/novel_plus.sql b/doc/sql/novel_plus.sql index 31366e8..aa0ae92 100644 --- a/doc/sql/novel_plus.sql +++ b/doc/sql/novel_plus.sql @@ -1,5 +1,7 @@ -CREATE database if NOT EXISTS `novel_plus` default character set utf8mb4 collate utf8mb4_unicode_ci; -use `novel_plus`; +CREATE +database if NOT EXISTS `novel_plus` default character set utf8mb4 collate utf8mb4_unicode_ci; +use +`novel_plus`; SET NAMES utf8mb4; @@ -2998,4 +3000,10 @@ VALUES (1, 305); update website_info set logo = 'https://youdoc.gitee.io/resource/images/logo%20(1).png', logo_dark='https://youdoc.gitee.io/resource/images/logo%20(1).png' -where id = 1; \ No newline at end of file +where id = 1; + + + +update crawl_source +set crawl_rule = replace(crawl_rule, 'ibiquge.net', 'ibiquzw.org') +where id = 16; \ No newline at end of file