No Description

jun yu 3f6d787c00 Update test.yml 20 hours ago
.github 3f6d787c00 Update test.yml 20 hours ago
.idea 1a94c846b5 补充提交 5 months ago
app 0ece31f1eb ; 22 hours ago
gradle a2bb307890 修正 5 months ago
player 9fa2b407d0 修正从后台返回继续播放时黑屏的bug; 2 days ago
quickjs 758e06878d 优化直播 1 month ago
.gitignore 1a94c846b5 补充提交 5 months ago
LICENSE 9bd549f38a Create LICENSE 2 years ago
README.md 58d8efbf91 Update README.md 21 hours ago
build.gradle a2bb307890 修正 5 months ago
gradle.properties b77d2f5bec 优化首页加载时间; 1 day ago
gradlew a78bdcc41f 整理旧工程代码 2 years ago
gradlew.bat a78bdcc41f 整理旧工程代码 2 years ago
settings.gradle de1f2d7759 - drpy2完善 (by okjack) 2 years ago

README.md

<<<<<<<<<<<<<>>>>>>>>>>>>

TVBox

=== Source Code - Editing the app default settings ===

//searchable:搜索开关           0:关闭 1:启用
//filterable:首页可选           0:否 1:是
//playerType:播放器类型          0:系统 1:IJK 2:EXO
//采集接口类型                0:xml 1:json 3:jar 4:remote
//parses解析类型                0:嗅探,自带播放器 1:解析,返回直链
//直播参数说明                   ua:用户自定义ua epg:节目网址 logo:台标网址

{
"spider": "./your.jar",
"wallpaper": "./api/img",
"sites": [],
"parses": [],
"hosts": [
    "cache.ott.ystenlive.itv.cmvideo.cn=base-v4-free-mghy.e.cdn.chinamobile.com",
    "cache.ott.bestlive.itv.cmvideo.cn=ip"
],
"lives": [],
"rules": [],
"doh": [
    {
        "name": "騰訊",
        "url": "https://doh.pub/dns-query"
    },
    {
        "name": "阿里",
        "url": "https://dns.alidns.com/dns-query"
    },
    {
        "name": "360",
        "url": "https://doh.360.cn/dns-query"
    }
]
}