mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-01 03:13:15 +08:00
修复过滤无效节点的bug
This commit is contained in:
@@ -1650,7 +1650,10 @@ function UselessFilter() {
|
||||
const KEYWORDS = ["网址", "流量", "时间", "应急", "过期", "Bandwidth", "expire"];
|
||||
return {
|
||||
name: "Useless Filter",
|
||||
func: DiscardKeywordFilter(KEYWORDS).func
|
||||
func: KeywordFilter({
|
||||
keywords: KEYWORDS,
|
||||
keep: false
|
||||
}).func
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user