mirror of https://gitlab.com/jeossi/t.git
39 lines
1.9 KiB
Plaintext
39 lines
1.9 KiB
Plaintext
{
|
||
// 代码配置相关
|
||
"IsRecodeLog":false, // 是否记录文件日志
|
||
|
||
// 默认配置相关
|
||
"ForceChangeAPIUrl": false, //强制替换首页默认API地址,防止API失效不更新包的手段
|
||
"APIUrl":"https://jihulab.com/je/t/-/raw/main/jeko_my.json", //首页默认API地址
|
||
"HomeID": "csp_Kunyu77", //七七
|
||
"HomeShowType": 1, //默认首页推荐 0 豆瓣热播 1 数据源推荐 2 历史
|
||
"HomeSearchType": 1, //默认搜索展示 0 列表 1 缩略图
|
||
"HomeFastSearch": false, //默认聚合模式
|
||
"HomeDNSType": 0, //默认安全DNS 0 关闭 1 腾讯 2 阿里 3 360
|
||
"HomeHistoryNum": 1, //默认历史记录 0 30条 1 50条 2 70条
|
||
"HomePictureZoom": 0, //默认画面缩放 0 默认 1 16:9 2 4:3 3 填充 4 原始 5 裁剪
|
||
"HomeWindowPreview": true, //默认窗口预览
|
||
|
||
|
||
// 直播配置相关
|
||
"Live":{
|
||
"Channel": "测试视频", // 频道名字
|
||
"ChannelReverse": false, // 换台反转
|
||
"CrossGroup": true, // 跨选分类
|
||
"ConnectTimeout": 1, // 超时换源时间 0 5s 1 10s 2 15s 3 20s 4 25s 5 30s
|
||
"ShowNetSpeed": true, // 显示网速
|
||
"ShowTime": true // 显示时间
|
||
},
|
||
|
||
// 更新相关
|
||
"IsForceUpdate":false, //是否强制显示更新UI
|
||
"UpdateData":{ //更新数据
|
||
"NewVersion":"23.10.13.23.01", //最新版本号
|
||
"ForceUpdate":false, //是否强制更新
|
||
"UpdateDesc": //更新描述
|
||
"修正一些bug;优化图片加载;(可能是最后一版对4.4以下的支持)\nRevert Js (#1)\nRevert Update build.gradle",
|
||
// \n\n\n所有更新记录:https://chengxue2020.github.io/Cat-ports/config/%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97.txt
|
||
"UpdateDownloadUrl":"https://github.com/chengxue2020/q215613905-Tbox/releases/download/20230921-2255/TVBox_chengxue2020_20230921-2255_Release.apk" //更新下载地址
|
||
}
|
||
}
|