fix: i笔趣阁域名更换

This commit is contained in:
xiongxiaoyang 2024-05-12 17:26:59 +08:00
parent 9d4dc409c6
commit bfb7d6cc5c
2 changed files with 14 additions and 3 deletions

3
doc/sql/20240512.sql Normal file
View File

@ -0,0 +1,3 @@
update crawl_source
set crawl_rule = replace(crawl_rule, 'ibiquge.net', 'ibiquzw.org')
where id = 16;

View File

@ -1,5 +1,7 @@
CREATE database if NOT EXISTS `novel_plus` default character set utf8mb4 collate utf8mb4_unicode_ci; CREATE
use `novel_plus`; database if NOT EXISTS `novel_plus` default character set utf8mb4 collate utf8mb4_unicode_ci;
use
`novel_plus`;
SET NAMES utf8mb4; SET NAMES utf8mb4;
@ -2998,4 +3000,10 @@ VALUES (1, 305);
update website_info update website_info
set logo = 'https://youdoc.gitee.io/resource/images/logo%20(1).png', set logo = 'https://youdoc.gitee.io/resource/images/logo%20(1).png',
logo_dark='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; where id = 1;
update crawl_source
set crawl_rule = replace(crawl_rule, 'ibiquge.net', 'ibiquzw.org')
where id = 16;