新增M3U8启发式广告检测算法并支持动态关键词配置

This commit is contained in:
Troray
2026-01-19 21:52:38 +08:00
parent 7dd3ceea17
commit c3d01e95a4
11 changed files with 947 additions and 114 deletions
+8
View File
@@ -15,6 +15,14 @@ export const UtilityIcons = {
</svg>
),
ShieldAlert: ({ className = "", size = 24 }: IconProps) => (
<svg width={size} height={size} viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className={className}>
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" />
<line x1="12" y1="8" x2="12" y2="12" />
<line x1="12" y1="16" x2="12.01" y2="16" />
</svg>
),
Sparkles: ({ className = "", size = 24 }: IconProps) => (
<svg width={size} height={size} viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className={className}>
<path d="M12 3v18M5.2 8.2l13.6 7.6M18.8 8.2L5.2 15.8" />