Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add qidian radar #3942

Merged
merged 2 commits into from
Feb 9, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into add-qidian-radar
  • Loading branch information
DIYgod authored Feb 9, 2020
commit 2611ebcb98f53a91195c16127ba14d6098abdad7
22 changes: 22 additions & 0 deletions assets/radar-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -1138,4 +1138,26 @@
},
],
},
'hackerone.com': {
_name: 'HackerOne',
'.': [
{
title: 'HackerOne Hacker Activity',
docs: 'https://docs.rsshub.app/other.html#hackerone-hacker-activity',
source: '/hacktivity',
target: '/hackerone/hacktivity',
},
],
},
'cowlevel.net': {
_name: '奶牛关',
'.': [
{
title: '元素文章',
docs: 'https://docs.rsshub.app/game.html#nai-niu-guan',
source: ['/element/:id', '/element/:id/article'],
target: '/cowlevel/element/:id',
},
],
},
});
You are viewing a condensed version of this merge commit. You can view the full changes here.