No Description

jun 93a7856d7e fix AdCounts; 1 day ago
.github 3f6d787c00 Update test.yml 4 weeks ago
.idea 1a94c846b5 补充提交 6 months ago
app 93a7856d7e fix AdCounts; 1 day ago
gradle a2bb307890 修正 6 months ago
player c4f1885a9a fix 后台返回继续播放; 4 days ago
pyramid da4f21c76d 修正历史记录光标边框残留问题; 1 week ago
quickjs 173d248d45 fix bug 1 week ago
.gitignore 1a94c846b5 补充提交 6 months ago
LICENSE 9bd549f38a Create LICENSE 2 years ago
README.md 58d8efbf91 Update README.md 4 weeks ago
build.gradle da4f21c76d 修正历史记录光标边框残留问题; 1 week ago
gradle.properties b4b6184963 fix bug; 1 day ago
gradlew a78bdcc41f 整理旧工程代码 2 years ago
gradlew.bat a78bdcc41f 整理旧工程代码 2 years ago
settings.gradle 5bd37020e6 fix bug 2 weeks 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"
    }
]
}