更新 API 配置,修正多个站点的外部扩展文件路径,移除末尾多余的问号,并新增 Guovin 站点信息

This commit is contained in:
Wang.Luo 2025-04-19 00:31:03 +08:00
parent 785f76bcad
commit 13674ce260
4 changed files with 24 additions and 1473 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

File diff suppressed because it is too large Load Diff

View File

@ -198,7 +198,7 @@
"searchable": 1,
"quickSearch": 1,
"filterable": 1,
"ext": "./json/wogg.json?"
"ext": "./json/wogg.json"
},
{
"key": "木偶",
@ -208,7 +208,7 @@
"searchable": 1,
"quickSearch": 1,
"filterable": 1,
"ext": "./json/mogg.json?"
"ext": "./json/mogg.json"
},
{
"key": "蜡笔",
@ -219,7 +219,7 @@
"quickSearch": 1,
"filterable": 1,
"changeable": 1,
"ext": "./json/lb.json?"
"ext": "./json/lb.json"
},
{
"key": "至臻",
@ -230,7 +230,7 @@
"quickSearch": 1,
"filterable": 1,
"changeable": 1,
"ext": "./json/zz.json?"
"ext": "./json/zz.json"
},
{
"key": "多多",
@ -241,7 +241,7 @@
"quickSearch": 1,
"filterable": 1,
"changeable": 1,
"ext": "./json/yyds.json?"
"ext": "./json/yyds.json"
},
{
"key": "欧哥",
@ -252,7 +252,7 @@
"quickSearch": 1,
"filterable": 1,
"changeable": 1,
"ext": "./json/og.json?"
"ext": "./json/og.json"
},
{
"key": "二小",
@ -263,7 +263,7 @@
"quickSearch": 1,
"filterable": 1,
"changeable": 1,
"ext": "./json/ex.json?"
"ext": "./json/ex.json"
},
{
"key": "百家",
@ -274,7 +274,7 @@
"quickSearch": 1,
"filterable": 1,
"changeable": 1,
"ext": "./json/bj.json?"
"ext": "./json/bj.json"
},
{
"key": "大玩",
@ -285,7 +285,7 @@
"quickSearch": 1,
"filterable": 1,
"changeable": 1,
"ext": "./json/dawo.json?"
"ext": "./json/dawo.json"
},
{
"key": "虎斑",
@ -296,7 +296,7 @@
"quickSearch": 1,
"filterable": 1,
"changeable": 1,
"ext": "./json/hb.json?"
"ext": "./json/hb.json"
},
{
"key": "闪电",
@ -307,7 +307,7 @@
"quickSearch": 1,
"filterable": 1,
"changeable": 1,
"ext": "./json/sd.json?"
"ext": "./json/sd.json"
},
{
"key": "下饭",
@ -318,7 +318,7 @@
"quickSearch": 1,
"filterable": 1,
"changeable": 1,
"ext": "./json/xf.json?"
"ext": "./json/xf.json"
},
{
"key": "团长",
@ -343,7 +343,7 @@
"type": "list",
"ratio": 1.433
},
"ext": "./json/lj.json?"
"ext": "./json/lj.json"
},
{
"key": "海绵",
@ -358,7 +358,7 @@
"type": "list",
"ratio": 1.433
},
"ext": "./json/hm.json?"
"ext": "./json/hm.json"
},
{
"key": "Pan1",
@ -373,7 +373,7 @@
"type": "list",
"ratio": 1.433
},
"ext": "./json/pan1.json?"
"ext": "./json/pan1.json"
},
{
"key": "趣盘",
@ -1324,7 +1324,7 @@
"ext": "./js/看了么.js"
},
{
"key": "茶杯狐",
"key": "茶杯狐JS",
"name": "茶杯狐影视JS",
"type": 3,
"api": "./js/drpy2.min.js",
@ -2495,6 +2495,14 @@
"playerType": 2,
"timeout": 10
},
{
"name": "Guovin",
"type": 0,
"url": "https://gitee.com/mytv-android/iptv-api/raw/master/output/result.m3u",
"epg": "http://cdn.1678520.xyz/epg/?ch={name}&date={date}",
"playerType": 2,
"timeout": 10
},
{
"name": "虎牙一起看",
"type": 3,

Binary file not shown.