Skip to content

Commit 0edd3fe

Browse files
author
Taois
committed
feat: 确保小说源都有类型
1 parent 36d010a commit 0edd3fe

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

spider/js/七猫小说[书].js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
quickSearch: 0,
66
title: '七猫小说[书]',
77
logo: 'https://cdn-front.qimao.com/global/static/images/favicon2022.ico',
8+
author: '道长',
9+
'类型': '小说',
810
lang: 'ds'
911
})
1012
*/
1113

1214
var rule = {
15+
author: '道长',
1316
类型: '小说', //影视|听书|漫画|小说
1417
title: '七猫小说[书]',
1518
host: 'https://www.qimao.com/',

spider/js/番茄小说[书].js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
filterable: 1,
55
quickSearch: 0,
66
title: '番茄小说[书]',
7+
author: '道长',
8+
'类型': '小说',
79
lang: 'ds'
810
})
911
*/
@@ -29,6 +31,7 @@ const fqweb_host = 'https://qkfqapi.vv9v.cn';
2931
// const fqweb_host = 'http://8.148.83.169:22222/docs'; //备选
3032

3133
var rule = {
34+
author: '道长',
3235
类型: '小说',
3336
title: '番茄小说[书]',
3437
desc: '番茄小说纯js版本',

spider/py/七猫小说[书].py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
filterable: 1,
55
quickSearch: 1,
66
title: '七猫小说',
7+
类型: '小说',
78
logo: 'https://cdn-front.qimao.com/global/static/images/favicon2022.ico',
89
lang: 'hipy'
910
})

0 commit comments

Comments
 (0)