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