动漫订阅增加排除关键词

This commit is contained in:
mtvpls
2026-07-17 09:56:33 +08:00
parent 9f63e18550
commit bd779b237c
6 changed files with 59 additions and 5 deletions
+2
View File
@@ -2,6 +2,8 @@ export interface AnimeSubscription {
id: string;
title: string;
filterText: string;
/** 排除关键词,逗号分隔;标题包含任一关键词则跳过,例如:先行版,预告 */
excludeText?: string;
source: 'acgrip' | 'mikan' | 'dmhy' | 'nyaa';
enabled: boolean;
lastCheckTime: number;