Files
RSSHub/lib/v2/issuehunt/radar.js
2023-08-15 03:12:12 +01:00

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}`,
},
],
},
};