Allow mixed filters and operators

This commit is contained in:
Peng-YM
2020-08-19 13:56:43 +08:00
parent 12508188ab
commit 88920df594
176 changed files with 429 additions and 30372 deletions

View File

@@ -1,10 +1,18 @@
{
"name": "The Name of Subscription",
"url": "The URL of Subscription",
"filters": [
"process": [
{
"type": "Flag Operator",
"args": [1]
},
{
"type": "Useless Filter"
},
{
"type": "Keyword Sort Operator",
"args": ["HK", "TW", "JP"]
},
{
"type": "Keyword Filter",
"args": ["IEPL", "IPLC"]
@@ -13,15 +21,5 @@
"type": "Region Filter",
"args": ["HK", "TW", "JP"]
}
],
"operators": [
{
"type": "Flag Operator",
"args": [1]
},
{
"type": "Keyword Sort Operator",
"args": ["HK", "TW", "JP"]
}
]
}