Skip to content

Commit 99e31eb

Browse files
authored
fix: Update javdb domain in utils.ts (#21392)
更新一些备用域名
1 parent e334550 commit 99e31eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/routes/javdb/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import cache from '@/utils/cache';
77
import got from '@/utils/got';
88
import { parseDate } from '@/utils/parse-date';
99

10-
const allowDomain = new Set(['javdb.com', 'javdb36.com', 'javdb007.com', 'javdb521.com']);
10+
const allowDomain = new Set(['javdb.com', 'javdb571.com', 'javdb36.com', 'javdb007.com', 'javdb521.com']);
1111

1212
const ProcessItems = async (ctx, currentUrl, title) => {
1313
const domain = ctx.req.query('domain') ?? 'javdb.com';

0 commit comments

Comments
 (0)