Delete sub.json

This commit is contained in:
Peng-YM
2020-09-12 11:17:35 +08:00
committed by GitHub
parent b8960a99dd
commit c39fe4aac9

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"]
}
]
}