mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-26 17:20:52 +00:00
fix: i笔趣阁域名更换
This commit is contained in:
parent
9d4dc409c6
commit
bfb7d6cc5c
3
doc/sql/20240512.sql
Normal file
3
doc/sql/20240512.sql
Normal file
@ -0,0 +1,3 @@
|
||||
update crawl_source
|
||||
set crawl_rule = replace(crawl_rule, 'ibiquge.net', 'ibiquzw.org')
|
||||
where id = 16;
|
@ -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;
|
||||
|
||||
@ -2999,3 +3001,9 @@ 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;
|
||||
|
||||
|
||||
|
||||
update crawl_source
|
||||
set crawl_rule = replace(crawl_rule, 'ibiquge.net', 'ibiquzw.org')
|
||||
where id = 16;
|
Loading…
x
Reference in New Issue
Block a user