新增uri.min.js

This commit is contained in:
letian 2025-02-21 09:34:06 +08:00
parent 27fec58eb1
commit 6f6f24bbc7
3 changed files with 20 additions and 19 deletions

View File

@ -11,35 +11,35 @@
{ {
"urls": [ "urls": [
{ {
"url": "https://www.cswklt.top/qqxs/影视/api.json", "url": "https://git.cswklt.top/letian/qqxs/raw/branch/main/影视/api.json",
"name": "影视" "name": "影视"
}, },
{ {
"url": "https://www.cswklt.top/qqxs/动漫/api.json", "url": "https://git.cswklt.top/letian/qqxs/raw/branch/main/动漫/api.json",
"name": "动漫" "name": "动漫"
}, },
{ {
"url": "https://www.cswklt.top/qqxs/文艺/api.json", "url": "https://git.cswklt.top/letian/qqxs/raw/branch/main/文艺/api.json",
"name": "文艺" "name": "文艺"
}, },
{ {
"url": "https://www.cswklt.top/qqxs/体育/api.json", "url": "https://git.cswklt.top/letian/qqxs/raw/branch/main/体育/api.json",
"name": "体育" "name": "体育"
}, },
{ {
"url": "https://www.cswklt.top/qqxs/教育/api.json", "url": "https://git.cswklt.top/letian/qqxs/raw/branch/main/教育/api.json",
"name": "教育" "name": "教育"
}, },
{ {
"url": "https://www.cswklt.top/qqxs/直播/api.json", "url": "https://git.cswklt.top/letian/qqxs/raw/branch/main/直播/api.json",
"name": "直播" "name": "直播"
}, },
{ {
"url": "https://www.cswklt.top/qqxs/磁力/api.json", "url": "https://git.cswklt.top/letian/qqxs/raw/branch/main/磁力/api.json",
"name": "磁力" "name": "磁力"
}, },
{ {
"url": "https://www.cswklt.top/qqxs/云盘/api.json", "url": "https://git.cswklt.top/letian/qqxs/raw/branch/main/云盘/api.json",
"name": "云盘" "name": "云盘"
} }
] ]

View File

@ -1,14 +1,14 @@
import cheerio from "cheerio.min.js"; import cheerio from "assets://js/lib/cheerio.min.js";
import "crypto-js.js"; import "assets://js/lib/crypto-js.js";
import "jsencrypt.js"; import "./jsencrypt.js";
import "node-rsa.js"; import "./node-rsa.js";
import "pako.min.js"; import "./pako.min.js";
import 模板 from "模板.js"; import 模板 from "./模板.js";
import { import {
gbkTool gbkTool
} from "gbk.js"; } from "./gbk.js";
import "json5.js"; import "./json5.js";
import "jinja.js"; import "./jinja.js";
const _jinja2 = cheerio.jinja2; const _jinja2 = cheerio.jinja2;
cheerio.jinja2 = function(template, obj) { cheerio.jinja2 = function(template, obj) {
try { try {

1
影视/lib/uri.min.js vendored Normal file

File diff suppressed because one or more lines are too long