上传文件至 js

This commit is contained in:
YongHeng 2024-10-18 00:34:20 -05:00
parent d1afd8d55b
commit 2e91f554b0
4 changed files with 1406 additions and 0 deletions

1307
js/alist_xy2.js Normal file

File diff suppressed because it is too large Load Diff

66
js/alist_xy2.json Normal file

@ -0,0 +1,66 @@
[
{
"name": "丫仙女",
"server": "http://175.6.181.8:5678/",
"startPage": "/",
"showAll": false,
"search": true,
"params": { "/abc": { "password": "123" }, "/abc/abc": { "password": "123" } }
},
{
"name": "每日更新",
"server": "http://175.6.181.8:5678/",
"startPage": "/每日更新",
"showAll": false,
"search": false,
"params": { "/abc": { "password": "123" }, "/abc/abc": { "password": "123" } }
},
{
"name": "电影",
"server": "http://175.6.181.8:5678/",
"startPage": "/电影",
"showAll": false,
"search": false,
"params": { "/abc": { "password": "123" }, "/abc/abc": { "password": "123" } }
},
{
"name": "电视剧",
"server": "http://175.6.181.8:5678/",
"startPage": "/电视剧",
"showAll": false,
"search": false,
"params": { "/abc": { "password": "123" }, "/abc/abc": { "password": "123" } }
},
{
"name": "综艺",
"server": "http://175.6.181.8:5678/",
"startPage": "/综艺",
"showAll": false,
"search": false,
"params": { "/abc": { "password": "123" }, "/abc/abc": { "password": "123" } }
},
{
"name": "纪录片",
"server": "http://175.6.181.8:5678/",
"startPage": "/纪录片",
"showAll": false,
"search": false,
"params": { "/abc": { "password": "123" }, "/abc/abc": { "password": "123" } }
},
{
"name": "动漫",
"server": "http://175.6.181.8:5678/",
"startPage": "/动漫",
"showAll": false,
"search": false,
"params": { "/abc": { "password": "123" }, "/abc/abc": { "password": "123" } }
},
{
"name": "儿童",
"server": "http://175.6.181.8:5678/",
"startPage": "/动漫/儿童",
"showAll": false,
"search": false,
"params": { "/abc": { "password": "123" }, "/abc/abc": { "password": "123" } }
}
]

3
js/直播转点播2.js Normal file

File diff suppressed because one or more lines are too long

30
js/种子音乐.js Normal file

@ -0,0 +1,30 @@
var rule = {
title: '种子音乐[听]',
host: 'https://www.zz123.com',
homeUrl: '/list/mszm.htm?page=1',
url: '/fyclass.htm?page=fypage',
searchable: 2,
quickSearch: 0,
headers: {
'User-Agent': 'MOBILE_UA',
'referer': 'https://www.zz123.com/',
},
class_parse: '.aside-menu-list.channel&&[href*=list];a&&Text;a&&href;.(list.*).htm',
play_parse: true,
lazy: $js.toString(() => {
input = input.replace(/play\/(\w+)\.htm/, 'ajax/?act=songinfo&id=$1&lang=');
log(input);
let mp3 = JSON.parse(request(input)).data.mp3;
input = {parse: 0, url: mp3, header: rule.headers};
}),
limit: 6,
// 图片来源:'@Referer=https://www.zz123.com/',
推荐: "*",
一级: '.mobile-list&&.mobile-list-item;.songname&&Text;.lazyload&&data-src;.authorname&&Text;a&&href',
二级: '*',
// searchUrl:'/search/?key=**&page=fypage',
// 搜索:'*',
searchUrl: '/ajax/?act=search&key=**&lang=',
detailUrl: '/play/fyid.html',
搜索: 'json:data;mname;pic;sname;id',
}