File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ import type { Namespace } from '@/types';
22
33export const namespace : Namespace = {
44 name : '知轩藏书' ,
5- url : 'zxcs.info ' ,
5+ url : 'zxcs.click ' ,
66 lang : 'zh-CN' ,
77} ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const types = {
2424export const route : Route = {
2525 path : '/novel/:type' ,
2626 name : '小说列表' ,
27- url : 'zxcs.info ' ,
27+ url : 'zxcs.click ' ,
2828 maintainers : [ 'liaochuan' ] ,
2929 example : '/zxcs/novel/jinqigengxin' ,
3030 parameters : { type : '小说类型, 可在对应类型页 URL 中找到' } ,
@@ -42,7 +42,7 @@ export const route: Route = {
4242 } ,
4343 radar : [
4444 {
45- source : [ 'zxcs.info /:type' ] ,
45+ source : [ 'zxcs.click /:type' ] ,
4646 target : '/novel/:type' ,
4747 } ,
4848 ] ,
@@ -52,7 +52,7 @@ export const route: Route = {
5252async function handler ( ctx ) {
5353 const { type } = ctx . req . param ( ) ;
5454
55- const baseUrl = 'https://www.zxcs.info ' ;
55+ const baseUrl = 'https://www.zxcs.click ' ;
5656 const link = `${ baseUrl } /${ type } ` ;
5757 const response = await ofetch ( link ) ;
5858 const $ = load ( response ) ;
You can’t perform that action at this time.
0 commit comments