mirror of
https://github.com/201206030/novel-plus.git
synced 2026-03-06 07:59:36 +08:00
fix: i笔趣阁域名更换
This commit is contained in:
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;
|
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;
|
||||||
Reference in New Issue
Block a user