feat: 添加多个 API 配置
- 新增 multiple.json 文件,包含多个 API 配置 - 包含三个 API 配置,分别是 Private、PizazzGY 和 Adult
This commit is contained in:
parent
7f98fab162
commit
dca0529e73
16
multiple.json
Normal file
16
multiple.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"urls": [
|
||||
{
|
||||
"url": "http://104.168.19.207:3000/lwang/tvbox/raw/branch/main/api.json",
|
||||
"name": "🏡Private"
|
||||
},
|
||||
{
|
||||
"url": "http://47.106.254.96:9120/d/home/TVBox/PizazzGY/TVBox/api.json",
|
||||
"name": "🚀PizazzGY"
|
||||
},
|
||||
{
|
||||
"url": "http://104.168.19.207:3000/lwang/tvbox/raw/branch/main/adult.json",
|
||||
"name": "🔞Adult"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user