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:
Tony 2026-01-09 06:35:29 +08:00 committed by GitHub
parent 5f1f90901e
commit 69d022c89f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ export const route: Route = {
},
],
name: '搜索',
maintainers: [],
maintainers: ['nczitzk'],
handler,
url: 'jmcomic.group/',
description: `::: tip

View File

@ -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)) {