From 26fc33a8b6146a99b90840f49b197948da203c1c Mon Sep 17 00:00:00 2001 From: qist <87984115@qq.com> Date: Thu, 26 Dec 2024 09:19:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cat/tjs/README.md | 2 +- dianshi.json | 2 +- js/caiji.js | 4 ++-- js/jsp.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cat/tjs/README.md b/cat/tjs/README.md index 6d886e91..448854e0 100644 --- a/cat/tjs/README.md +++ b/cat/tjs/README.md @@ -17,7 +17,7 @@ [TV发布地址](https://github.com/FongMi/Release/tree/main/apk/release) ```bash -https://qist.ugigc.us.kg/cat/tjs/tv_config.json +https://qist.ugigc.ggff.net/cat/tjs/tv_config.json ``` > 配置信息见js分支分支 diff --git a/dianshi.json b/dianshi.json index 1430cf46..88bf20f9 100644 --- a/dianshi.json +++ b/dianshi.json @@ -1,7 +1,7 @@ { "spider":"./jar/fan.txt;md5;5187bb3bc6eba66ecb3785abb0d21431", "lives":[ - {"name":"live","boot": false,"type":0,"url":"./tv.txt","playerType":1,"ua":"okhttp/3.8.1","timeout":20,"epg":"https://epg.112114.xyz/?ch={name}&date={date}","logo":"https://logo.ugigc.us.kg/{name}.png"} + {"name":"live","boot": false,"type":0,"url":"./tv.txt","playerType":1,"ua":"okhttp/3.8.1","timeout":20,"epg":"https://epg.112114.xyz/?ch={name}&date={date}","logo":"https://logo.ugigc.ggff.net/{name}.png"} ], "wallpaper":"https://qist.cc/api/api.php", "sites":[ diff --git a/js/caiji.js b/js/caiji.js index d4bc1fdd..aa3774bf 100644 --- a/js/caiji.js +++ b/js/caiji.js @@ -8,7 +8,7 @@ var rule = { title:'点播', host:'http://tv.jsp47.com', homeUrl:'', - searchUrl:'https://www.ugigc.us.kg/cj.php?q=**&pageNum=fypage', + searchUrl:'https://www.ugigc.ggff.net/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.ugigc.us.kg/cj.php?id=" + it.id + "&port=" + data.port, + url: "https://www.ugigc.ggff.net/cj.php?id=" + it.id + "&port=" + data.port, title: it.name + "【" + data.portname + "】", img: it.pic, content:it.content, diff --git a/js/jsp.js b/js/jsp.js index ece8022f..00a2eeaf 100644 --- a/js/jsp.js +++ b/js/jsp.js @@ -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.ugigc.us.kg/jsp.php?jx=" + data.albumDocInfo.albumTitle, + url: "https://www.ugigc.ggff.net/jsp.php?jx=" + data.albumDocInfo.albumTitle, title: data.albumDocInfo.albumTitle, img: data.albumDocInfo.albumVImage, content:data.albumDocInfo.channel,