mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-01 03:23:20 +08:00
Re-organized project structure
This commit is contained in:
25
backend/sub.json
Normal file
25
backend/sub.json
Normal 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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user