动漫磁力搜索增加nyaa;动漫磁力搜索前可选站点

This commit is contained in:
mtvpls
2026-06-20 12:43:16 +08:00
parent 20c073430b
commit ec71a252c9
12 changed files with 364 additions and 46 deletions
+2 -1
View File
@@ -42,6 +42,7 @@ export interface AdminConfig {
MagnetMikanReverseProxy?: string;
MagnetDmhyReverseProxy?: string;
MagnetAcgripReverseProxy?: string;
MagnetNyaaReverseProxy?: string;
// 评论功能开关
EnableComments: boolean;
// 自定义去广告代码
@@ -358,7 +359,7 @@ export interface AdminConfig {
id: string;
title: string;
filterText: string;
source: 'acgrip' | 'mikan' | 'dmhy';
source: 'acgrip' | 'mikan' | 'dmhy' | 'nyaa';
enabled: boolean;
lastCheckTime: number;
lastEpisode: number;