Delete sub.json

This commit is contained in:
Peng-YM 2020-09-12 11:17:35 +08:00 committed by GitHub
parent dac2ec95ae
commit 0842b3fcbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,25 +0,0 @@
{
"name": "The Name of Subscription",
"url": "The URL of Subscription",
"process": [
{
"type": "Flag Operator",
"args": [1]
},
{
"type": "Useless Filter"
},
{
"type": "Keyword Sort Operator",
"args": ["HK", "TW", "JP"]
},
{
"type": "Keyword Filter",
"args": ["IEPL", "IPLC"]
},
{
"type": "Region Filter",
"args": ["HK", "TW", "JP"]
}
]
}