```
feat(PyramidStore): 初始化项目并添加基础配置文件 添加 .gitignore 忽略子仓库的 .git 目录 添加 LICENSE 文件,使用 GNU General Public License v3.0 添加 README.md 说明文档,包含调试示例、免责声明和配置说明 添加 base/localProxy.py 基础代理配置文件 添加版本控制图片文件(二进制差异) ```
This commit is contained in:
28
js/短剧大全.js
Normal file
28
js/短剧大全.js
Normal file
@@ -0,0 +1,28 @@
|
||||
var rule = {
|
||||
类型: '影视', //影视|听书|漫画|小说
|
||||
title: '短剧',
|
||||
host: 'https://ai-img.ycubbs.cn/',
|
||||
homeUrl: '/api/duanju/list',
|
||||
url: '/api/duanju/list',
|
||||
searchUrl: 'https://api.kuleu.com/api/action?text=**',
|
||||
searchable: 1,
|
||||
quickSearch: 0,
|
||||
filterable: 0,
|
||||
headers: {
|
||||
'User-Agent': 'MOBILE_UA',
|
||||
},
|
||||
hikerListCol: "text_1",
|
||||
hikerClassListCol: "text_1",
|
||||
timeout: 5000,
|
||||
class_name: '',
|
||||
class_url: '',
|
||||
play_parse: true,
|
||||
lazy: $js.toString(() => {
|
||||
input = "push://" + input;
|
||||
}),
|
||||
double: false,
|
||||
推荐: '*',
|
||||
一级: 'json:data;name;;;url',
|
||||
二级: '*',
|
||||
搜索: 'json:data;name;;;viewlink',
|
||||
}
|
Reference in New Issue
Block a user