fix(route/18comic): update apiDomain (#20835)
* fix(route/18comic): update apiDomain * docs: add back maintainer information from #8588 * Update utils.ts
This commit is contained in:
parent
5f1f90901e
commit
69d022c89f
|
|
@ -32,7 +32,7 @@ export const route: Route = {
|
|||
},
|
||||
],
|
||||
name: '搜索',
|
||||
maintainers: [],
|
||||
maintainers: ['nczitzk'],
|
||||
handler,
|
||||
url: 'jmcomic.group/',
|
||||
description: `::: tip
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ const defaultDomain = 'jmcomic1.me';
|
|||
// list of address: https://jmcomic2.bet
|
||||
const allowDomain = new Set(['18comic.vip', '18comic.org', 'jmcomic.me', 'jmcomic1.me', 'jm-comic3.art', 'jm-comic.club', 'jm-comic2.ark']);
|
||||
|
||||
const apiDomain = 'www.cdnblackmyth.club';
|
||||
const apiDomain = 'www.cdnhth.cc';
|
||||
|
||||
const getRootUrl = (domain) => {
|
||||
if (!config.feature.allow_user_supply_unsafe_domain && !allowDomain.has(domain)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue