```
feat(config): 更新嗷呜弹幕配置并新增虎斑配置 将原 bullet.json 配置文件重命名为 danmu_aowu.json,并修改其中 jar 包路径为本地相对路径。 同时新增 danmu_huban.json 配置文件,包含虎斑相关站点与直播源配置。 添加 aowu.jar 文件以支持嗷呜弹幕功能。 ```
This commit is contained in:
parent
f90ca3bb06
commit
f3e1325c92
2
api.json
2
api.json
@ -34,7 +34,7 @@
|
||||
"key": "嗷呜弹幕",
|
||||
"name": "弹幕|嗷呜",
|
||||
"type": 3,
|
||||
"jar": "https://gitee.com/amg99/tvjson/raw/master/spider/custom_spider.jar",
|
||||
"jar": "./jar/aowu.jar",
|
||||
"api": "csp_GoConfig"
|
||||
},
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"spider": "https://gitee.com/amg99/tvjson/raw/master/spider/custom_spider.jar",
|
||||
"spider": "./jar/aowu.jar",
|
||||
"wallpaper": "https://api.paugram.com/wallpaper/",
|
||||
"warningText": "仅作学习交流测试使用,配置或下载后请于24小时之内删除",
|
||||
"lives": [
|
26
danmu_huban.json
Normal file
26
danmu_huban.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"spider": "https://gitee.com/zj521jj/little-tiger-spot/raw/master/jar/HubanTC.jar",
|
||||
"wallpaper": "https://api.paugram.com/wallpaper/",
|
||||
"warningText": "仅作学习交流测试使用,配置或下载后请于24小时之内删除",
|
||||
"lives": [
|
||||
{
|
||||
"name": "Guovin",
|
||||
"type": 0,
|
||||
"url": "http://47.106.254.96:9120/d/home/iptv-api/output/result.m3u",
|
||||
"epg": "http://cdn.1678520.xyz/epg/?ch={name}&date={date}",
|
||||
"timeout": 10
|
||||
}
|
||||
],
|
||||
"sites": [
|
||||
{
|
||||
"name": "嗷呜弹幕",
|
||||
"key": "嗷呜弹幕",
|
||||
"type": 3,
|
||||
"api": "csp_GoConfig",
|
||||
"searchable": 0,
|
||||
"filterable": 0,
|
||||
"quickSearch": 0,
|
||||
"changeable": 0
|
||||
}
|
||||
]
|
||||
}
|
BIN
jar/aowu.jar
Normal file
BIN
jar/aowu.jar
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user