This commit is contained in:
qist 2025-01-14 14:25:52 +08:00
parent 2ccb554d47
commit 505ea806ab
4 changed files with 5 additions and 5 deletions

View File

@ -101,7 +101,7 @@ V1.1.2版本以下
14github代理地址 `https://github.moeyy.xyz https://mirror.ghproxy.com/ https://gh-proxy.com https://ghproxy.net` 选择一个速度快使用
15 还可以使用域名: `https://qist.ugigc.ggff.net/jsm.json` cloudflare Pages 构建
15 还可以使用域名: `https://qist.ugigc.us.kg/jsm.json` cloudflare Pages 构建
1. token.json格式说明

View File

@ -17,7 +17,7 @@
[TV发布地址](https://github.com/FongMi/Release/tree/main/apk/release)
```bash
https://qist.ugigc.ggff.net/cat/tjs/tv_config.json
https://qist.ugigc.us.kg/cat/tjs/tv_config.json
```
> 配置信息见js分支分支

View File

@ -8,7 +8,7 @@ var rule = {
title:'点播',
host:'http://tv.jsp47.com',
homeUrl:'',
searchUrl:'https://www.ugigc.ggff.net/cj.php?q=**&pageNum=fypage',
searchUrl:'https://www.ugigc.us.kg/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.ggff.net/cj.php?id=" + it.id + "&port=" + data.port,
url: "https://www.ugigc.us.kg/cj.php?id=" + it.id + "&port=" + data.port,
title: it.name + "【" + data.portname + "】",
img: it.pic,
content:it.content,

View File

@ -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.ggff.net/jsp.php?jx=" + data.albumDocInfo.albumTitle,
url: "https://www.ugigc.us.kg/jsp.php?jx=" + data.albumDocInfo.albumTitle,
title: data.albumDocInfo.albumTitle,
img: data.albumDocInfo.albumVImage,
content:data.albumDocInfo.channel,