Skip to content

Commit

Permalink
feat: add qidian radar (#3942)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoilc authored Feb 9, 2020
1 parent 97a008d commit f347d3a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions assets/radar-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,37 @@
},
],
},
'qidian.com': {
_name: '起点',
book: [
{
title: '章节',
docs: 'https://docs.rsshub.app/reading.html#qi-dian',
source: '/info/:id',
target: '/qidian/chapter/:id',
},
{
title: '讨论区',
docs: 'https://docs.rsshub.app/reading.html#qi-dian',
source: '/info/:id',
target: '/qidian/forum/:id',
},
],
www: [
{
title: '限免',
docs: 'https://docs.rsshub.app/reading.html#qi-dian',
source: '/free',
target: '/qidian/free',
},
{
title: '女生限免',
docs: 'https://docs.rsshub.app/reading.html#qi-dian',
source: '/mm/free',
target: '/qidian/free/mm',
},
],
},
'hackerone.com': {
_name: 'HackerOne',
'.': [
Expand Down

0 comments on commit f347d3a

Please sign in to comment.