mirror of
https://github.com/qist/tvbox.git
synced 2025-10-27 18:22:47 +00:00
修改失效域名
This commit is contained in:
@@ -8,7 +8,7 @@ var rule = {
|
||||
title:'点播',
|
||||
host:'http://tv.jsp47.com',
|
||||
homeUrl:'',
|
||||
searchUrl:'https://www.tycng.com/cj.php?q=**&pageNum=fypage',
|
||||
searchUrl:'https://www.swsixtwo.top/cj.php?q=**&pageNum=fypage',
|
||||
searchable:2,
|
||||
quickSearch:1,
|
||||
multi:1,
|
||||
@@ -79,7 +79,7 @@ var rule = {
|
||||
json.data.forEach(function(data) {
|
||||
data.list.forEach(function(it) {
|
||||
d.push({
|
||||
url: "https://www.tycng.com/cj.php?id=" + it.id + "&port=" + data.port,
|
||||
url: "https://www.swsixtwo.top/cj.php?id=" + it.id + "&port=" + data.port,
|
||||
title: it.name + "【" + data.portname + "】",
|
||||
img: it.pic,
|
||||
content:it.content,
|
||||
|
||||
@@ -84,7 +84,7 @@ var rule = {
|
||||
let channelName = data.albumDocInfo.channel.split(',')[0];
|
||||
if ((data.is_exactly_same === true)&&(channelName.includes('电影') || channelName.includes('电视剧') || channelName.includes('综艺') || channelName.includes('动漫') || channelName.includes('少儿'))) {
|
||||
d.push({
|
||||
url: "https://www.tycng.com/jsp.php?jx=" + data.albumDocInfo.albumTitle,
|
||||
url: "https://www.swsixtwo.top/jsp.php?jx=" + data.albumDocInfo.albumTitle,
|
||||
title: data.albumDocInfo.albumTitle,
|
||||
img: data.albumDocInfo.albumVImage,
|
||||
content:data.albumDocInfo.channel,
|
||||
|
||||
Reference in New Issue
Block a user