-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy path_fq3.js
29 lines (28 loc) · 903 Bytes
/
_fq3.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
const {getIp} = $.require('http://127.0.0.1:5757/public/ip.js');
var rule = {
类型: '小说',
title: '番茄小说[书]',
desc: '番茄小说纯js版本',
host: 'https://fanqienovel.com/',
homeUrl: 'https://fanqienovel.com/api/author/book/category_list/v0/',
url: '/api/author/library/book_list/v0/?page_count=18&page_index=(fypage-1)&gender=-1&category_id=fyclass&creation_status=-1&word_count=-1&sort=0#fyfilter',
class_parse: async () => {
log('ip:', getIp());
},
headers: {
'User-Agent': 'PC_UA',
},
预处理: async () => {
},
一级: async function (tid, pg, filter, extend) {
},
二级: async function () {
return '这是二级:' + rule.title
},
搜索: async function () {
return '这是搜索:' + rule.title
},
lazy: async function () {
return template.getMubans()
},
};