Re-organized project structure

This commit is contained in:
Peng-YM
2020-08-19 16:18:48 +08:00
parent 7aa0fa6911
commit 64e11e02e7
17 changed files with 692 additions and 2423 deletions

25
backend/sub.json Normal file
View File

@@ -0,0 +1,25 @@
{
"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"]
}
]
}