mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 02:28:23 +08:00
14 lines
408 B
JavaScript
14 lines
408 B
JavaScript
module.exports = {
|
|
'issuehunt.io': {
|
|
_name: 'Issue Hunt',
|
|
'.': [
|
|
{
|
|
title: '项目悬赏',
|
|
docs: 'https://docs.rsshub.app/routes/programming#issue-hunt-xiang-mu-xuan-shang',
|
|
source: '/r/:username/:repo',
|
|
target: ({ username, repo }) => `/issuehunt/funded/${username}/${repo}`,
|
|
},
|
|
],
|
|
},
|
|
};
|