|
|
|
@ -179,15 +179,16 @@ function xunmi(name,data,ishkss) { |
|
|
|
|
let Cdatalist =[]; |
|
|
|
|
lists.forEach(item => { |
|
|
|
|
let vodname = item.text.replace(/<em>|<\/em>/g,''); |
|
|
|
|
if(!/qq|mgtv|iptv|iqiyi|youku|bilibili|souhu|cctv/.test(item.url)&&vodname.indexOf(name)>-1){ |
|
|
|
|
if(!/qq|mgtv|iptv|iqiyi|youku|bilibili|souhu|cctv|kkw361|ksksl|zjtu\.cc/.test(item.url)&&vodname.indexOf(name)>-1){ |
|
|
|
|
Cdatalist.push({ |
|
|
|
|
title: vodname!=name?vodname.replace(name,'‘‘’’<font color=red>'+name+'</font>'):vodname, |
|
|
|
|
desc: '‘‘’’<font color=#f13b66a>'+ item.website+'</font>'+(item.tags.length>0?' ['+item.tags.join(' ')+']':'') , |
|
|
|
|
title: (vodname!=name?vodname.replace(name,'‘‘’’<font color=red>'+name+'</font>'):vodname) + '‘‘’’<font color=#f13b66a>'+ item.website+'</font>', |
|
|
|
|
//desc: '‘‘’’<font color=#f13b66a>'+ item.website+'</font>'+(item.tags.length>0?' ['+item.tags.join(' ')+']':'') ,
|
|
|
|
|
url: $("hiker://empty##" + item.url + "#immersiveTheme#").rule((type,ua) => { |
|
|
|
|
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyXunmi.js'); |
|
|
|
|
xunmierji(type,ua) |
|
|
|
|
},'web', MOBILE_UA), |
|
|
|
|
col_type: "text_1", |
|
|
|
|
img: item.icon, |
|
|
|
|
col_type: "avatar",//"text_1",
|
|
|
|
|
extra: { |
|
|
|
|
name: name, |
|
|
|
|
title: vodname+'-'+item.website, |
|
|
|
|