mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
* add bitbucket commits and tags * add english doc * fix bitbucket radar.js * fix bitbucket docs * docs: add bitbucket cn docs * fix: use parseDate utils
20 lines
631 B
JavaScript
20 lines
631 B
JavaScript
module.exports = {
|
|
'bitbucket.com': {
|
|
_name: 'Bitbucket',
|
|
'.': [
|
|
{
|
|
title: 'Commits',
|
|
docs: 'https://docs.rsshub.app/programming.html#bitbucket',
|
|
source: ['/commits/:workspace/:repo_slug'],
|
|
target: '/bitbucket/commits/:workspace/:repo_slug',
|
|
},
|
|
{
|
|
title: 'Tags',
|
|
docs: 'https://docs.rsshub.app/programming.html#bitbucket',
|
|
source: ['/tags/:workspace/:repo_slug'],
|
|
target: '/bitbcuket/tags/:workspace/:repo_slug',
|
|
},
|
|
],
|
|
},
|
|
};
|